It looks nice, but isn't terribly useful. |
Luckily, Microsoft provided a way to disable it via group policy editor or the registry. If you are familiar with the registry editor, you can find the setting here:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
Setting it to 1 disables the lockscreen (requires a reboot).
If you ever want to re-enable it, simply set it back to 0:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000000
For ease of use, I have created two registry files that will import these settings for you. Simply double-click them, and follow the instructions.
Disable: http://1drv.ms/1ef4ebw
Enable: http://1drv.ms/1ef72Wb
Use these at your own risk! You should create a restore point before ever editing the registry, just to be safe.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
Setting it to 1 disables the lockscreen (requires a reboot).
If you ever want to re-enable it, simply set it back to 0:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000000
For ease of use, I have created two registry files that will import these settings for you. Simply double-click them, and follow the instructions.
Disable: http://1drv.ms/1ef4ebw
Enable: http://1drv.ms/1ef72Wb
Use these at your own risk! You should create a restore point before ever editing the registry, just to be safe.