How to Prevent Changing Desktop Background in Windows 11

This post explains the steps to allow or prevent changing the desktop background in Windows 11.

Windows comes with a standard desktop background. It is a good looking background for your desktop. By default, users can use the background settings page in the Settings app or the Control Panel to personalize their desktop.

Users can use interesting photos, slideshow, or Spotlight images as a background wallpaper.

While users can change the desktop background to suit their needs, administrators can remove Windows background altogether and replace it with a solid black color.

If you don’t want users changing the desktop background, you can turn on a setting to prevent users from doing so.

As described above, administrators can prevent users from changing their desktop backgrounds. Here’s how to do that.

First, open the Local Group Policy Editor.

Then navigate and expand the folder trees as described below.

User Configuration > Administrative Templates > Control Panel > Personalization

Within the Personalization panel on the left, double-click to open the “Prevent changing desktop background” settings on the right.

Windows prevent chaning desktop background
Windows prevent changing desktop background

On the “Prevent changing desktop background” window, choose one of the options:

  • Not Configure – Same as Enabled – users can change the desktop background.
  • Enabled – Users can not change the desktop background.
  • Disabled – Users can change the desktop background.
Windows prevent chaning desktop background setting options
Windows prevent changing desktop background setting options

Select and save your settings and exit.

Enable or disable changing desktop background via the Registry Editor

You can use the Windows Registry Editor if you can not control changing the desktop background settings via the Local Group Policy Editor.

First, open the Windows Registry Editor.

Then navigate the folder keys as described below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop

and

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop

For both folder keys above, create a ActiveDesktop folder key if one isn’t already created.

Windows prevent chaning desktop background registry key
Windows prevent changing desktop background registry key

Select the ActiveDesktop key on the left, then right-click on the right pane and select New -> DWORD (32-bit) Value. Type a new key named NoChangingWallPaper.

Double-click on the newly created value item (NoChangingWallPaper) to open it. Then enter the value of 1 to disable or prevent changing the desktop background.

A value of 0 will allow users to change the desktop background.

Windows prevent chaning desktop background registry value data
Windows prevent changing desktop background registry value data

Repeat the same for the second key above, then click OK and restart your computer for the changes to apply.

That should do it!

Conclusion:

This post showed you how to allow or prevent users from changing the desktop background in Windows 11. If you find any errors above or have something to add, please use the comment form below.