SOLVED: How to Determine The Last Time Your PC Was Booted

There are four ready ways to figure out when your computer was booted (or rebooted): Task Manager Shows Up Time: Command Prompt To Show UpTime: systeminfo | find /i “Boot Time” System Boot Time:          20/03/2015, 12:03:04 PM PowerShell 3 Command To Show Boot: Get-CimInstance -ClassName win32_operatingsystem | select csname, lastbootuptime For […]