Pc On Off Time Patched -

Before diving into the "how," let’s establish the "why." Tracking your system’s uptime and downtime is not just for IT professionals.

TurnedOnTimesView: A simple utility by NirSoft that lists the startup time, shutdown time, duration, and shutdown reason in a clean table. PC On Off Time

Get-EventLog -LogName System -Source "EventLog" | Where-Object $_.EventID -eq 6005 -or $_.EventID -eq 6006 | Select-Object TimeGenerated, EventID Before diving into the "how," let’s establish the "why