creating a adm to set login background

G

Guest

Hi,

I have the following script saved as a .adm and imported into gpo to change
the login background - unfortunatly it seems it does not work - anyone have
an suggestions please?

thanks
David G

CLASS USER

CATEGORY "BackGround IQE"


POLICY "Change Login BackGround"




KEYNAME "HKEY_USERS\.DEFAULT\Control Panel\Desktop"
PART "wallpaper"
EDITTEXT
VALUENAME "\\server1\background.bmp"
END PART




END POLICY


END CATEGORY
 
D

Derek Melber [MVP]

The VALUENAME is not the value that you want it to be, but is the value that
is in the registry that you are updating. You will put in the value when you
configure the GPO.
 
S

Srikanth N [MSFT]

Hi David,

Based on the symptoms of the problem, it may be that the Group Policy have
been applied but they certain policies are not displayed. To troubleshoot
this issue, I would recommend you to refer the below mentioned Knowledge
Base Article:

http://support.microsoft.com/default.aspx?scid=kb;[LN];Q228723

Srikanth N

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

Hi, Derek,

ok - i have changed that - thanks - do i need to put the reg key type in
also and should this be CLASS USER or CLASS MACHINE ?

thanks again

David G
 
D

Derek Melber [MVP]

David,

Do you know the Registry path?
If it is under HKLM, it is CLASS MACHINE
If it is under HKCU, it is CLASS USER

type of registry key is not needed.
 
G

Guest

Derek,

it is HKEY_USERS\.DEFAULT\Control Panel\Desktop

is this not useable then ? - i thought this would be the easiest way to do
this :-(
 
D

Derek Melber [MVP]

The problem is you are trying to modify the .Default, which is what all
users use to create their own profile. So, no one ever logs on with this
account. If you want to change this location in the Registry, you can't use
GPOs.
 

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