How to find the serial number of the system using the command
Login to Windows OS
Press Win + R Key -> Run Application will open -> Type CMD (Small or caps anything is fine)
![]() |
| Run Application cmd |
In Cmd prompt -> Type wmic bios get serialnumber
system serial number will show.
| Wmic serial number |
Noted: WMIC full form Windows Management Instrumentation Command-Line. The utility provides a command line interface.
Not only the serial number cmd to find. we have a lot of wmic commands there...


0 Comments