I'm sure this is an easy one for you guys, but...
how do I prevent users changing the desktop wallpaper on XP Pro /Win2k server?
have set GP to block usual way, but users can still use IE or Irfanview to do this.
TIA.
Printable View
I'm sure this is an easy one for you guys, but...
how do I prevent users changing the desktop wallpaper on XP Pro /Win2k server?
have set GP to block usual way, but users can still use IE or Irfanview to do this.
TIA.
Could this help
http://support.microsoft.com/default...;en-us;Q327998
thanks, Simcfc73, but I already have this enabled in GP and it doesn't prevent changes!
We have a gpo set to change the users background to one from the server if they use any other method to try and change it it doesn't work but sets the logon background to their image.
Ben
It definitely works with GPO on my system. It won't let me apply as wallpaper via IE.
hmmm......
my gpo settings are;
user config>desktop>active desktop>enable active desktop
>active desktop wallpaper (specified)
>allow only bitmapped wallpaper
this is right, isn't it?
Active Desktop Wallpaper enabled.
Wallpaper name set.
Allow HTML and Jpeg Wallpaper.
Prohibit Changes.
I didn't set the BMP only setting but use a BMP anyway.
I only tested the internet explorer set as wallpaper option. Haven't tested others programs.
Check out MS Paintbrush as this is another vector beloved of the little ones :)
I favour taking a machete to their fingers each time they mess about - I rarely have a problem reoccur more than 10 times per user...
It stops them changing the wallpaper using paint too. I just checked.
I imagine a machete would ;)Quote:
Originally Posted by Simcfc73
Firefox is very hard to stop changing the wallpaper especially as there is a portable apps version so if you can get away without it or somehow get rid of the wallpaper option they can still use their portable version. I guess the only way is to stop .exe execution as well.
We use a generic account for student logins in the system I work in and I set permissions on the HKCU\Control Panel\Desktop to deny that account permissions change to that key. Specifically I set Set Value and Create Subkey to deny.
We have a mandatory profile here and the desktop background is set via GPO, however when students right clicked images within IE or the Windows Picture and Fax Viewer and clicked set as background, the chosen image would temporarily be set as the wallpaper but then it would revert back to the one assigned via GPO just as quickly.
To get around this we use the following two options:
1. For IE we use the following registry entry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000001
This will grey out the 'Set as Background' within IE whenever a image file is right clicked.
2. To stop them using the stupid Windows Picture and Fax Viewer to set images as desktop wallpaper run regsvr32 /u shimgvw.dll from the command line to unregister the necessary dll.
Hope this helps