How to Check If My system is x86 (32-bit) or x64 (64-bit) in Windows?

First let’s see what exactly these numbers 32 and 64 represent. These numbers 32-bit and 64-bit represent the Data Bus width that are between the Memory (RAM) and the Processor. Obviously you can see that 64-bit has the capability of carrying data twice the width of 32-bit. now here is simple way to check processor [...]