custom ADM template

G

gousers

'lo,

I've been trying to use a custom adm to set user's
wallpaper. It sets the users the login after the registry
loads. This means that the user doesn't see the GPO
applied wallpaper til they login twice.

Can someone tell me how to make the settings take affect
on first login?

Here is my .adm file.

------------------------------------------------
CLASS USER

CATEGORY !!categoryname
KEYNAME "Control Panel\Desktop"

POLICY !!policyname
PART !!labeltext EDITTEXT
VALUENAME "Wallpaper"
END PART
END POLICY
END CATEGORY


[strings]
categoryname="Desktop wallpaper Setting"
policyname="Set User's Wallpaper"
labeltext="Specify Wallpaper location"


------------------------------------------------
 

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