HOW TO DISABLE RIGHT CLICK ON THE TASKBAR
in the previous example, we have seen how easy it is for a user to disable right click anywhere on the desktop and explorer. However, on many occasions you may want to disable right click on the windows taskbar. this is where a very useful registry tweak comes into the picture.
1. Open the regedit.exe file
2. scroll down to or create the following registry key:
[ HKEY_LOCAL_MACHINE\Software\Microsoft\windows\currentversion\policies\explorer
3. in the right pane,create a new DWORD value named NoTrayContextMenu within the above registry key and set its data value to 1 to disable the right click context menu on the taskbar, and to 0 to enable it. (note: you may want to completely delete the DWORD value NoTrayContextMenu when you want to enable right click.)
in the previous example, we have seen how easy it is for a user to disable right click anywhere on the desktop and explorer. However, on many occasions you may want to disable right click on the windows taskbar. this is where a very useful registry tweak comes into the picture.
1. Open the regedit.exe file
2. scroll down to or create the following registry key:
[ HKEY_LOCAL_MACHINE\Software\Microsoft\windows\currentversion\policies\explorer
3. in the right pane,create a new DWORD value named NoTrayContextMenu within the above registry key and set its data value to 1 to disable the right click context menu on the taskbar, and to 0 to enable it. (note: you may want to completely delete the DWORD value NoTrayContextMenu when you want to enable right click.)
No comments:
Post a Comment