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"
Leave a Reply