You can implement this change in seconds using the Command Prompt. Open the . Type cmd and run it as Administrator.
💡 : Always back up your registry or create a System Restore point before making manual edits to ensure you can recover from any errors.
reg query HKCR\CLSID\86CA1AA0-34AA-4E8B-A509-50C905BAE2A2
Open an elevated Command Prompt or PowerShell and run:
: Sets the (Default) value of the key to an empty string, which is necessary for the override to work. How to Apply the Change
The reg command is a console-based utility included with Windows, allowing for the querying, adding, deleting, and modifying of registry keys and their values. It is often used in scripts or command-lines for automation, system configuration, and, as this article will explore, for advanced system modifications. The command in question is:
: Targets the current user's class identifiers.
If you prefer navigating the Windows interface directly, you can achieve the same result via the Registry Editor utility. Press Windows Key + R to open the Run dialog box. Type regedit and press .