With Windows 7 (or rather Windows Vista), Microsoft removed the classic display properties control panel from the Desktop context menu which quickly allowed you to change the desktop wallpaper. The Personalization item replaced it but you have to first open it and then click the Desktop Background item there to get to the page which lets you change the wallpaper. In this article, we will see how to add Desktop Background directly to the Desktop context (right-click) menu.
To add the item to change the wallpaper directly to the Desktop context menu, we need to perform a simple Registry edit. Just follow the instructions below.
- Open Registry Editor.
- Navigate to the following Registry key:
HKEY_CLASSES_ROOT\DesktopBackground\shell
Tip: How to jump to the desired registry key with one click.
- Create a new subkey with any name.
For example, change_wallpaper is a good choice. You will get the full path as follows:HKEY_CLASSES_ROOT\DesktopBackground\shell\change_wallpaper
- Create the following string values in the change_wallpaper subkey:
"Position"="Bottom"
"MUIVerb"="&Desktop Background"
"Icon"="desk.cpl" - Now create the following subkey:
HKEY_CLASSES_ROOT\DesktopBackground\shell\change_wallpaper\command
- Here you need to modify the default value and set it to:
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,@desktop
So, you should get the following:
Now, when you right click the Desktop, you will be able to access the Desktop background page with one click:
Click here to download ready-to-use Registry tweak for changing wallpaper with one click
This trick works in Windows 7, Windows 8 and Windows 8.1. Note that in Windows 10, the UI has changed again and these settings have been moved to the Settings app so it may not work. See more details here: Windows 10 build 10074 ditches classic Appearance and themes support.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
Sergey, do you happen to know how to add the command “change icon” in the context menu of a folder in a similar way?
Well, there is no native way.
It can be done only with third-party tools.
Working in Windows 10 build 10074 x64.
So they just hide the appropriate options, not removed them yet.