Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve low level information
Message
From
07/02/2003 09:26:57
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00750405
Message ID:
00750549
Views:
22
Set oWMI = GetObject("winmgmts://")
Set oProc = oWMI.InstancesOf("win32_processor")
For Each oObj In oProc
Debug.Print oObj.UniqueID
Next

Set oProc = oWMI.InstancesOf("win32_diskdrive")
For Each oObj In oProc
Debug.Print oObj.Model
Next

Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform