Switching Between Old and New Context Menus with a Single Command
To revert to the window's old context menu:
1. Press Windows + X or right-click the Start menu icon and select Terminal (Admin).
2. Copy and paste the following command into Windows Terminal, then press Enter.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
3. Close Windows Terminal and either restart the Windows Explorer process via Task Manager or reboot your PC to apply the changes.
To return to the new context menu:
Copy and paste the following command into Windows Terminal, then press Enter.
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f