Discussion:
Desktop background color
(too old to reply)
Cindy
2010-03-25 20:00:10 UTC
Permalink
I'm looking for some advice here... I need to get our enterprise desktop
background color reset via using GP's. I'm find info on applying the
registry changes - but nothing on applying it with group policies.. ANY help
would be appreciated...
thanks in advance for your time and any recommnedations you might have...

thanks -Cindy
--
Cindy B
chriske911
2010-03-26 08:28:50 UTC
Permalink
Post by Cindy
I'm looking for some advice here... I need to get our enterprise desktop
background color reset via using GP's. I'm find info on applying the
registry changes - but nothing on applying it with group policies.. ANY help
would be appreciated...
thanks in advance for your time and any recommnedations you might have...
thanks -Cindy
1. write your own ADM file
add it to the administrative templates on the GPO
apply the setting you like

1a. google for it:
http://www.google.be/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=nl&source=hp&q=adm+background+color&meta=&btnG=Google+zoeken

2. write a batch file to add the registry key with the preferred value
and have it applied on a machine level (during startup)

the right key would be --> HKEY_USERS\.DEFAULT\Control
Panel\Colors\Background
the command you can use is --> reg add "hku\.default\control
panel\Colors\" /v Background /t REG_SZ 58 110 165 /d /f

could be that you need to change the value to your liking ;-)

grtz

Loading...