Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieve low level information
Message
De
07/02/2003 09:26:57
 
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00750405
Message ID:
00750549
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform