How can I disable the 'Configure Server Wizard' in Windows 2000?

John Savill

January 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. When a user logs onto a 2000 machine for the first time theConfigure Server Wizard may start however it is possible to disable this bydeselecting the 'Show this screen at startup' box however you may want for thisdialog to NEVER be shown.

To disable for an existing installation for any new users perform thefollowing:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_USERS.DEFAULTSoftwareMicrosoftWindows NTCurrentVersionSetupWelcome

  3. Double click srvwiz and set to 0. Click OK

  4. Close the registry editor

If you want to disable at installation time perform the following:

  1. Copy the contents of the installation folder (I386) to a share

  2. On the distribution share, locate the Hivedef.inf file

  3. Search for srvwiz. Edit the line
    HKCU,"SoftwareMicrosoftWindows NTCurrentVersionSetupWelcome","srvwiz",0x00010003,1
    change the end value 1 to 0.
    HKCU,"SoftwareMicrosoftWindows NTCurrentVersionSetupWelcome","srvwiz",0x00010003,0

  4. Save the file

Any installations installed from this distribution point will not display theconfigure server wizard.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like