Do you want to know the serial number of your computer?
WMIC(windows managment instrumentation command) is a command by which we can get all information about our computer.
wmic bios get serialnumber WMIC(windows managment instrumentation command) is a command by which we can get all information about our computer.
- type cmd in Run and enter.
- now follow the below command
2. To find the serial number of your computer machine(In pic blue arrow)
wmic csproduct get name , identifyingnumber
3. To find the model number and UUID (In Pic Pink arrow)
wmic csproduct get uuuid ,name
4. To find the BIOS version(In pic cyan arrow)
wmic bios get name , version
No comments:
Post a Comment