How to disable or open the windows system right-click menu in the Registry
Right-click Disabled:
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoViewContextMenu" in the window on the right and set the value to "01 00 00 ".
After modification, You need to restart WINDOWS. After startup, you will not be able to right-click the desktop, drive, folder, and other places.
How to disable or enable the system context menu in the Registry
The following method disables right-click:
Under HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Create a new binary value "NoViewContextMenu" in the window on the right and set the value to "01 00 00 ".
After modification, You need to restart WINDOWS. After startup, you will not be able to right-click the desktop, drive, folder, and other places.
How to disable right-click in the registry?
Open the Registry Editor, and expand the HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ KeyboardLayout subkey;
In the corresponding right-side subwindow, right-click the blank space, execute "New Key"/"binary value" in the shortcut menu, and name it "ScancodeMap ";
Double-click the key value. In the subsequent window, enter, 00 ";
Exit the registry editing window and restart the system.