Windows 11 Context Menu

2026-07-20
5 min read

Windows 11 Context Menu

2026-07-20
5 min read
  • Open Terminal as Admin
  • Select option u want
  • Use this command for disable
  • reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

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

  • Dont forget to restart exporer.exe
  • taskkill /f /im explorer.exe & start explorer.exe

    Article Info

    Published

    2026-07-20

    Reading Time

    5 minutes

    Category

    Progress

    0%
    Share
    About the Author
    Azhe

    Azhe

    Full Stack Developer

    Passionate about web development and creating amazing user experiences.

    Follow on GitHub