Windows 11: Classic Right-click Context Menu: Difference between revisions

From wiki.jacobjohns.com
Created
 
No edit summary
Line 1: Line 1:
[[File:Windows 11 logo.png|center|frameless]]
[[File:Windows 11 logo.png|center|frameless]]
 
<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

Revision as of 19:57, 20 February 2025

Error creating thumbnail: File missing


  1. 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