UpTime utility for displaying the time since the last reboot
1 January 2001 by Snakefoot | Comment » | Trackback OffUpTime is a command line tool that will show how long your Windows installation has been running without reboot.
One can also press CTRL+ALT+DEL and then see when the user was logged on.
If logging off several times a day a more correct way is to run this command, which shows when the server service was started:
One can also press CTRL+ALT+DEL and then see when the user was logged on.
If logging off several times a day a more correct way is to run this command, which shows when the server service was started:
If using Windows Vista then this command will display the System Uptime (Or just open the Task Manager and see the Performance-tab):net statistics server | more
cmd /k systeminfo | find "System Boot Time"
Updated: 28 June 2007