Discussion:
screen saver, 3dtext settings via group policy
(too old to reply)
NewS2ker via WinServerKB.com
2006-10-30 17:13:33 UTC
Permalink
I have located the group policy that defines the screen saver used on client
systems. I have defined the screen saver as the 3D Text (sstext3d.scr)
screen saver. Using group policies, how would I define the text that would be
displayed in the 3D Text screen saver?
--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forums.aspx/windows-group-policy/200610/1
Mark Heitbrink [MVP]
2006-10-30 21:00:26 UTC
Permalink
Post by NewS2ker via WinServerKB.com
I have located the group policy that defines the screen saver used on client
systems. I have defined the screen saver as the 3D Text (sstext3d.scr)
screen saver. Using group policies, how would I define the text that would be
displayed in the 3D Text screen saver?
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
News2ker via WinServerKB.com
2006-10-31 14:50:50 UTC
Permalink
Thanks for the response. I'm sure I did this in school, but I'm going to
have to get the books out to help
me with creating a selfmade ADM template OR Maybe with a little help from you
I can work through it.
How would I begin to create the template?
Post by Mark Heitbrink [MVP]
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
Mark Heitbrink [MVP]
2006-10-31 16:11:01 UTC
Permalink
Hi,
Post by News2ker via WinServerKB.com
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
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
newdatabaser via WinServerKB.com
2006-11-02 13:58:52 UTC
Permalink
Thanks for the link. I'm testing implementation on a test client/server. I
have a some additional questions:

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!
Post by Mark Heitbrink [MVP]
Hi,
Post by News2ker via WinServerKB.com
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
http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html
Mark
--
Message posted via http://www.winserverkb.com
Loading...