Skip to content

Instantly share code, notes, and snippets.

View rgaspary's full-sized avatar
🌎
Working From Earth

Renzo Gaspary rgaspary

🌎
Working From Earth
View GitHub Profile
@rgaspary
rgaspary / commands.md
Created February 28, 2022 14:08
Windows 11 Classic Right Click Menu

To Enable

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

To Dissable

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

Source