Computer >> Computer tutorials >  >> System >> windows

How to disable Context Menu for Taskbar in Windows 10

The Registry Editor is one of the best tweaking utilities available inside Windows. Using registry manipulations, you’re able to set a setting according to what suits you best. We’ve covered a series of registry articles on The Windows Club. Today I’m going to share you yet another registry trick which will help you to assign different behavior to the taskbar context menu. You can disable the context menu for the Taskbar.

Disable context menu for Taskbar

How to disable Context Menu for Taskbar in Windows 10

We all know that whenever right-click on the taskbar, a context menu appears, which has some default options. In case you want to disable right-click context menu, you need to make some modifications in the registry keys. Here is the method to do so.

Disable Taskbar Context Menu using Registry

1. Press Windows Key + R combination, type put Regedt32.exe in the Run dialog box and hit Enter to open the Registry Editor.

2. Navigate here:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

How to disable Context Menu for Taskbar in Windows 10

3. In the left pane of this location, create a subkey of Polices using Right Click -> New -> Key. Name it as Explorer.

Now come to the right pane of Explorer subkey so created. In the vacant space, make a right-click and select New -> DWORD, rename the DWORD so created to NoViewContextMenu.

How to disable Context Menu for Taskbar in Windows 10

4. Double click on the DWORD and set its Value data equals to 1.

Similarly, at the same registry location, create another DWORD named NoTrayContextMenu and set its Value data 1 as well.

That’s it!

Restart Explorer and you’ll no longer be able to see right-click context menu over the taskbar.

Please note that the right context menu gets locked or disappears for the vacant space, Start Button, and the clock. The right-click context menu for taskbar pinned programs and the notification area icon remains unaffected.

Related: Disable Context Menu in Start Menu of Windows 10.

How to disable Context Menu for Taskbar in Windows 10