如何知道 windows7 os 位版本,32 位或 64 位?
how know windows7 os bit version, 32 bit or 64 bit?
谁能告诉我如何找到我的 os 运行的版本,32 位或 64 位。在我的电脑右键菜单中我找不到属性。
我没有找到任何与此相关的早期 posts
打开“控制面板”>“系统”,您应该会看到 O.S。版本,如果是 64 位
看下图,"System type"。
运行在cmd中执行以下命令打开系统属性
sysdm.cpl
要了解您的计算机是 运行 Windows 7 或 Windows Vista 中 Windows 的 32 位还是 64 位版本,请执行以下操作:
1. Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.
2. Under System, you can view the system type.
如果您的计算机是 运行 Windows XP,请执行以下操作:
Click Start.
Right-click My Computer, and then click Properties.
- If you don't see "x64 Edition" listed, then you're running the 32-bit version of Windows XP.
- If "x64 Edition" is listed under System, you're running the 64-bit version of Windows XP.
您可以查询命令提示符,使用:
wmic os get osarchitecture
谁能告诉我如何找到我的 os 运行的版本,32 位或 64 位。在我的电脑右键菜单中我找不到属性。
我没有找到任何与此相关的早期 posts
打开“控制面板”>“系统”,您应该会看到 O.S。版本,如果是 64 位
看下图,"System type"。
运行在cmd中执行以下命令打开系统属性
sysdm.cpl
要了解您的计算机是 运行 Windows 7 或 Windows Vista 中 Windows 的 32 位还是 64 位版本,请执行以下操作:
1. Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.
2. Under System, you can view the system type.
如果您的计算机是 运行 Windows XP,请执行以下操作:
Click Start.
Right-click My Computer, and then click Properties.
- If you don't see "x64 Edition" listed, then you're running the 32-bit version of Windows XP.
- If "x64 Edition" is listed under System, you're running the 64-bit version of Windows XP.
您可以查询命令提示符,使用:
wmic os get osarchitecture