WMIC : get Bios serial number from command prompt (CMD)

by admin on March 12, 2011

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 }

Leave a Comment

Previous post:

Next post: