Use your mouse to highlight the below, and then right-click, Copy:
Microsoft Registry Editor 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"NoDispAppearancePage"=dword:00000000
"NoDispBackgroundPage"=dword:00000000
"NoDispScrSavPage"=dword:00000000
"NoDispSettingsPage"=dword:00000000
Now right click a blank area of the desktp, New, Text Document. Double click that document to open Notepad. Right click in Notepad, Paste.
File, Save as, C:\fix_desktop.reg
Then:
Start, Run, regedit /s C:\fix_desktop.reg
That reverses any wayward registry settings, including Group Policy settings if they have been made.
The next step is again requires creating a new Text Document. Into that new doument copy/paste the below:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity processorArchitecture="*" version="5.1.0.0" type="win32" name="Microsoft.Windows.Shell.shell32"/> <description>Windows Shell</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*" /> </dependentAssembly> </dependency> </assembly>
Do a File, Save as, C:\Windows\WindowsShell.Manifest
Agree to an ovewrite of an existing file if asked.
Reboot and test.
____________________________
Users Helping Users