Introduction
In this article, we will explain how to remove the lock screen on a Windows 10 Pro computer without requiring a password. This change will allow the computer to start directly on the desktop, eliminating the need to go through the lock screen or sign-in screen.
Why Remove the Lock Screen in Windows 10 Pro?
Removing the lock screen can be useful when you want your computer to start up instantly, without any interruptions. This can be particularly helpful in kiosk mode or for users with physical impairments who find it challenging to input a password with a keyboard or touchscreen.
Prerequisites
Before proceeding, ensure that your user account has administrator privileges, as this process requires editing the Windows Registry.
Backup the Windows Registry
Before editing the registry, make a backup to avoid any unintended consequences.
Steps to Remove the Lock Screen
Follow these steps to disable the lock screen:
Modify the Windows Registry
By modifying the following registry key, you can disable the lock screen:
Computer\HKEY\_LOCAL\_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
CreationFlags REG_DWORD 0x2
Restart the Computer
After making the change, restart the computer for the modification to take effect.
Checking the Result
After restarting, you should no longer see the lock screen, and the computer will go straight to the desktop upon startup.
Reversing the Change
If you want to revert to the default lock screen behavior, either delete the CreationFlags Registry key described in the previous section or set its value back to 0x0.
- Removing the lock screen in Windows 10 Pro can help users bypass the sign-in screen and start the computer immediately upon boot.
- To do this, modify the Windows Registry by setting the
CreationFlagsvalue to0x2. - After restarting, the lock screen should be disabled, and the computer will start directly on the desktop.
References
- Microsoft Corporation. (https://docs.microsoft.com/en-us/windows/configuration/configure-windows-10-automatic-sign-in)
- Ten Forums. (https://www.tenforums.com/tutorials/3034-turn-off-lock-screen-windows-10-a.html)
- Ghacks.net. (https://www.ghacks.net/2016/08/12/how-to-turn-off-the-lock-screen-in-windows-10/)