Skip to content

Instantly share code, notes, and snippets.

@Tridy
Last active May 12, 2023 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tridy/45979e88cd8c87837d72cf8389877ba6 to your computer and use it in GitHub Desktop.
Save Tridy/45979e88cd8c87837d72cf8389877ba6 to your computer and use it in GitHub Desktop.

from Windows Run dialog:

Classic context menu:

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

Windows 11 "new" context menu:

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

restart the explorer (or computer) after the change

Get-Process -Name "explorer" | Stop-Process -Force
Start-Process "explorer.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment