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 find property is used to find the item to be removed, and then assign remove to the visibility property

static
{
    item(find='format' visibility="remove")
}

Remove multiple items

static
{
    item(find='"print"|"restore previous versions"' visibility="remove")
}

1 Comments

Bambi
confused

Comment format
  • **bold**
  • [[quote]]
  • [link title](https://site.com)
  • ![image title](https://site.com/image.png)
  • `code`
  • ```code block```