Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pub:win11_enable_classic_context_menu [2022/02/19 04:38] – created derekpub:win11_enable_classic_context_menu [2022/11/04 15:26] (current) – removed derek
Line 1: Line 1:
-====== win11 enable classic context menu ====== 
  
-Enable 
-  reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 
- 
-Disable 
-  reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f 
- 
-Restart Windows Explorer 
-  taskkill /f /im explorer.exe 
-  start explorer.exe