When you set the Logon Screen saver to sstext3d.scr using the method described in article KB314493, the sstext3d.scr may appear correctly after the specified time, displaying the default text message in the screen (i.e, Microsoft Windows) with the default style.
This article tells you how to customize the sstext3d.scr when you apply it to the Logon desktop.
First, configure the settings under your current user account. Use the steps below:
- Text
- Motion
- Surface Style
- Resolution
- Size
- Rotation Speed
Next step is to export the above configuration to a .REG file (Registration entries). To do so, follow the steps below:
HKEY_CURRENT_USER \ Software \ Microsoft \ Screensavers \ Text3D
For example, the following line in the REG file:
[HKEY_CURRENT_USER\Software\Microsoft\Screensavers\Text3D]
becomes the following:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Text3D]
Windows Registry Editor Version 5.00
[HKEY_USERS\.DEFAULT\Software\Microsoft\Screensavers\Text3D]
"AllScreensSame"=dword:00000000
"SurfaceType"=dword:00000000
"Specular"=dword:00000001
"SurfaceColor"=dword:00777777
"CustomTexture"=""
"CustomEnvironment"=""
"UseCustomColor"=dword:00000000
"UseCustomTexture"=dword:00000000
"UseCustomEnvironment"=dword:00000000
"MeshQuality"=dword:000003e8
"Size"=dword:0000000a
"RotationSpeed"=dword:0000000d
"RotationStyle"=dword:00000002
"DisplayString"="Your message here..."
"DisplayTime"=dword:00000000
"FontWeight"=dword:00000000
"FontHeight"=dword:00000060
"FontItalic"=dword:01000000
"FontCharSet"=dword:00000001
"FontPitchFamily"=dword:61005400
"FontFace"="Tahoma"
Then, double-click the SSTEXT3D.REG file to merge the contents to the registry. This REG file can be used for deployment as well, if you have a many number of systems.