how to check windows architecture command line
To find windows architecture from command line, issue the following
Command:
This worked for me in Windows Server 2012 , 64 Bit and Windows Server 2008 R2, 64 Bit.
Reference:
http://superuser.com/questions/96092/how-can-i-determine-if-the-current-version-of-windows-is-either-32-bit-or-64-bit
To find windows architecture from command line, issue the following
Command:
wmic OS get OSArchitecture
This worked for me in Windows Server 2012 , 64 Bit and Windows Server 2008 R2, 64 Bit.
Reference:
http://superuser.com/questions/96092/how-can-i-determine-if-the-current-version-of-windows-is-either-32-bit-or-64-bit
No comments:
Post a Comment