Commit 30880090 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

disable lockscreen

parent f2c8e16f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Windows Configuration

## Registry Files
+4 −0
Original line number Diff line number Diff line
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
 No newline at end of file

Registry/README.md

0 → 100644
+18 −0
Original line number Diff line number Diff line
# Registry Mods


 - Disable_Locksreen.reg : Disable the Lockscreen  
                           (GPO: Computer Configuration-> Administrative Templates-> Control Panel-> Personalization )


## Install

```js
regedit /s c:\file.reg
```

### remote Registry editing

```js
Get-Service remoteregistry -ComputerName computer1 | start-service
```
 No newline at end of file