196k views
0 votes
How to check the Windows bit version in cmd?

1 Answer

1 vote

Final answer:

To check the Windows bit version in cmd, you can use the command systeminfo.

Step-by-step explanation:

To check the Windows bit version in cmd, you can use the command systeminfo. Here are the steps:

  1. Press the Windows key and type cmd to open the Command Prompt.
  2. In the Command Prompt window, type systeminfo and press Enter.
  3. Scroll down and look for the line that says System Type. It will display whether your Windows is 32-bit or 64-bit.

For example, if the line says System Type: x64-based PC, it means your Windows is 64-bit. If it says System Type: x86-based PC, it means your Windows is 32-bit.

User TedMeftah
by
8.2k points