This article describes the methods to determine the uptime of a Windows Vista computer.
Right-click on the Taskbar, and click Task Manager. In Task Manager, select the Performance tab.
The current system uptime is shown under System.
Click Start, type the following command and press ENTER:
cmd /k systeminfo | find "System Boot Time"
System uptime data is shown in the output, as below:
System Boot Time: 3/25/2007, 2:48:56 PM
Uptime (from Microsoft) is a simple command line tool that analyzes a single server for reliability and availability information. It can work locally or remotely. In its simple form, the tool will display the current system uptime. An advanced option allows you to access more detailed information such as shutdown, reboots, operating system crashes, and Service Pack installation.
Here is a sample output returned by the uptime.exe tool:
\\<Computername> has been up for: 0 day(s), 0 hour(s), 4 minute(s), 52 second(s)