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"
------------------------------------------------
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"
------------------------------------------------