Posts Tagged ‘prevent changing lock screen image’

Prevent Users from Changing Lock Screen Image in Windows 10 / 8

June 5th, 2016 by Admin

The lock screen appears when you boot your PC or press Windows + L key combination. It gives you only the basic information such as date, time and weather. You have to click it or swipe away before you can login into Windows 10/8. In this article we’ll show you 2 methods to prevent users from changing lock screen image in Windows 10 / 8.

unable-change-lock-screen

Method 1: Disable Changing Lock Screen Using Group Policy

This first method is the easiest, but it may not work for some users, as the Group Policy Editor program is not included in the Home edition of Windows.

  1. Press the Windows key + R on your keyboard to open the Run dialog. From here, type gpedit.msc and press Enter.
  2. You should see the Group Policy Editor window pop up. Navigate to:
    Computer Configuration -> Administrative Templates -> Control Panel -> Personalization
  3. Double-click the “Prevent changing lock screen image” entry on the right side of the window. Change the setting from Not Configured to Enabled.

    prevent-changing-lock-screen

  4. Close the Local Group Policy Editor window. When you want to change the lock screen image, you will notice that the options are grayed out.

Method 2: Disable Changing Lock Screen Using Registry Editor

  1. Press the Windows key + R on your keyboard to open the Run dialog. From here, type regedit and press Enter.
  2. In the left pane of Registry Editor, navigate to the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization

    If the Personalization key is not present, create a new key under Windows and rename it to Personalization.

  3. On the right side of the window, right-click on an empty space, and choose New -> DWORD (32-bit) Value. Name it NoChangingLockScreen.
  4. Double-click on the newly created DWORD value, and change its value from 0 to 1. Click OK.

    no-changing-lock-screen

  5. Now you should be unable to change / modify the lock screen background image.