Skip to content

Instantly share code, notes, and snippets.

@MatyiFKBT
Created February 26, 2026 12:43
Show Gist options
  • Select an option

  • Save MatyiFKBT/383afc6a918214fb486048a21e8fcaf8 to your computer and use it in GitHub Desktop.

Select an option

Save MatyiFKBT/383afc6a918214fb486048a21e8fcaf8 to your computer and use it in GitHub Desktop.
Useful oneliners

Useful One-liner scripts

Win 10 Context menu

Enable

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

Disable

reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f; taskkill /f /im explorer.exe; start explorer.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment