-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Operating System and Recovery
- What amount of time do the numbers under up time in task man...

Create an account on the HP Community to personalize your profile and ask a question
08-06-2016 04:06 PM
In task manager under up time it shows how long a computer has been on. An example of these numbers is 1:23:45:67.
In this example, 6 and 7 stand for seconds, 4 and 5 stand for minutes, and 2 and 3 stand for hours. What does the 1 stand for?
Solved! Go to Solution.
Accepted Solutions
08-06-2016 04:43 PM
Hi,
That is day. You can confirm this using the following command
powershell (get-date) - (gcim Win32_OperatingSystem).LastBootUpTime
by
(a) Hold down Win key then press R,
(b) Type cmd in Open box then press Enter,
(c) Type the above command then press Enter,
After that type Exit to get out
Regards
***
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
08-06-2016 04:43 PM
Hi,
That is day. You can confirm this using the following command
powershell (get-date) - (gcim Win32_OperatingSystem).LastBootUpTime
by
(a) Hold down Win key then press R,
(b) Type cmd in Open box then press Enter,
(c) Type the above command then press Enter,
After that type Exit to get out
Regards
***
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
08-06-2016 06:19 PM - edited 08-06-2016 06:20 PM
Hi,
From the lastest boot including sleep time.
Regards.
***
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.