Quickly Find the Last Shutdown Issues in Windows CMD!

Опубликовано: 03 Ноябрь 2024
на канале: OurTechRoom
8
1

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!