In Windows 11 we have the below context menu (when we right-click on desktop):
- Open Registry Editor, by going to Run command and then typing regedit
- Navigate to the below path:
HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID
- Name the key {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} and press Enter
Right-click the newly created key, select the New -> Key option.
-
Name the key InprocServer32 and press Enter
- Double-click the newly created key and set its value to blank to enable the classic context menu on Windows 11.
- Restart the Windows Explorer from task manager or restart the windows. After restart you will see the below context menu:
- Or simply run the below command from run option and restart Windows Explorer
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Comments
Post a Comment