add disable-new-lockscreen (#4)

This commit is contained in:
Alex Hirsch 2015-08-13 21:42:17 +02:00
parent 74af698dbe
commit 0ce99d3e50

View File

@ -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
"@)