This is simple method to obtain serial number of the computer from the OS level rather than physically go to the computer and search from S/N on the sticker.
1. Open command prompt and run as administrator
2. Type:
a. To get serial number: "wmic bios get serialnumber"
b. To get the model name: "wmic csproduct get name"
Hope this helps.
No comments:
Post a Comment
Your comment is much appreciated. Thanks :)