如何在 Windows 10 中查找系统正常运行时间

如果您想知道您的Windows计算机已经运行了多长时间,您可以轻松找到您的系统正常运行时间(System Uptime)正常运行时间(Uptime)是一个术语,用于指代您的计算机在没有重新启动的情况下连续运行的时间。这篇文章将向您展示如何使用CMDSystemInfo命令、PowerShell任务管理器(Task Manager)Windows 10/8.1/7/Server系统正常运行时间(System Uptime)

查找 Windows 系统正常运行时间

要了解您的计算机已开启多长时间或Windows 10/8.1/7/Server中的系统正常运行时间(System Uptime),请使用以下任一方法:

  1. 使用命令提示符
  2. 系统信息命令
  3. 使用 PowerShell
  4. 使用任务管理器。

1] 使用 PowerShell

打开提升的 PowerShell 提示符(Open an elevated PowerShell prompt),键入以下内容并按 Enter:

(get-date) - (gcim Win32_OperatingSystem).LastBootUpTime

系统正常运行时间窗口

您将看到以天、小时、分钟、秒和毫秒为单位的启动(Boot-up)时间。

在这里,您使用Get-Date cmdlet 返回当前日期和时间,然后减去来自Win32_OperatingSystem的(Win32_OperatingSystem)LastBootUpTime属性的值, (LastBootUpTime)TechNet说。GCIM是Get-CimInstance的别名。

2]使用CMD

如果您想找出Server Statistics,您可以打开一个提升的 CMD(open an elevated CMD)类型,然后按 Enter:

net stats srv

第一行 ' Statistics since ' 将显示 Windows 正常运行时间。

3]使用任务管理器

如果您打开任务管理器(Task Manager),在性能(Performance)选项卡下,您将看到您的计算机正常运行时间(Up time)显示在那里。

4]使用SystemInfo工具

内置的SystemInfo工具可让您查看系统启动时间(view the System Boot Time)。它显示计算机启动的日期和时间。

想知道Windows 安装日期(Windows Installation Date )以了解您的计算机上安装 Windows 的时间吗?(Want to know the Windows Installation Date to find out when Windows was installed on your computer?)



About the author

我是一名技术人员,多年来一直在音频和用户帐户领域工作。我有使用 Windows 和 Mac 电脑以及苹果产品的经验。自 2007 年以来,我还一直在教授 Apple 产品的使用。我的主要专业领域是用户帐户和家庭安全。除此之外,我还使用过各种软件程序,包括 Windows 7 Home Premium、8.1 Pro、10 Pro 和 12.9 Mojave。



Related posts