Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BIOS serial number
Message
De
26/08/2005 05:25:00
 
 
À
26/08/2005 05:19:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01044217
Message ID:
01044219
Vues:
14
I get the same stars with ReleaseDates. But I do indeed get a serialnumber: 19L5Z0J

>I try to get Bios SerialNumber with thi code:
>
>
>local loWMI, loItems, loItem, loLocator
>CLEAR
>loLocator		= CREATEOBJECT('WBEMScripting.SWBEMLocator')
>loWMIService	= loLocator.ConnectServer()
>loItems			= loWMIService.ExecQuery("Select * from Win32_BIOS where PrimaryBIOS = TRUE")
>
>For Each loItem in loItems
>    ? "Caption: " , loItem.Caption
>    ? "CurrentLanguage: " , loItem.CurrentLanguage
>    ? "Description: " , loItem.Description
>    ? "Manufacturer: " , loItem.Manufacturer
>    ? "Name: " , loItem.Name
>    ? "ReleaseDate: " , loItem.ReleaseDate
>    ? "SerialNumber: " , loItem.SerialNumber
>    ? "SMBIOSBIOSVersion: " , loItem.SMBIOSBIOSVersion
>    ? "SMBIOSMajorVersion: " , loItem.SMBIOSMajorVersion
>    ? "SMBIOSMinorVersion: " , loItem.SMBIOSMinorVersion
>    ? "SMBIOSPresent: " , loItem.SMBIOSPresent
>    ? "Status: " , loItem.Status
>    ? "Version: " , loItem.Version
>Next
>
>
>and I received something like this:
>
> Caption: Award Modular BIOS v6.00PG
> CurrentLanguage: n|US|iso8859-1
> Description: Award Modular BIOS v6.00PG
> Manufacturer: Award Software International, Inc.
> Name: Award Modular BIOS v6.00PG
> ReleaseDate: 20030912******.******+***
> SerialNumber:
> SMBIOSBIOSVersion: F8
> SMBIOSMajorVersion: 2
> SMBIOSMinorVersion: 3
> SMBIOSPresent: .T.
> Status: OK
> Version: GBT - 42302e31
>Why I don't get SerialNumber and I have "******.******+***" after the Release date?
>Can someone help me?
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform