Home » How To » How to Completely Disable Lock Screen in Windows 10

How To Disable Lock Screen Wallpaper in Windows 10

Don’t want to see the lock screen wallpaper when you lock your system? Here are two methods to quickly disable lock screen wallpaper in Windows 10.

When you press “Windows key + L” or another method to lock your system, Windows 10 displays a lock screen wallpaper over the actual login screen. To log in, you have to first manually dismiss the lock screen wallpaper by clicking/touching the screen or pressing a button on your keyboard. While you can customize the Windows 10 lock screen wallpaper, there might be times when you don’t want the lock screen to appear. For example, in school, professional, or work environments, having a separate lock screen wallpaper might not be a good idea.

Thankfully, using the Group Policy Editor and Registry Editor, you can easily disable the lock screen wallpaper in Windows 10. That way, you’ll see the login form directly instead of the wallpaper. In this tutorial, I will show you how to do it in simple steps. Let’s get started.

Good to know: How to enable automatic lock in Windows 10

Before You Start

  • Administrator rights are required to modify the Group Policy and Registry settings to disable the lock screen in Windows 10.
  • Before editing the registry, please back up the registry.

Disable Lock Screen Wallpaper in Windows 10 Using Group Policy Editor

Note: Group Policy Editor is only available to Pro and Enterprise users. If you are using Windows 10 Home edition, follow the registry method.

  1. Press the “Windows key” to open the Start menu.
  2. Search for “Edit group policy” and click “Open
    open group policy editor from the start menu
  3. Go to the “Computer configuration” > “Administrative template” > “Control panel” > “Personalization” folder.
  4. Double-click the “Do not display the lock screen” policy on the right panel. double-click do not display the lock screen
  5. Select the “Enabled” option and click “OK” to save the change. select enabled and click ok
  6. Close the Group Policy Editor.
  7. Restart your computer.
  8. After restarting, you will no longer see the lock screen when you lock your system.

To reverse and show the lock screen wallpaper, follow the same steps but select “Not configured” in step 5.

Disable Lock Screen Wallpaper in Windows 10 Using Registry Editor

To disable the Windows 10 lock screen, you need to create a “NoLockScreen” value in the registry. Here’s how to do it.

  1. Press the “Windows key + R” shortcut to open the Run dialog.
  2. Type “regedit” and click “OK“.
  3. Go to the following folder on the left panel in the registry editor. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows go to the windows registry key
  4. Right-click the “Windows” folder and select “New” and then “Key“.
    create new key
  5. Name the new folder as “Personalization“.
    set the key name
  6. Right-click the “Personalization” folder and select “New” > “DWORD (32-bit) value“. create new dword value
  7. Name the new value as “NoLockScreen” (without quotes).
    set the value name
  8. Double-click the DWORD value you just created.
  9. Type “1” in the Value Data field and click “OK“.
    change the value data
  10. Close the Registry Editor.
  11. Restart Windows 10.
  12. With that, you’ve disabled the lock screen in Windows 10.

If you ever want to reverse and enable the lock screen back, follow the same steps but set the “Value data” to “0” in step 9.

That is all. It is that simple to get rid of the lock screen in Windows 10. If you are using Windows 11, follow these steps instead: steps to disable lock screen in Windows 11.

Leave a Comment

Your email address will not be published. Required fields are marked *