Removing items from the taskbar context menu

clqwnless

New Member
Messages
13
Reaction score
1
Hello everyone! Is it possible to somehow remove items from the taskbar using ntlite or the registry? I’ve been trying for a very long time to remove elements from the taskbar context menu, but unfortunately nothing works.
If anything, I'm talking about this context menu:
 

Attachments

  • taskbar_context_menu.PNG
    taskbar_context_menu.PNG
    9.7 KB
For this type of question (editing context menus), search on TenForums or ElevenForum for the answer. It's usually a reg file change, and usually depends on what version of Windows you're running.
 
It's just a different crowd. Brink on Ten/ElevenForums loves that kind of stuff (Start Menu, context menu, Taskbar) and those questions get more attention over there. But they're kinda weak on Windows imaging. :oops:
 
Context menus can be updated using .reg files found on different Windows help sites. If you find one, you can add the .reg file to the Post-Setup (After logon) screen. Registry changes will be applied when you logon for the first time.

You may need to restart Explorer or log out to see the changes.

If you want to have W10-style context menus in W11, then you need ExplorerPatcher or another UI mod app.
 
For the classic context menu, add this registry key to the image with NTLite (Registry page) via a .reg file
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
This should still work (not tested for a long time)
 
Back
Top