banner



How To Check Pc Uptime Windows 10

Computer Uptime refers to how long a system has been upwardly and running without whatsoever shutdown or restart. The computer uptime helps us to find the last reboot of any arrangement. This tin can be helpful in many means like troubleshooting or scripting etc. In this tutorial, we volition discuss iii ways to check the uptime of any Windows automobile or server.

i. How to Cheque Windows Uptime with Job Manager

A task managing director is a estimator program used for checking the process and services running and their details. You can as well find details about the resource utilization like Memory and CPU uses at runtime. This is also a quick and preferred way for Windows users to observe computer uptime.

  1. Log in to your Windows system.
  2. Right click on task bar and click on Chore Manager to launch.
  3. Click "More details", If the task manager opened in meaty view.
  4. Go to Performance tab
  5. In CPU section, yous will find computer uptime like beneath screenshot

Check Computer Uptime in Task Manager

As per the above screenshot, this estimator is up from 33 Days and 33 minutes.

2. Cheque Computer Uptime with Command Prompt

You can as well find the Windows uptime with the command-line options. Hither we will discuss the two commands that provide the uptime details.

A. Using WMIC Control:

WMIC (Windows Direction Interface Control), is a simple command-line utility that provides information about the running system. With the assist of this control, we can detect the concluding kick-upwardly time.

wmic path Win32_OperatingSystem get LastBootUpTime        

Check Computer Uptime in Command Prompt

B. Using systeminfo Command:

The systeminfo command displays a list of details about your operating system, computer software, and hardware components. You tin can also bank check for the value "Organisation Boot Time" to get the computer uptime.

systeminfo | find "System Kicking Time"        

Check Windows Uptime in Command Prompt

3. How to Check Windows Uptime with PowerShell

Launch a Powershell window and type the below command to discover the last reboot time of the current system.

Go-CimInstance -ClassName Win32_OperatingSystem | Select LastBootUpTime        

Check Computer Uptime in PowerShell

Y'all tin also view the computer uptime in the number of days, hours, and minutes formats. Execute the beneath command and cheque the results.

(become-engagement) - (gcim Win32_OperatingSystem).LastBootUpTime        

Check Windows Uptime in PowerShell

You lot can also store the output of the above commands to a variable. Which can be helpful for scripting purposes. The below command will store all values in the "uptime" variable.

$uptime = (get-appointment) - (gcim Win32_OperatingSystem).LastBootUpTime        

Side by side, extract the specific values only and print them on the screen.

Write-Output "The Windows Uptime is >> $($uptime.days) Days, $($uptime.Hours) Hours and $($uptime.Minutes) Minutes"        
          

Output:

The Windows Uptime is >> 35 Days, 12 Hours and 46 Minutes

Conclusion

In this tutorial, you lot have learned diverse methods for checking Windows uptime. This guide covers the 3 methods like Task manager, command prompt, and PowerShell to go computer uptime.

Source: https://tecadmin.net/check-computer-uptime-in-windows/

Posted by: ohlwitints.blogspot.com

0 Response to "How To Check Pc Uptime Windows 10"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel