Windows 7 is it 2^5 or 2^6 using a command line
When I get errors on a machine I’m working on I often want to know if it is a 32 or 64 bit machine so I can ensure I can install the proper SW.
I could do this by going to Control Panel\System and Security\System in an explorer window, but I’m a command line guy so I prefer
However, I prefer
Simply type “wmic os get osarchitecture”