Wallpaper distribution problem

E

Eva

Environment: Schools with Windows XP PCs, Server 2003 AD and GPO

Problem: Distributing common desktop to all computers

Have tried:
- GPO. Does not include all settings I need. If we use Active Desktop
settings, wallpaper is distributed, but shortcuts on the desktop looses
transparent view with shadows...
- Mandatory profile. Works fine except for desktop wallpaper. It will not
show up if the user is not administrator on local machine. We don't want
pupils til be local administrators, so they won't get any wallpaper...

Anyone having a better idea?

:)
eva
 
A

Anteaus

Hit similar problem before.

My solution was to launch an AutoIt executable from the logon script. This
then relaunched itself (recursively) as Administrator using RunAsSet() and
terminated. The relaunched process then copied a bitmap appropriate to the
screen resolution, and duly poked-around in the registry to make it the
current desktop. I suggest using an RLE-encoded bitmap as this doesn't
require the Active Desktop, and loads much faster than a JPG.

http://autoitscript.com

You could probably also use VBScript.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top