During imaging processes, some machines may cause the monitor display to timeout or the machine to go into standby.


To prevent the above, modify the TFTP server zimfiles\zimpeget.cmd as follows:

.
.

REM Disable Windows Firewall
wpeutil.exe DisableFirewall

REM Disable monitor / sleep settings during WinPE
powercfg /change monitor-timeout-ac 0
powercfg /change monitor-timeout-dc 0
powercfg /change standby-timeout-ac 0
powercfg /change standby-timeout-dc 0

REM TFTP files
.
.