Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 261 Bytes

Windows10_Hacks.md

File metadata and controls

4 lines (3 loc) · 261 Bytes

When did my system last reboot?

  • Get-EventLog System | Where-Object {$.EventID -eq "1074" -or $.EventID -eq "6008" -or $_.EventID -eq "1076"} | ft Machinename, TimeWritten, UserName, EventID, Message -AutoSize -Wrap
  • systeminfo | find "System Boot Time"