Every time you wake up your Windows 11 computer, you are greeted by a beautiful landscape photograph and a clock. However, to actually use your computer, you have to click your mouse or press a key just to dismiss this “Lock Screen” so you can finally type your password into the actual login screen. If you find this extra, unnecessary click annoying on your personal home computer, you can instruct Windows to skip the lock screen entirely and take you straight to the password prompt.
Using the Group Policy Editor (Windows 11 Pro)
If you have the Pro or Enterprise version of Windows 11, the easiest way to disable the lock screen is through the Local Group Policy Editor.
- Press Windows Key + R to open the Run dialog box.
- Type
gpedit.mscand press Enter. - In the left-hand sidebar, navigate exactly to this path:
Computer Configuration > Administrative Templates > Control Panel > Personalization - On the right side of the window, look for the policy named Do not display the lock screen.
- Double-click it to open the configuration window.
- Change the selection from “Not Configured” to Enabled.
- Click Apply and then OK.
The next time you reboot or wake your computer from sleep, you will instantly see your profile picture and the PIN entry box, completely bypassing the picturesque landscape screen.
Using the Registry Editor (Windows 11 Home)
If you are using Windows 11 Home, you do not have the Group Policy Editor, so you must add a simple registry key instead.
- Press Windows Key + R, type
regedit, and press Enter. - Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click the “Windows” folder, select New, and click Key. Name this new folder Personalization.
- Click on your new “Personalization” folder. On the right side of the screen, right-click any empty space, select New, and click DWORD (32-bit) Value.
- Name this new value NoLockScreen and press Enter.
- Double-click “NoLockScreen”, change the “Value data” from 0 to 1, and click OK.