If you are looking to find BIOS serial number from CMD, then wmic bios
is the command you would need. Below is the exact command you can run on any Windows computer to retrieve serial number.
wmic bios get serialnumber
Example:
C:\>wmic bios get serialnumber SerialNumber BP69SDK
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 of bios. Use the below command to get the list of properties.
wmic bios get /?
Windows xp does not have wmic. is there any other way to get serial number?
Save below as sn.vbs and run it. It will show you the unit s/n.
strComputer = “.”
Set objWMIService = GetObject(“winmgmts:\\” & strComputer & “\root\CIMV2”)
Set colItems = objWMIService.ExecQuery( _
“SELECT * FROM Win32_BIOS”,,48)
For Each objItem in colItems
Wscript.Echo “———————————–”
Wscript.Echo “Win32_BIOS instance”
Wscript.Echo “———————————–”
Wscript.Echo “SerialNumber: ” & objItem.SerialNumber
Next
I have a desk top computer 27 in dell and I need my serial number
I have a dell Lap Tap that I purchased from a friend.
I want to know if I could till get services under the serial # that I will enter.
4214182897
veronica, what stops you asking dell?
I have a samsung I wanna get my serial number
WMIC BIOS GET SERIAL NUMBER
I have a HP Envy and need my serial number.
wmic bios get serialnumber
ma computer model is 15-bs003TU
please I need serial number
i have asus windows 7 i need my serial number
TELL MY SERIAL NUMBER PLEASE
i have lenovo windows 8 i need my serial number
I have Lenovo I want my serial number
I could not get the wmic bios get serial number to work
wmic bios get /? ——– I did this, and serial number was on the list as N/A
The command is:
wmic bios get serialNumber
serialnumber needs to be all one word
I want to find serial number of our laptop.
I have DELL I want my serial number
I do not know how to find the serial no. of my hp laptop
want to know the s/n of this laptop
wmic bios get manufacturer
sir I have dell laptop corei7 windo 10 ….. sir I want my seriol no
SERIAL NUMBER FOR HP PAVILION LAPTOP
wmic bios get hard drive
I would like to have product serial number of my Lenovo 320S for activation and use of word documents etc. The S/N number is MP1D1GWA
I have a Hp G6 windown 10 and I need my serial number
Thank you
i cant find serial number I did follow instruction as per request
RESPONSE The serial number is not guaranteed to be filled in by manufacture unless you buy business grade equipment
C:\>wmic bios get serialnumber
SerialNumber
my serial # on this android Toshiba laptop I have isn’t being recognized.
my serial # on this android laptop I have isZE246796P–I get an error msg saying it’s not the right one–it’s the only one on this machine.
Anyway to retrieve all my PC software license number using wmic?
The command is:
wmic bios get serialNumber
serialnumber needs to be all one word