Change UUID: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Line 18: | Line 18: | ||
</pre> | </pre> | ||
Line 1 Displayes existing UUID value<br> | Line 1 : Displayes existing UUID value<br> | ||
Line 2 Sets new UUID value | Line 2 : Sets new UUID value | ||
<pre> | <pre> | ||
uniqueid disk | uniqueid disk |
Latest revision as of 08:05, 31 May 2020
To change your UUID for specific devices.
Windows Hardware Profile
Powershell commands
Get-ItemProperty -Path "Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\IDConfigDB\Hardware Profiles\0001" Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\IDConfigDB\Hardware Profiles\0001' -Name 'HwProfileGuid-test' -Value '{16178d22-9ba6-4671-9bf0-ce8522fe2396}'
Hard Disk
diskpart list disk select disk x
Line 1 : Displayes existing UUID value
Line 2 : Sets new UUID value
uniqueid disk uniqueid disk uuid=[50c941fe-c927-45b9-a91a-1107492707b0]