How to Set Default Screen Saver Through an Unattended Install

Last reviewed: May 27, 1997
Article ID: Q165669
The information in this article applies to:

- Microsoft Windows NT Workstation version 4.0 - Microsoft Windows NT Server version 4.0

SUMMARY

When you run an unattended setup of Windows NT Workstation or Server, you may want to configure Windows NT so that all users will have the same screen saver by default.

MORE INFORMATION

To set a default screen saver in Windows NT, complete the following steps in your I386 share point:

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.

  1. Expand the Default._ file to default. For example, use the following command:

          expand default._ default
    

  2. Rename the Default._ file to Default.org.

  3. Bring up the Registry Editor by running Regedt32.exe (not Redgedit.exe) and select the HKEY_Local_Machine on Local Machine window.

  4. Select the HKEY_Local_Machine folder.

  5. On the Registry menu, click Load Hive, and then select the "default." file from the shared I386 directory. When you are prompted for a key name, give it the name of "work" (without the quotation marks).

  6. Under HKEY_Local_Machine\work\Control Panel\Desktop, set the following values:

          ScreenSaveActive:RegSZ:1
          ScreenSaveIsSecure:RegSZ:1
          ScreenSaveTimeOut:RegSZ:300
          ScrnSave.EXE:RegSZ:C:\winnt\system32\logon.scr
    

    NOTE: This will set the password protected option, wait time to 5 minutes, and the screen saver to the Logon screen saver.

  7. Select the "work" key and click Unload Hive on the Registry menu.

  8. Click Yes at the "Do you want to continue the operation?" dialog box.

  9. Run your unattended install from the shared I386 directory.


Keywords : kbsetup ntsetup ntutil prodnt
Version : 4.0
Platform : WinNT
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 27, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.