Hi All
I am currently troubleshooting an intermittent issue with MDT deployments for Window 10 1903. Halfway through deployments machines are occasionally getting stuck in the “Getting Windows Ready” loop.
After further investigation I looked at the current status of all Windows Services to see if any where in a crashed state. After process of elimination here is what I found:
Note: We use Connectwise Remote Control which gives me system command prompt
sc queryex TrustedInstaller SERVICE_NAME: TrustedInstaller TYPE : 10 WIN32_OWN_PROCESS STATE : 3 STOP_PENDING (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x3 WAIT_HINT : 0x3763b0 PID : 3292 FLAGS :
So it appears that TrustedInstaller is in a crashed state. If I then run:
taskkill /PID 3292 /F
The computer then reboots and the TaskSequence continues and completes without error.
What would be your suggestion on me figuring whats happening here and how to properly resolve it?
Note: I think I have deduced from the logs that the Getting Windows Ready loop happens around the time a TS reboot is set after Applications being installed
Thanks!