Show full context menu (like in Windows 10) in Windows 11

 

In Windows 11 we have the below context menu (when we right-click on desktop):



If you want to get same old look context menu of Windows 10 in which we have options like refresh, then follow the below steps:


  • Open Registry Editor, by going to Run command and then typing regedit
  • Navigate to the below path:
        HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID

  • Right-click the CLSID key, select New -> Key option
        



  • 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