How can I get hardware ids/serial numbers through command prompt? -


eventually i'm going using in java applet security user. know it's possible because remember doing before, can't remember line gets correct information.

i'm searching line return processor id, serial number. these 2 fine.

i have used google , tried few commands "wmic bios serialnumber" , doesn't return anything.

the processor id , serial number should 2 unique numbers or strings.

the bios serial number not set.

this should give unique hardware information similar command:

wmic csproduct uuid 

you combine info more information sure unique. examples:

wmic csproduct uuid,name wmic bios name,version 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -