How To Add Or Remove Advanced Security Context Menu in Windows 10 Copy

Опубликовано: 02 Октябрь 2024
на канале: All Things Software Related
164
0

How To Add Or Remove "Advanced Security" context menu in Windows 10

Copy codes given below into notepad and save them as a .reg file, double click on reg file to add them to registry, Restart your PC after adding them to registry

Add "Advanced security" to 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 Advanced Security context menu to manually change the owner, change permissions and set up advanced sharing for selected item.

Part 1:
Using reg files for adding and removing "Advanced Security" context menu

-- Register add.reg to add "Advanced Security" to context menu.
-- Register remove.reg to remove "Advanced Security" from context menu.

Source codes of reg files are available in description, see first paragraph
-- You can use Advanced Security context menu to manually change the owner, change permissions and set up advanced sharing for selected item.