Hi There,
I have a Hyper-V VM of a Windows 11 box getting stuck at "Restarting" anytime it has to Restart or Shutdown, I've tried/done below so far:
- I've enabled verbose messages for winlogon.exe during boot/shutdown, the shutdown screen goes through some services/software shutting down and then eventually gets to "Restarting"
- Target: bcdedit /debug on
- Host: Set-VMFirmware -Vmname VM-HOSTNAME -EnableSecureBoot Off
- Host: Set-VMComPort -VMName VM-HOSTNAME 1 \.\pipe\TestPipe
- Host: !gflag +sls
- Host: !gflag +dwl
- Host: !dml_proc
I simply want to be able to see what is causing the hang, the Event Log does not show anything helpful, I want to query a list of the Services and what state they are in to see if it's 1 of those causing the issue but after Googling I can't find or see how to query this from WINDBG?, any help would be appreciated.
Thanks