Skip navigation

JSI Tip 2478. How do I disable the Configure Server wizard for a Windows 2000 unattended install?

Use Notepad to open Hivedef.inf on the distribution share. Search for srvwiz, which will be found in:

HKCU,"Software\Microsoft\Windows NT\CurrentVersion\Setup\Welcome","srvwiz",0x00010003,1

Changing the 1 at the end of the line to a 0 will prevent the wizard from running.


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish