Creating ADM to set desktop background

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi all. I am currently developing an ADM File that will set the
desktop background. this is the code that I am using:
CLASS USER

CATEGORY !!Desktop_Policies

POLICY !!Desktop

KEYNAME "\Control Panel\Desktop\Wallpaper"

PART !!SetDesktop

EDITTEXT

VALUENAME "Desktop1"

MAXLEN 255

DEFAULT \\etcb-srv1\netlogon\scripts\ETClogo.bmp
END PART

END POLICY

END CATEGORY
[strings]
Desktop_Policies="Desktop Background"
Desktop="Policy name for applying desktop background"
SetDesktop="Sets what the desktop background is going to be set"

It does add the option into group policy but it won't enable to
disable. If I click enable or disable it will still say Not
configured.

Any help in this matter would be highly appreciated.

Thank you

.



Relevant Pages

  • Re: Creating ADM to set desktop background
    ... POLICY!!Desktop ... PART!!SetDesktop ... Desktop="Policy name for applying desktop background" ... VALUENAME "Wallpaper" ...
    (microsoft.public.windows.group_policy)
  • Re: Creating ADM File to set desktop background
    ... VALUENAME "Wallpaper" ... END POLICY;Desktop ... SetDesktop="Sets what the desktop background is going to be set" ...
    (microsoft.public.windows.group_policy)
  • Re: Creating ADM File to set desktop background
    ... VALUENAME "Wallpaper" ... END POLICY;Desktop ... SetDesktop="Sets what the desktop background is going to be set" ...
    (microsoft.public.windows.group_policy)
  • Re: Creating ADM File to set desktop background
    ... VALUENAME "Wallpaper" ... END POLICY;Desktop ... SetDesktop="Sets what the desktop background is going to be set" ...
    (microsoft.public.windows.group_policy)
  • Re: registry edit through GPMC
    ... POLICY Configuration ... template you need to right click the new Lilly Software folder in the GP ... I created the adm file and imported it as a template to the user ... > CLASS USER ...
    (microsoft.public.windows.group_policy)