Enable or Disable "Show more options" context menu using Command

1 Open Windows Terminal, and select Windows PowerShell or Command Prompt.


2 Copy and paste the command below you want into Windows Terminal, and press Enter.


(Disable)
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
OR
(Enable)
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

3 Close Windows Terminal.


4 You may need to either restart the explorer process, sign out and sign in, or restart the computer to apply.