This is the Unattend file command:
- Code: Select all
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>"%systemroot%\SETUP\SCRIPTS\run_sdi.bat"</CommandLine>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>"%systemroot%\SETUP\SCRIPTS\winup.bat"</CommandLine>
<Order>3</Order>
</SynchronousCommand>
</FirstLogonCommands>
The run_sdi.bat is the driver installer, after that finishes WSUS Offline should start (winup.bat)
winup.bat:
- Code: Select all
net use Z: \\172.16.0.11\winUpdate\wsus /persistent:no
pushd Z:\cmd
DoUpdate.cmd /verify /instielatest /updatecpp /instmssl /instdotnet4 /instdotnet35 /instmsse /autoreboot /shutdown
this is what i use. is some one knows a better way for installing laptops/desktops ect than i would like to hear them!.
yes the server allows logging without user and password!