Add Control Panel to the Desktop Right-Click Menu

Open up regedit.exe through the start menu search or run box, and then browse down to the following key:
HKEY_CLASSES_ROOT\Directory\Background\shell
Once you are there, you’ll want to right-click on “shell” and create a new key called Control Panel.
Under that one, you’ll want to right-click and create a new key called “command”.
Select the “command” key on the left-hand side, and then set the (Default) value on the right-hand side to the following:
 rundll32.exe shell32.dll,Control_RunDLL
You should immediately see the new item in your context menu, and it should be working. To remove, simply delete the Control Panel key.

Comments