Windows10Deployment/shoelaces/static/windows/windows10/install.bat

10 lines
222 B
Batchfile

wpeinit
ipconfig
echo "Sleeping for 10 seconds for network..."
echo wsh.sleep 10000 > sleep.vbs
cscript /nologo sleep.vbs
ipconfig
net use \\ucs\software
\\ucs\software\pxe\Windows10\setup.exe /unattend:unattend.xml
pause