How to check Uptime with Win2K

Dulanic

Diamond Member
Oct 27, 2000
9,957
581
136
Topic says it all. What is the command in the command prompt to check your PCs uptime?
 

lundog22

Golden Member
Mar 19, 2000
1,201
0
71
Go to your Windows Task Manager- Processes Tap- look for System Idle Process. The CPU time is your rough Uptime
 

Deceiver

Senior member
Mar 4, 2000
385
0
0
If you use a network, then you can check how long you've been connected. This can be done through the networking properties or through the command prompt by typing net statistics workstation. Assuming you haven't restarted your networking, the time it gives is the time that you last booted. Hope this helps. If there is a command for the actual uptime via the command prompt, I would like to know.
 

SUOrangeman

Diamond Member
Oct 12, 1999
8,361
0
0
I always like to reply with "see how long dnetc.exe has been running." :)

-SUO
 

skriefal

Golden Member
Apr 10, 2000
1,424
3
81
Run Event Viewer and look for the most recent entry in the System Log that states "The Event log service was started.". That'll show you EXACTLY when the system was restarted...
 

Gatsby

Golden Member
Nov 6, 1999
1,588
0
0
Or you can do it manually.. Just push Contorl+alt+delete.
It'll tell you when you logged into that acct.. if you only yuse one.

Gatsby
 

Dulanic

Diamond Member
Oct 27, 2000
9,957
581
136
Yes but there is a specific command. Ive seen screen shots where it said exactly how long the system has been up.
 

juiio

Golden Member
Feb 28, 2000
1,433
4
81
Open a command prompt and type the following:

net statistics workstation | more

At the top it says "statistics since ...". This will give the time since the workstation service was started, so if someone has performed the commands:

net stop workstation
net start workstation

the time up will be incorrect.
 

StuckMojo

Golden Member
Oct 28, 1999
1,069
1
76

ok, this is too weird! i SWEAR it works on my box at home...but i just tried on my coworker's win2k box here and it doesnt.

wtf?

i'll update this thread when i get home and try it there...(i have reinstalled win2k since last time i used the command...)
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
if you use mirc, which i do, theres a command that will tell you the version you are running as well as the up time, its pretty sweet actually.







dam(/uptime)
 

LocutusX

Diamond Member
Oct 9, 1999
3,061
0
0
sysinternals.com has an uptime.exe utility that worked with NT... only problem is it's broken in Win2K.

SUO,

that dnetc.exe info can be wrong if you spend a lot of your time actually USING your computer - and by that I mean really using your CPU. ;)
 

Deceiver

Senior member
Mar 4, 2000
385
0
0
How would I get a program to respond even if I wasn't in that directory? Like if I put the uptime.exe in the winnt\system directory and from c:\ type uptime
 

LocutusX

Diamond Member
Oct 9, 1999
3,061
0
0
you can always add the directory of uptime.exe to your PATH

control panel | system | advanced | environment
 

live4spd

Member
Jul 6, 2000
112
0
71
The command your referring to uptime.exe is available for download from Microsoft's website. Just search for it in the knowledge base. It bases it's uptime estimate from the event viewer.

Ryan