-
First, right-click on the "Start" button with the mouse (or press Win+X), and select "Command Prompt (Admin)".
-
Then, paste this code into the terminal application:
reg.exe add "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
and press Enter.
Method to restore the new right-click menu in Win11
- Still, open the Windows terminal (Admin), directly enter this code:
reg.exe delete "HKCU\Software\Classes\CLSID{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f