How to Disable Right Click

Steps on how to Disable:

  • Open run (window key +R)
  • Type regedit
  • Navigate to
  • [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  • Look for the value name "NoViewContextMenu" (if no such value exists, then just go ahead and create it)
  • Make sure the type is REG_DWORD
  • Type in a 1 to disable right clicking and a 0 to enable right clicking.
  • Restart your computer after the modification.