HOW TO CHECK YOUR PC SERIAL NUMBER(using CMD)
You can get your PC's Serial number with the help of a simple command in CMD.
#1: Open your Command Prompt
To open your Command Prompt, you can directly go RUN by pressing Windows + R, and then type cmd, and then hit Enter.
Or you can press Windows + X, and then select Command Prompt from there.
#2: Run the WMIC Command
Type the command
wmic bios get serialnumber
This command uses the Windows Management Instrumentation Command-line (WMIC) tool to get the system’s serial number from its BIOS,
You'll get your PC serial number under the text "SerialNumber".
Comments
Post a Comment