Page 1 of 1

How to disable show more options

Posted: Mon Sep 16, 2024 6:26 pm
by sys.admin
How to disable show more options Image
Method1: Dezactivate using REG file


Method 2:Dezactivate from terminal
  • Open Windows PowerShell or Command Prompt
    Copiază comanda de mai jos :

    Dezactivate Show more options

    Code: Select all

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

    Code: Select all

    reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f​
    
  • Close Windows terminal.
  • Restart the computer.