You said logon script.. I am thinking you are running AD to deploy this... if so... this is what I did to so something similar. I created a custom ADM file to configure the 3dtext screensaver. This is a little more extensive than you are looking for but it will allow you to configure ALL the settings for the 3d text.. color, size, speed..blah blah blah..
Copy and past this information into notepad
----------COPY EVERYTHING BELOW THIS LINE----------
CLASS USER
CATEGORY "Software\Microsoft\Screensavers\Text3D"
KEYNAME "Software\Microsoft\Screensavers\Text3D"
POLICY "SurfaceType"
PART "SurfaceType"
NUMERIC
VALUENAME "SurfaceType"
END PART
END POLICY
POLICY "SurfaceColor"
PART "SurfaceColor"
NUMERIC
VALUENAME "SurfaceColor"
END PART
END POLICY
POLICY "MeshQuality"
PART "MeshQuality"
NUMERIC
VALUENAME "MeshQuality"
END PART
END POLICY
POLICY "Size"
PART "Size"
NUMERIC
VALUENAME "Size"
END PART
END POLICY
POLICY "RotationSpeed"
PART "RotationSpeed"
NUMERIC
VALUENAME "RotationSpeed"
END PART
END POLICY
POLICY "RotationStyle"
PART "RotationStyle"
NUMERIC
VALUENAME "RotationStyle"
END PART
END POLICY
POLICY "DisplayString"
PART "DisplayString"
EDITTEXT
DEFAULT "Your Text"
VALUENAME "DisplayString"
END PART
END POLICY
POLICY "DisplayTime"
PART "DisplayTime"
NUMERIC
VALUENAME "DisplayTime"
END PART
END POLICY
POLICY "FontWeight"
PART "FontWeight"
NUMERIC
VALUENAME "FontWeight"
END PART
END POLICY
POLICY "FontHeight"
PART "FontHeight"
NUMERIC
VALUENAME "FontHeight"
END PART
END POLICY
POLICY "FontItalic"
PART "FontItalic"
NUMERIC
VALUENAME "FontItalic"
END PART
END POLICY
POLICY "FontCharSet"
PART "FontCharSet"
NUMERIC
VALUENAME "FontCharSet"
END PART
END POLICY
POLICY "FontPitchFamily"
PART "FontPitchFamily"
NUMERIC
VALUENAME "FontPitchFamily"
END PART
END POLICY
POLICY "FontFace"
PART "FontFace"
EDITTEXT
DEFAULT "Tahoma"
VALUENAME "FontFace"
END PART
END POLICY
END CATEGORY
----------COPY EVERYTHING ABOVE THIS LINE----------
Save it as 3dtext.adm and import it into your group policy template..
If you are unsure as to what the filed should be.. configure you screensaver how you want it configured.. export it and then look at the values.. it makes it easier that way.
Prolly a little overkill.. but GPO is how I roll.......
This post has been edited by chilifrei64: 02 March 2006 - 10:26 PM