Uptime Tool
Command line application for windows in C++ to see the system uptime.
-l, --long Shows long uptime format
-s, --short Shows short uptime format (Default)
-
Show windows uptime in long format
ut -l
Windows has been running for 5 hours, 55 minutes, 1 second
-
Show windows uptime in short format
ut -s
05:55:01
Tests have been implemented using the Microsoft Unit Testing Framework for C++