修改WDS PXE timeout时间
bcdedit /store "d:\remoteinstall\boot\x64uefi\default.bcd" /timeout 5
bcdedit /store "d:\remoteinstall\boot\x86uefi\default.bcd" /timeout 5
bcdedit /store "d:\remoteinstall\boot\x86\default.bcd" /timeout 5
bcdedit /store "d:\remoteinstall\boot\x64\default.bcd" /timeout 5
bcdedit /store "d:\remoteinstall\boot\x86x64\default.bcd" /timeout 5
cmd /c "sc control wdsserver 129" #该命令无需运行,然后重新启动wds服务即可生效