Remove menu items
Nov 21, 2022
10
2483
Shell gives you the ability to remove any item from the context menu with just one line in the static items section without modifying the Windows Registry.
The
Remove multiple items
The
find
property is used to find the item to be removed, and then assign remove to the visibility
propertystatic
{
item(find='format' visibility="remove")
}
Remove multiple items
static
{
item(find='"print"|"restore previous versions"' visibility="remove")
}
10 Comments
I can't make it work for taskbar menus. For example, I can't hide the Cascade windows item...
What version of Windows are you using?
static
{
item(find='Cascade' visibility="remove")
}
Ctrl
+Right-Click
or restart the Explorer.Also tried with "goto". What's the correct name of the item?
i seems i cant get it done.