Posts

Showing posts from July, 2012

Easily Find the Serial Number of your Computer

Open the command prompt (Start – > CMD) and type the following command: wmic bios get serialnumber Another command that will also print the model number (or make) of your computer is: wmic csproduct get name, identifyingnumber