How To Add Or Remove “Advanced Security” Context Menu in Windows 10
Copy codes are given below into notepad and save them as a .reg file, double click on reg file to add them to the registry, Restart your PC after adding them to registry
Add “Advanced security” to the context menu :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Windows.RibbonPermissionsDialog]
“ExplorerCommandHandler”=”{E2765AC3-564C-40F9-AC12-CD393FBAAB0F}”
“CommandStateSync”=””
“Icon”=”ntshrui.dll,-122”
“Position”=”Bottom”
[HKEY_CLASSES_ROOT\Directory\shell\Windows.RibbonPermissionsDialog]
“ExplorerCommandHandler”=”{E2765AC3-564C-40F9-AC12-CD393FBAAB0F}”
“CommandStateSync”=””
“Icon”=”ntshrui.dll,-122”
“Position”=”Bottom”
[HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.RibbonPermissionsDialog]
“ExplorerCommandHandler”=”{E2765AC3-564C-40F9-AC12-CD393FBAAB0F}”
“CommandStateSync”=””
“Icon”=”ntshrui.dll,-122”
“Position”=”Bottom”
[HKEY_CLASSES_ROOT\Drive\shell\Windows.RibbonPermissionsDialog]
“ExplorerCommandHandler”=”{E2765AC3-564C-40F9-AC12-CD393FBAAB0F}”
“CommandStateSync”=””
“Icon”=”ntshrui.dll,-122”
“Position”=”Bottom”
[HKEY_CLASSES_ROOT\IE.AssocFile.URL\shell\Windows.RibbonPermissionsDialog]
“ExplorerCommandHandler”=”{E2765AC3-564C-40F9-AC12-CD393FBAAB0F}”
“CommandStateSync”=””
“Icon”=”ntshrui.dll,-122”
“Position”=”Bottom”
Remove “Advanced security” from context menu :
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\Windows.RibbonPermissionsDialog]
[-HKEY_CLASSES_ROOT\Directory\shell\Windows.RibbonPermissionsDialog]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.RibbonPermissionsDialog]
[-HKEY_CLASSES_ROOT\Drive\shell\Windows.RibbonPermissionsDialog]
[-HKEY_CLASSES_ROOT\IE.AssocFile.URL\shell\Windows.RibbonPermissionsDialog]
You can use the Advanced Security context menu to manually change the owner, change permissions and set up advanced sharing for the selected item.
Part 1:
Utilizing reg documents for including and evacuating “Advanced Security” setting menu
- Register add.reg to add “Advanced Security” to the context menu.
- Register remove.reg to remove “Advanced Security” from the context menu.
Source codes of reg records are accessible in portrayal, see the first section
– You can use the Advanced Security context menu to manually change the owner, change permissions and set up advanced sharing for the selected item.
