The different ways to check your Windows computer bit version. Many times we forget, which computer is running in the operating system. You will find out the below steps to check if your computer is 32bit or 64bit.
How to Check if Your Computer is 32bit or 64bit using WMIC?
You can easy way to know the operating system architecture by running the command below. Check: Run Command Prompt as an Administrator
wmic os get OSArchitecture
Example:
c:\>wmic os get OSArchitecture OSArchitecture 64-bit c:\>
Read Also: How to Show Hidden Files Windows 10 Using Command Prompt