-8

Possible Duplicate:
How to find out uptime on Windows?

Is there any function like "Linux uptime" in Windows?

asa
  • 15

3 Answers3

8

You can also click Ctrl+Shift+Esc to get to the Task Manager. In Task Manager, go to the Performance tab. The system uptime is shown under System.

Alex
  • 1,865
5

First Google search for "Windows uptime" returned:

Option 1:

  1. Go to "Start" -> "Run"
  2. Write "CMD" and press on "Enter" key
  3. Write command net statistics serve" and press Enter key
  4. The line that start with Statistics since … provides the time that the server was up from

Also command net stats srv can be used instead.

Option 2:

Uptime.exe tool allows you to estimate server availability with Windows NT 4.0 SP4 or higher

http://support.microsoft.com/kb/232243

Alois Mahdal
  • 2,344
Diogo
  • 30,792
4

I prefer typing

systeminfo

in commandline.

thane
  • 1,667