The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Battery runtime timer

    Discussion in 'Windows OS and Software' started by BobSock, Aug 13, 2008.

  1. BobSock

    BobSock Newbie

    Reputations:
    0
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    5
    Is there a program that will start a timer when windows loads and pause the timer when it hibernates or is shuts down?

    I'd like a program that will just keep track of how long my laptop lasts on battery power and then I can average the results.

    I have an HP and windows only tells me the remaining % of the battery and not the remaining time left.

    Hopefully someone knows of a program that can do this so I can have a better estimate of my battery power (should be around 2 hours) left.

    [I could use a stopwatch but this would be harder to do.]
     
  2. swarmer

    swarmer beep beep

    Reputations:
    2,071
    Messages:
    5,234
    Likes Received:
    0
    Trophy Points:
    205
    In the Task Manager, Performance tab, there's "Up Time". I *think* it only counts non-sleep, non-hibernate time... but you may want to test that.

    Of course, you can't shut down or reboot or it'll reset... but your times would be off anyway if you shut down or reboot, because any timer program wouldn't be counting the startup/shutdown time, which uses at least as much battery as anything else the computer does.
     
  3. BobSock

    BobSock Newbie

    Reputations:
    0
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    5
    Thanks swarmer, I forgot about the computer uptime feature. It keeps counting when the computer is sleeping or hibernating. It just remembers when the computer was started up and subtracts the current date from that to find the uptime.
    Not exactly what I was looking for but the best solution yet. :)

    Command prompt to find uptime: (For XP Pro)

    Code:
    Systeminfo | Find "Up Time"