What’s the wmic command for finding system serical number from windows command line?
wmic bios get serialnumber
We can find other bios information also using ‘wmic bios get’ command. In the above command you need to replace ‘serialnumber‘ with the appropriate property from the list below.
- BiosCharacteristics
- BuildNumber
- CodeSet
- CurrentLanguage
- Description
- IdentificationCode
- InstallDate
- InstallableLanguages
- LanguageEdition
- ListOfLanguages
- Manufacturer
- Name
- OtherTargetOS
- PrimaryBIOS
- ReleaseDate
- SMBIOSBIOSVersion
- SMBIOSMajorVersion
- SMBIOSMinorVersion
- SMBIOSPresent
- SerialNumber
- SoftwareElementID
- SoftwareElementState
- Status
- TargetOperatingSystem
- Version
{ 0 comments… add one now }