Knowledge Base
Created
Modified
Modified
Invalid MachineGuid
An invalid MachineGuid registry value has been detected. Follow these steps to fix the problem:
- Open regedit.exe
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography registry branch.
- Double click the MachineGuid
- If there are any curly brackets in the value remove them. For example:
Wrong: {F5C2C749-D98B-4B28-B70A-1EF9526B78DE}
Correct: F5C2C749-D98B-4B28-B70A-1EF9526B78DE - If the value is 00000000-0000-0000-0000-000000000000, a new random value needs to be set.
To get a random GUID, open a command line (cmd.exe) and type:
powershell -Command "(New-Guid).Guid"
Keywords
Related Articles
What do you think about this topic? Send feedback!