본문 바로가기

★Dev★/VB Script

[VB Script] Windows Os bit 확인

Dim sOsBit
Dim WshShell

Set WshShell = CreateObject("WScript.Shell")
sOsBit = GetObject("winmgmts:root\cimv2:Win32_Processor='cpu0'").AddressWidth
    
Set WshShell = Nothing

'★Dev★ > VB Script' 카테고리의 다른 글

[VB Script] 다운로드 폴더 선택 및 열기  (0) 2018.12.13
[VB Script] 형변환  (0) 2018.12.13