Lock Windows Wallpaper Using Registry Editor
This guide explains how system administrators can lock down the desktop background in Windows to prevent unauthorized modifications using the Windows Registry Editor (Regedit). By configuring specific registry policies, administrators can enforce a uniform corporate wallpaper across managed accounts and completely disable the user interface options for changing the desktop background.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog. - Type
regeditand pressEnter(or click OK). - If prompted by User Account Control (UAC), click Yes to continue.
Step 2: Enforce the Background Image Path
To set a specific image as the permanent desktop background:
Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies(Note: To apply this globally for all users on the machine, navigate to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policiesinstead.)Right-click the
Policieskey, select New > Key, and name itSystem(if it does not already exist).Select the
Systemkey. In the right pane, right-click and choose New > String Value.Name this value
Wallpaper.Double-click
Wallpaperand set its Value data to the full file path of your desired image (e.g.,C:\Wallpapers\corporate_background.jpg).Right-click in the right pane again, choose New > String Value, and name it
WallpaperStyle.Double-click
WallpaperStyleand enter a value to define how the image is displayed:0= Centered1= Tiled2= Stretched3= Fit4= Fill5= Span
Step 3: Prevent Users from Changing the Background
To disable the personalization settings and block users from modifying the wallpaper:
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop(If the
ActiveDesktopkey does not exist underPolicies, right-clickPolicies, choose New > Key, and name itActiveDesktop.)Right-click inside the
ActiveDesktopkey, select New > DWORD (32-bit) Value, and name itNoChangingWallPaper.Double-click
NoChangingWallPaperand set its Value data to1.Click OK.
Step 4: Apply the Changes
To make the restrictions take effect immediately:
- Open Task Manager
(
Ctrl + Shift + Esc). - Locate Windows Explorer under the Processes tab.
- Right-click it and select Restart, or simply log out and sign back in to the Windows account.
Once applied, the specified background will be locked in place, and the background customization options in the Windows Settings app will be grayed out with a message stating that the setting is managed by the organization.