--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forums.aspx/windows-group-policy/200610/1
With a selfmade ADM template, that manipulates:
HKEY_CURRENT_USER\Software\Microsoft\Screensavers\Text3D
"DisplayString"="Whatever you want"
Import -> mark "adm templates" -> View -> Filtering
uncheck "show only fully managed" ...
------ 3dtext.adm -----
Class User
CATEGORY "User Environment"
POLICY "Screensaver 3D Text"
KEYNAME "Software\Microsoft\Screensavers\Text3D"
PART "Display:" Edittext
VALUENAME "DisplayString"
REQUIRED
EXPANDABLETEXT
DEFAULT "What ever you want"
END PART
END POLICY ;Screensaver 3D Text
END CATEGORY ;Screensaver
------ 3dtext.adm -----
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
Mark Heitbrink [MVP] wrote:
>
>With a selfmade ADM template, that manipulates:
>HKEY_CURRENT_USER\Software\Microsoft\Screensavers\Text3D
>"DisplayString"="Whatever you want"
>
>Import -> mark "adm templates" -> View -> Filtering
>uncheck "show only fully managed" ...
>
>------ 3dtext.adm -----
>Class User
> CATEGORY "User Environment"
> POLICY "Screensaver 3D Text"
> KEYNAME "Software\Microsoft\Screensavers\Text3D"
> PART "Display:" Edittext
> VALUENAME "DisplayString"
> REQUIRED
> EXPANDABLETEXT
> DEFAULT "What ever you want"
> END PART
> END POLICY ;Screensaver 3D Text
>END CATEGORY ;Screensaver
>------ 3dtext.adm -----
>
--
Message posted via http://www.winserverkb.com
News2ker via WinServerKB.com schrieb:
> How would I begin to create the template?
The one im my first posting is a start ... more templates
and solution? Just take a look inside system.adm
An older link, but still good:
http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html
Mark
I would like to set when the screen saver starts. In "Software\Microsoft\
Screensavers\Text3D"
I see DisplayTime. Is this it? ... How do you find out what each setting
represent? How do you know the setting increments, ie. is it seconds, minutes?
The link you sent doesn't show all variables in the registry. I didn't find
anything searching microsoft on "displaytime" that was relevant.
Also, I'm not sure what you listed the following in reference to (especially
the mark adm templates):
Import -> mark "adm templates" -> View -> Filtering
uncheck "show only fully managed" ...
Thanks again!
Mark Heitbrink [MVP] wrote:
>Hi,
>
>News2ker via WinServerKB.com schrieb:
>> How would I begin to create the template?
>
>The one im my first posting is a start ... more templates
>and solution? Just take a look inside system.adm
>An older link, but still good:
>http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html
>
>Mark
--