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...")
 
Line 10: Line 10:
 
[[Category:Windows]]
 
[[Category:Windows]]
 
[[Category:VBScript]]
 
[[Category:VBScript]]
 +
[[Category:WMI]]

Revision as of 12:44, 5 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