Have you ever wondered how to determine uptime in Windows 7? This is your chance and it’s quite simple! For those of you that don’t know what uptime is, I’ll explain. The term uptime refers to the time spent since a computer system was started. Here’s how you can do it:
Method# 1
- Press CTRL+SHIFT+ESCAPE (or press CTRL+ALT+DEL and click on Start Task Manager). The Windows Task Manager should appear.

- Click on the Performance tab. You can now see the system Up Time which is shown on the bottom right side of the window.

Method#2
- Click on the Start orb and type cmd in the search box and click on the search result.
- In the newly opened command prompt type systeminfo|find “boot time” /i and hit enter. The “/i” switch tells the find command to ignore case. The command prompt now shows the date and the time when your computer was started.
