Startup timestamp (When did the PC boot?)

  • Thread starter Thread starter Nananana
  • Start date Start date
You may use Uptime.exe tool from Microsoft.

Uptime.exe Tool Allows You to Estimate Server Availability with Windows NT 4.0 SP4 or Higher:
http://support.microsoft.com/kb/q232243

Direct download:
http://download.microsoft.com/download/winntsrv40/install/uptime_1.01/nt4/en-us/uptime.exe

Or you can use the Systeminfo command-line in Windows XP Professional.

Click Start, Run and type:

cmd /k systeminfo | find "System Up Time"

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com



Hi.
How can I tell when was the PC re-started?
TIA
 
Nananana said:
Hi.
How can I tell when was the PC re-started?
TIA

Further to what Ramesh said, you could also run this command
from a Command Prompt:

net statistics workstation
 
Back
Top