Tuesday, 19 July 2022

How to Disable ‘Show More Options’ from the Right Click Menu in Windows 11

  1. Click on the Start Menu and Search for “Command Prompt”.
  2. Press “Run as Administrator” under Command Prompt
  3. Once Command Prompt’s window opens you can put the following command and press enter:
reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /ve /d "" /f


No comments:

NU1101 Errors in Blazor Projects

These NU1101 errors in your Blazor project suggest that the required NuGet packages aren't being found in the configured sources. To res...