How do I kill the lockscreen after the Windows 10 anniversary update?

André Borie

The Windows 10 "anniversary update" is coming out tomorrow and according to some reports the group policy to disable the lock screen is no longer effective on anything below the Enterprise edition. I'd like to know what options/workarounds are left to disable this nonsense on Pro editions.

Regards.

w32sh

For Anniversary Update Builds

There is a workaround to disable the Lock Screen in Anniversary Update builds, in any edition of Windows.

Create a Scheduled Task that runs the following command-line, or a batch/script that runs the following command:

reg.exe add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData /t REG_DWORD /v AllowLockScreen /d 0 /f

The idea is to reset the AllowLockScreen value data to 0 on these two trigger events:

  • Log on
  • Workstation unlock.

So you need to use multiple triggers for that task.

(or)

Download the Task XML from here: How to Disable the Lock Screen in Windows 10 Anniversary Update (1607)?

And use the Import Task option in Scheduler to create/import the task automatically.

Lock the workstation and unlock it. From the 2nd time onwards you shouldn't see the lock screen.

For Pre-Anniversary Update Builds

Start Regedit.exe and go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows

Create a subkey named Personalization

Select Personalization and in the right-pane, create a REG_DWORD value named NoLockScreen and set its value data to 1.

Exit the Registry Editor.

This registry edit corresponds to the following GPO.

Computer Configuration > Administrative Templates > Control Panel > Personalization > Do not display the lock screen

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I enable Cortana after the Anniversary Update (1607)?

From Dev

How to detect Windows 10 Anniversary Update?

From Dev

Windows.old folder appeared after Windows 10 Anniversary Update

From Dev

How to install Windows 10 Anniversary Update on Windows 10 Enterprise edition

From Dev

Vagrant up error after Windows 10 Anniversary Update

From Dev

Internet Connection Sharing stopped working after Windows 10 Anniversary Update

From Dev

Disable all apps column in Windows 10 after anniversary update

From Dev

Windows 10 indicates no ethernet cable after upgrade or anniversary update

From Dev

Fix Vagrant up after Windows 10 anniversary update

From Dev

Awful Battery Life After Windows 10 Anniversary Update

From Dev

Download Windows 10 Anniversary Update

From Dev

How can I tell if a Windows 10 PC has the Anniversary Update installed?

From Dev

How can I get the old (Win7,8) UAC dialog back in Windows 10 Anniversary Update?

From Dev

How can I get back Synaptics extensions in Windows 10 Anniversary update?

From Dev

How to prevent the Windows 10 Anniversary update from reinstalling Modern apps?

From Dev

How do I kill the Windows 10 Upgrade window?

From Dev

Update Azure Windows 10 VM to Anniversary Update

From Dev

Windows containers on Windows 10 Anniversary Update are not working

From Dev

Is Windows 10 Anniversary Update required to work with Anniversary SDK?

From Dev

Can I download the Windows 10 Anniversary Update through other medias than Windows Update?

From Dev

Windows 10 Anniversary update: Search bar doesn't work after update

From Dev

Windows 10 Anniversary Update arrival date

From Dev

Verify Windows 10 Anniversary update ISO

From Dev

Windows 10 Anniversary update fails on Education version

From Dev

Grub rescue after "Windows Anniversary Update"

From Dev

Grub rescue after "Windows Anniversary Update"

From Dev

Windows Anniversary Update (1607) crashes after install

From Dev

How do I back up Windows 10 installed programs and settings and then restore after update?

From Dev

Can't start Android emulator after installing Windows 10 Anniversary update

Related Related

  1. 1

    How do I enable Cortana after the Anniversary Update (1607)?

  2. 2

    How to detect Windows 10 Anniversary Update?

  3. 3

    Windows.old folder appeared after Windows 10 Anniversary Update

  4. 4

    How to install Windows 10 Anniversary Update on Windows 10 Enterprise edition

  5. 5

    Vagrant up error after Windows 10 Anniversary Update

  6. 6

    Internet Connection Sharing stopped working after Windows 10 Anniversary Update

  7. 7

    Disable all apps column in Windows 10 after anniversary update

  8. 8

    Windows 10 indicates no ethernet cable after upgrade or anniversary update

  9. 9

    Fix Vagrant up after Windows 10 anniversary update

  10. 10

    Awful Battery Life After Windows 10 Anniversary Update

  11. 11

    Download Windows 10 Anniversary Update

  12. 12

    How can I tell if a Windows 10 PC has the Anniversary Update installed?

  13. 13

    How can I get the old (Win7,8) UAC dialog back in Windows 10 Anniversary Update?

  14. 14

    How can I get back Synaptics extensions in Windows 10 Anniversary update?

  15. 15

    How to prevent the Windows 10 Anniversary update from reinstalling Modern apps?

  16. 16

    How do I kill the Windows 10 Upgrade window?

  17. 17

    Update Azure Windows 10 VM to Anniversary Update

  18. 18

    Windows containers on Windows 10 Anniversary Update are not working

  19. 19

    Is Windows 10 Anniversary Update required to work with Anniversary SDK?

  20. 20

    Can I download the Windows 10 Anniversary Update through other medias than Windows Update?

  21. 21

    Windows 10 Anniversary update: Search bar doesn't work after update

  22. 22

    Windows 10 Anniversary Update arrival date

  23. 23

    Verify Windows 10 Anniversary update ISO

  24. 24

    Windows 10 Anniversary update fails on Education version

  25. 25

    Grub rescue after "Windows Anniversary Update"

  26. 26

    Grub rescue after "Windows Anniversary Update"

  27. 27

    Windows Anniversary Update (1607) crashes after install

  28. 28

    How do I back up Windows 10 installed programs and settings and then restore after update?

  29. 29

    Can't start Android emulator after installing Windows 10 Anniversary update

HotTag

Archive