Digital Inspiration

about    faq    contact

When Did You Last Turn On The Computer? Know The Exact Time

system-running-timeMost office employees do not shut down computers at night - they just lock the workstations and switch off the monitor but that doesn’t stop the computers from consuming power.

According to estimates, 30% of all office PCs in the US are left on all night while 18% of office workers in UK admit that they have never switched off computers over night or at weekends.

Related: How to Shut Down Windows Faster ?

So do you remember the exact date or time when you last switched on the computer ? Here’s a simple DOS command to help you out:

systeminfo | find /i “boot time”

This will show the time when you last rebooted the computer.

systeminfoSubtract that from the current date-time to know for how long you have been running the computer.

windows-task-manager Alternative, you could start Windows Task Manager (Alt+Ctrl+Del), switch to the Performance tab and you should see a field that says “Up Time” - that’s even more convenient but some computers have Task managers disabled.

Bonus Tip: Run systeminfo | find /i “install date” to know the date when your installed Windows on the PC.

Related: Do You Shut Off The Computer or Hibernate

Email This   Print Article   Save as PDF   Subscribe   Translate 

Published on March 26, 2008 under Software, Tips, Tricks, Tutorials
Tags: , ,

Recommended Google Software:

Reader Comments

#1 benjamin 03.26.08

In Linux you just run the command “uptime”.

systeminfo does not work on XP.

#2 Dan 03.26.08

These worked for me in XP:

systeminfo | find /i “system up time”
systeminfo | find /i “original install date”

#3 benjamin 03.26.08

This is what I got.

C:\>systeminfo | find /i “system up time”
ERROR: Not found.

C:\>

#4 PCLinuxOS 2008 03.26.08

With Windows, it is necessary to reboot every 2-3 days, because if you don’t, you notice that your system slows down, even if you close all unnecessary processes. This is because of a large number of low level scripts that are started by some processes, but not ended properly.

With Linux, however, this problem is not so bad. I’ve been running my Linux system for over a month now, and it doesn’t seem to have slowed down one bit :D.

#5 Rowan 03.26.08

uptime.exe is supposed to work under Windows XP Home, but I’ve only ever used it under Windows 2000.

You can get it from here

#6 Raminder 03.26.08

Well, Neither XP is showing any result of systeminfo command nor “upTime” is getting displayed in performance tab. Is any way to enable/display those in that tab?

#7 Amit Agarwal 03.26.08

If you have trouble running uptime.exe or systeminfo command on your Windows machine, open Task Manager and switch to the tab that says Performance. There you’ll see the “uptime” value.

#8 Niraj 03.26.08

i guess people might be getting different parameters depending on their OS. I got no output when i passed “boot time” as a parameter, but just systeminfo gave me all info with parameter names, which worked individually, including “system up time”

#9 Rowan 03.27.08

Forgot to mention, you can use uptime.exe to check the up time of other compatible PCs on your network.

#10 AvidReader 03.27.08

I have WinXP Professional, but I am not able to see the “uptime” field under the Performance tab. I see the following fields: CPU Usage, CPU Usage History, PF Usage, Page File Usage History, Totals (Handles, process, threads), Physical Memory (Total, Available, System Cache), Commit Charge (Total, Limit, Peak), Kernel Memory (Total, Paged, Nonpaged).

#11 Randhir 03.28.08

i used the command on dos prompt systeminfo | find /i “boot time” but it is doesn’t display any thing.I have windows server 2003 operating system.

#12 Srinivas 03.31.08

I typed

C:\>systeminfo | find /i “system up time”

and got

System Up Time : N/A

Add a Comment

If you have a question that is not related to the above discussion, please post your question in the message board for quick answers. All comments are moderated.


 

Join the Facebook Group

Visit Help Central

 

© 2008 Digital Inspiration - Technology, à la Carte | Mobile Edition | Videos | Tech Support | Terms

The articles are copyrighted to Amit Agarwal and can only be reproduced given the author's permission.


Skip to top of the page ^^