OP 19 October, 2021 - 11:56 AM
Hi guys, I'm going to write how to change HWID (PC Hardware ID) on Win 10, it's usefull for resetting applications trial and bypass ban in video games.
Change hard disk serial number with volumeid:
URL: docs.microsoft.com/en-us/sysinternals/downloads/volumeid
extract volumeid.exe to c:\
run cmd as administrator
go to path c:\
type: volumeid c: ABCD-1234 (choose a random id)
reboot computer
change network mac address with tmac v6:
URL: technitium.com/tmac/
run tmac v6 as administrator
select your network adapter (used for the internet)
check "use 02 as first octet"
click "random mac address button"
click "change now"
reboot computer
Spoof Device ID:
go to guidgenerator:
URL: guidgenerator.com
generate one guid
copy the guid
go to regedit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient
change MachineId with guid generated before ( don't forget the {} )
generate another GUID:
go to regedit: HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQMClient
Change userID with the new GUID ( don't forget the {} )
Change HwprofileGuid and MachineGuid:
generate another guid
copy the guid
go to regedit:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/IDConfigDB/Hardware Profiles/0001
Open HwProfileGuid
Replace value of HwProfileGuid by your another GUID ( don't forget the {} )
go to: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Cryptography/
Open MachineGuid
Replace value of MachineGuid by your generated GUID (must be the same than HwProfileGuid(no need {} here))
Change hard disk serial number with volumeid:
URL: docs.microsoft.com/en-us/sysinternals/downloads/volumeid
extract volumeid.exe to c:\
run cmd as administrator
go to path c:\
type: volumeid c: ABCD-1234 (choose a random id)
reboot computer
change network mac address with tmac v6:
URL: technitium.com/tmac/
run tmac v6 as administrator
select your network adapter (used for the internet)
check "use 02 as first octet"
click "random mac address button"
click "change now"
reboot computer
Spoof Device ID:
go to guidgenerator:
URL: guidgenerator.com
generate one guid
copy the guid
go to regedit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient
change MachineId with guid generated before ( don't forget the {} )
generate another GUID:
go to regedit: HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQMClient
Change userID with the new GUID ( don't forget the {} )
Change HwprofileGuid and MachineGuid:
generate another guid
copy the guid
go to regedit:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/IDConfigDB/Hardware Profiles/0001
Open HwProfileGuid
Replace value of HwProfileGuid by your another GUID ( don't forget the {} )
go to: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Cryptography/
Open MachineGuid
Replace value of MachineGuid by your generated GUID (must be the same than HwProfileGuid(no need {} here))
Don't forget to click like button