amoss24 Posted August 8, 2005 Posted August 8, 2005 how do you untick this option (see attachment) during the unattended install of windows xp.
glent Posted August 8, 2005 Posted August 8, 2005 Ok google for regshot, download it and open, 1. Untick the box you are asking about 2. In regshot choose 1st shot (and save) 3. Then tick the box (network box your asking about) 4. Then run the 2nd shot (and save) with regshot.5 Now tell it compare and looking for changes in the outputed txt file
utln Posted August 9, 2005 Posted August 9, 2005 I have the following script added to RunOnce...DisableDNS.vbsSet WshShell = CreateObject("WScript.Shell")Set NIC = GetObject("winmgmts:").ExecQuery ("select * from Win32_NetworkAdapterConfiguration")for each instance in NIC if instance.ipenabled then WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\"&instance.settingid&"\RegistrationEnabled", 0, "REG_DWORD" end ifnext
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now