Command line to find out if the OS is running a 32-bit version or 64-bit of Windows?
We can get this via WMI:
"wmic OS get OSArchitecture"
Example on my system:C:\>wmic OS get OSArchitecture
OSArchitecture
32-bit
Comments
Post a Comment