Jenny,
Disabling wallpaper can be done at user level or system level
Click START | RUN
Type 'regedit' (without quotes) & press ENTER
Navigate to these keys:
Current User:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveD
esktop
All Users:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Active
Desktop
Create a new key or change an existing one:
In the right pane:
Key name: 'NoChangeWallpaper'
Type: DWORD
Value: 0 = Enable Changing, 1 = Disable Changing
Close the registry editor
If you are nervous about doing this you can copy/paste between the lines:
---------------------------------------
Windows Registry Editor Version 5.00
; Current user
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Active
Desktop]
"NoChangeWallpaper"=dword:00000000
; All Users
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Activ
eDesktop]
"NoChangeWallpaper"=dword:00000000
---------------------------------------
Open Notepad
Copy/paste the above into the notepad document
File menu | SaveAs
in the FILENAME type: "Desktop.reg" (with quotes)
in the FILE TYPES choose ALL FILES (*.*)
Click the SAVE button
Double-click the newly created registry file to enter the information into
the registry then click OK to exit
I hope this helps,
--
Newbie Coder
(It's just a name)
jenny said:
I cannot change my desktop background, it appears to be frozen and greyed
out. I can only change to a different colour and not use any photos saved.
Any idea on how on rectify this please?