We are showing here – How to Check your Windows Bit Version? You don’t know or forget, what is your Windows Operating System Running on 32bit or 64bit. We know there are many ways to check it. You can use the command prompt to find out the results. Let’s see –
Check 32-bit or 64-bit using WMIC:
You can get to know the OS architecture by running the below simple command.
wmic os get OSArchitecture
Example:
c:\>wmic os get OSArchitecture
OSArchitecture
64-bit
c:\>