18303 shaares
1707 private links
1707 private links
Open a command prompt (cmd.exe) as administrator. Type:
diskpart and hit ENTER after each command;
the prompt changes to DISKPART>
list disk to get a list all mounted physical disks.
Now, type select disk xy, e.g. select disk 1.
after the disk is selected, type:
uniqueid disk to show the signature of the disk.
To learn more, type help uniqueid disk
To change the signature, type: uniqueid disk ID=NEWSIGNATURE
(I suggest to increasing or decreasing the (hexadecimal) id by 1, [1-9A-F])
Finally, type exit, then reboot.