From LedHed's Wiki
Jump to: navigation, search
(Created page with "I was writing a vbscript today that required I know what OS Architecture (x86 or x64) I came across this site: http://csi-windows.com/toolkit/csi-getosbits In a nutshell: B...")
(No difference)

Revision as of 02:16, 4 September 2013

I was writing a vbscript today that required I know what OS Architecture (x86 or x64)

I came across this site: http://csi-windows.com/toolkit/csi-getosbits

In a nutshell:

Bits = GetObject("winmgmts:root\cimv2:Win32_Processor='cpu0'").AddressWidth