Control Panel is a repository of various applets/administrative tools that can be used to configure the Windows, applications and services environment. If you go to Start > Settings and select Control Panel, Windows will open the Control Panel window. This setting can hide the “Desktop Themes” applet from the current applets list displayed in Control Panel.
The “Desktop Themes” system icon specifies all the icons, wallpapers, screen savers, cursors, and sounds your computer can use, from the installed themes list.
For this, go to Start > Run, enter “regedit” and navigate to the registry path listed below. Now, double-click on the string value “SystemRoot” to copy the contents of the Value Data field from the dialog.
In the second step, open Windows Explorer and paste the “Windows” folder path in the address bar. Search for the file “Control.ini”, which is imbibed with Control Panel settings and double-click to open it in Notepad.
Here, look for the “[don’t load]” (without quotes) section and add “themes.cpl=no” (without quotes) in a new line under the section heading. If the “[don’t load]” section does not exist, create it at the end of the file and type the code information given below.
The code should appear as below in the “Control.ini” file:
| CODE |
[don’t load] themes.cpl=no
|
|
And save the file.
Refresh view of your computer for the changes to take effect.
NOTE:In the Control Panel window, the “Desktop Themes” system icon is shown by default. If you'd like to show this icon again, you can delete “themes.cpl=no” from the “Control.ini” file.