I’ve often used a very simple query to find if a processor is 64 bit capable. Open up a command prompt and enter the following: wmic cpu get datawidth I doesn’t matter the version of the Operating System you are running, this WMI query will return the actually hardware processor capability. If it returns a [...]