IT Questions and Answers :)

Wednesday, April 17, 2019

What is a best execution command (cmd.exe) to get PC serial number ?

What is a best execution command (cmd.exe) to get PC serial number ?

  • wmic bios serialnumber
  • wmic bios get serialnumber
  • -wmic bios get serial
  • wmic bios get serial number 

What is a best execution command (cmd.exe) to get PC serial number ?

EXPLANATION

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.

SOURCE

https://www.windows-commandline.com/wmic-bios-get-serial-number/

Share:

0 comments:

Post a Comment

Popular Posts