-->

Tuesday, May 29, 2012

Find System Uptime from Command Line

To find the system uptime, you can use this simple command from a command prompt.  It uses SystemInfo to find the last System Boot Time.

systeminfo | find "System Boot Time:"

No comments:

Post a Comment