Browse Source

add disable-new-lockscreen (#4)

pull/8/head
Alex Hirsch 9 years ago
parent
commit
0ce99d3e50
  1. 9
      scripts/disable-new-lockscreen.ps1

9
scripts/disable-new-lockscreen.ps1

@ -0,0 +1,9 @@
# Description:
# This script disables the new lock screen via Group Policies.
Import-Module -DisableNameChecking $PSScriptRoot\..\lib\reg-helper.psm1
Import-Registry(@"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
"@)
Loading…
Cancel
Save