How to Disable the Configure Server Wizard for Unattended Installations
ID: Q220838
|
The information in this article applies to:
-
Microsoft Windows 2000 Server
-
Microsoft Windows 2000 Professional
SUMMARY
When you first log on to Windows 2000, the Configure Server Wizard may start. This article describes how to disable this wizard for automated or unattended installations.
MORE INFORMATION
To disable the wizard, you must edit the Hivedef.inf file.
NOTE: Editing an .inf file incorrectly could cause the installation not to work correctly. Make sure to back the file up before you modify it.
- On the distribution share, locate the Hivedef.inf file.
- Using any text editor, open the file and search for the "srvwiz" text. The line should read:
HKCU,"Software\Microsoft\Windows NT\CurrentVersion\Setup\Welcome","srvwiz",0x00010003,1
- Change the value at the end of the line from 1 to 0. This prevents the wizard from running.
- Save and close the file.
Additional query words:
welcome
Keywords : kbenv kbsetup
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbhowto