【发布时间】:2016-04-28 11:32:21
【问题描述】:
【问题讨论】:
-
开始 -> 控制面板 -> 系统。或在 Windows 资源管理器中右键单击计算机并选择属性。
标签: windows-7 operating-system
【问题讨论】:
标签: windows-7 operating-system
您可以使用以下命令查询命令提示符:
wmic os get osarchitecture
【讨论】:
在cmd中运行以下命令打开系统属性。
sysdm.cpl
要确定您的计算机在 Windows 7 或 Windows Vista 中运行的是 32 位还是 64 位版本的 Windows,请执行以下操作:
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.
【讨论】: