https://www.tenforums.com/tutorials/24412-add-remove-default-new-context-menu-items-windows-10-a.html#option1
Restore_New_Text_Document_context_menu_item.reg
Windows Terminal, see:
WinTerminal
Installing is simple: simply execute the
install.ps1 script.
However, there are three layouts, default (with submenus), flat, and mini. Installation and uninstallation requires flat and mini as parameter:
- .\install.ps1 flat and .\uninstall.ps1 flat
- .\install.ps1 mini and .\uninstall.ps1 mini
I've chose the mini layout.
Keep your context menu sleek!
- Open 7-Zip File Manager.
- On the 7-Zip window, switch to the Tools menu and then select the Options... button.
- On the Options page, switch to the 7-Zip tab and then uncheck the CRC SHA option in the Context menu items section.
Remove 'Share with/Give access to', 'Share', 'Restore previous versions' and 'Include in library' from FILE context menu
- Open Winaero Tweaker.
- Scroll down to the Context Menu section and then select Remove Default Entries.
- Check the Share with/Give Access To, Share (Modern Sharing), Restore Previous Versions, Include in library and Open in Windows Terminal checkboxes.
In the Registry Editor, delete the Computer\HKEY_CLASSES_ROOT\*\shell\RunAs key
Remove 'Restore from snapshot' from the FILE and FOLDER context menus
By default, Rollback RX Home adds 'Restore from snapshot' to the context menus of files and folders.
- in the Registry Editor, go to Computer\HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ShdExt - this probably stands for Shield Extension
- double-click the (Default) string value and prefix its data with some dashes (I used the prefix ----LegacyDisable----)
- then go to Computer\HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\ShdExt
- again, double-click the (Default) string value and prefix its data with some dashes
- you don't have to logoff/logon - the changes take place immediately!
source:
https://www.howtogeek.com/howto/windows-vista/how-to-clean-up-your-messy-windows-context-menu/