How To Get Monitor Serial Number From Command Line

 admin  
How To Get Monitor Serial Number From Command Line 8,1/10 9204 reviews

From Windows. Find the serial number by typing a command into Windows. Use a key press combination to open a system information window: For laptop computers, from the built-in keyboard, press Fn + Esc. For desktop or All-in-One computers, press Ctrl + Alt + S. Find the serial number in the window that opens. Apr 27, 2009  Here is a very simple script to return model and serial number information for your computer. To retrieve serial number of the computer run the following command from command line wmic bios get serialnumber To retrieve model name of the computer run the following command from command line wmic csproduct get name This code doesn't.

How To Find Monitor Serial Number Using Command Prompt

Active4 years, 5 months ago

Eventually I'm going to be using this in Java Applet for extra security to the user. I know it's possible because I remember doing it before, I just can't remember the line that gets the correct information.

I'm searching for a line that will return the Processor ID, Serial number. Just these two are fine.

I have used google and tried a few commands like 'wmic bios get serialnumber' and it doesn't return anything.

How To Get Monitor Serial Number From Command Line

The Processor ID and Serial number should be two unique numbers or Strings.

dtech
35.9k14 gold badges77 silver badges138 bronze badges
How to get monitor serial number from command line numberkbzkbz
7021 gold badge7 silver badges21 bronze badges

1 Answer

How To Get Monitor Serial Number From Command Line

The BIOS serial number often is not set.

Serial Number Idm

This should always give you unique hardware information with a similar command:

You could also combine this info with more information to be sure it is unique. Some examples:

typ1232typ1232
4,9626 gold badges30 silver badges47 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged command-linecommand-prompt or ask your own question.

   Coments are closed