In this video I will show you how to quickly find the last shutdown issues in Windows Command Prompt.
Command is as follows:
wevtutil qe System /c:1 /rd:true /f:text /q:"*[System[(EventID=1074)]]"
This command retrieves the most recent Event ID 1074 from the System log, displaying it in text format.
Hope you like this!