reg delete "HKCU\Software\Classes\CLSID\86ca1aa0-34aa-4e8b-a509-50c905bae2a2" /f Microsoft Learn
Why this works: Windows looks up class handlers by CLSID. By inserting a user-level CLSID registration that points to the legacy inproc server behavior, Explorer resolves menu handling differently — falling back to the classic shell integration path many extensions expect.
Open an elevated Command Prompt or PowerShell and run: