CPU Unique ID
Written by TechnoBlog on 06:23How to get CPU Unique ID?
CPU can't have a unique id, but we can make it.
Goto >> Run >> then type cmd >> hit enter
>> Type "wmic cpu get processorid" then hit enter, you will get processor id
>> "wmic baseboard get serialnumber" then hit enter, you will get main board serial number
>> "wmic bios get version,serialnumber" then hit enter, you will get version & serial number of bios
>> "getmac" then hit enter, you will get mac address of your system nic card.
Finally add this values, to get unique number of cpu
CPU can't have a unique id, but we can make it.
Goto >> Run >> then type cmd >> hit enter
>> Type "wmic cpu get processorid" then hit enter, you will get processor id
>> "wmic baseboard get serialnumber" then hit enter, you will get main board serial number
>> "wmic bios get version,serialnumber" then hit enter, you will get version & serial number of bios
>> "getmac" then hit enter, you will get mac address of your system nic card.
Finally add this values, to get unique number of cpu
| Posted in »
0 comments: Responses to “ CPU Unique ID ”