heroGrip13
Forum Veteran
- Run as Administrator:
Right-click CMD > Run as administrator. - Generate & Set New GUID:
Paste this command:
for /f %g in ('powershell -command "[guid]::NewGuid().ToString()"') do reg add "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid /t REG_SZ /d "%g" /f

