Skip navigation

Determine Most Recent Reboot

To easily figure out when your machine was last rebooted, open a command prompt and enter

net statistics workstation | more

The second line of text will display

Statistics since...

The date and time that displays are when the machine was last started. To find the same information on a server, enter

net statistics server | more

This information comes from the workstation service and the server service.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish