Sometimes you might want to disable all or a few options in Desktop Properties to restrict users or you might want to enable those options in case they are disabled by your system administrator or a virus infection.
Following tutorial will help you in enabling or disabling all or a particular option in Desktop Properties:
NOTE: This tutorial will work for almost all Windows versions. Open regedit and goto:
Disable Themes Tab in Desktop Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer
If "Explorer" key is not present, then create it. Now in right-side pane, create a new DWORD value NoThemesTab and set its value to 1 to disable it.
Disable Desktop Tab in Desktop Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System
If "System" key is not present, then create it. Now in right-side pane, create a new DWORD value NoDispBackgroundPage and set its value to 1 to disable it.
Disable Screen Saver Tab in Desktop Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System
If "System" key is not present, then create it. Now in right-side pane, create a new DWORD value NoDispScrSavPage and set its value to 1 to disable it.
Disable both Themes and Appearance Tabs in Desktop Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System
If "System" key is not present, then create it. Now in right-side pane, create a new DWORD value NoDispAppearancePage and set its value to 1 to disable it.
Disable Settings Tab in Desktop Properties:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System
If "System" key is not present, then create it. Now in right-side pane, create a new DWORD value NoDispSettingsPage and set its value to 1 to disable it.
Start - Ran - Type the below command to open the TAB
1. desk.cpl = theme
2. desk.cpl @0,0 = desktop
3. desk.cpl @0,1 = screen saver
4. desk.cpl @0,2 = apearance
5. desk.cpl @0,3 = setting
No comments:
Post a Comment