Normally, only date and time, and wallpaper is shown on the lock screen.
You can easily disable and bypass the lock screen if you think it’s unnecesary. Once you configure the setting to do not display and hide the lock screen, users that are not required to press CTRL + ALT + DEL before signing in will see their selected tile after locking their PC or when system boots up.
- Open Local Group Policy Editor (GPedit.msc) by searching for it.
- Navigate to the following branch:
Local Computer Policy -> Administrative Templates -> Control Panel -> Personalization.
- In the right, double click or double tap on Do not display the lock screen setting.
- Select Enabled radio button.
- Click or tap OK when done.
- Exit from Local Group Policy Editor.
- You may need to restart the computer for the change to take effect.
The steps above only work in Windows 8 / 8.1 / 10 Pro or Professional or Enterprise edition, as Home edition does not come with a Group Policy Editor. But you can make the same change via registry (which works on all edition of Windows).
- Run Registry Editor (RegEdit) by searching for it.
- Go to the following Registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization
If “Personalization” registry key is not found, create it by right clicking on Windows, and select New -> Key.
- Create a new a DWORD (32-bit) value named NoLockScreen.
- Set its data to 1.
- Exit from Registry Editor.
- You may need to restart the computer for the change to take effect.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization] "NoLockScreen"=dword:00000001