Remove menu items
Nov 21, 2022
1
1093
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")
}
1 Comments