Windows 11: Classic Right-click Context Menu: Difference between revisions
From wiki.jacobjohns.com
Created |
Resize image |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:Windows 11 logo.png|center|frameless]] | [[File:Windows 11 logo.png|center|frameless|500x500px]] | ||
<hr /><br /> | |||
# In an administrative command prompt run the following. | # In an administrative command prompt run the following. | ||
''reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve'' | ''reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve'' | ||
taskkill /f /im explorer.exe && explorer.exe | taskkill /f /im explorer.exe && explorer.exe | ||
Latest revision as of 19:58, 20 February 2025
- In an administrative command prompt run the following.
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
taskkill /f /im explorer.exe && explorer.exe
