There was a tool called PB Downforce that did something like this. It has been discontinued as it was buggy and stopped working for its purposes. So, is there any alternative? I have a licensed piece of software that is attached to the HD ID. Thanks.
Asked
Active
Viewed 3,337 times
2 Answers
2
If you're using Windows, diskpart will do it for you
diskpart
select disk 0 (or whatever disk it is)
uniqueid disk ID=[SIGNATURE]

Jason Berg
- 19,084
- 6
- 40
- 55
-
Note that Vista/Server2008 and newer reference the GUID to find the OS when booting; changing it on a boot drive may require changing it in the BCD too. – Chris S Jun 03 '11 at 17:07
0
Linux fdisk command does that. Use a live linux distro if you don`t have an installation.
While in fdisk, enter extra commands section with X, then you can change the Disk ID using the I command.

DarkWingDuck
- 145
- 2
- 9