Having the command "Advanced Security" in the context menu of File Explorer is a useful option when you need to change file system permissions on a file or a folder. By default, it does not exist in Windows 10, so the user has to click numerous dialogs to get to the Advanced Security dialog, including first opening the file or folder's Properties. Here is how to save your time and add the Advanced Security command directly to context menu in Windows 10.
Advertisеment
To add the command "Advanced Security" to the File Explorer context menu in Windows 10, do the following:
- Open Registry Editor.
- Go to the following Registry key:
HKEY_CLASSES_ROOT\*\shell
Tip: See how to jump to the desired Registry key with one click.
- Create here a new subkey and name it Windows.RibbonPermissionsDialog
- In the Windows.RibbonPermissionsDialog subkey create a new string value named ExplorerCommandHandler. Set its value data to {E2765AC3-564C-40F9-AC12-CD393FBAAB0F}.
- Create one more string value named CommandStateSync and leave its value data empty (Default).
- Again, create a new string value named Position. Set its value data to Bottom.
- And the last value you need to create is a new string value named Icon. Set its value data to the following string:
ntshrui.dll,-122
You will get something like this:
Now, you need to perform exactly the same steps at the following Registry keys:
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
After that, you will get the following context menu command:
It will directly open the following dialog:
As I mentioned at the beginning of the article, it will save you a lot of time, especially if you manage file system permissions often. That's it.
Support us
Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:
If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!
Advertisеment
Thank you, Sergey, for this one; I don’t manage the permissions that often, but find it very handy to have it directly available in the context menu (I used your ready-to-use files …) :-)
Hi Sergey.
Insane! This is useful. Even 7 years later,…Thank you very much for sharing this.
I found out that click right to the context menu and press “e” is even faster, than scrolling to the option. There is only one problem, when something is in your clipboard, “e” will insert the files and note call the permissions dialog.
I read here [https://superuser.com/questions/1119603/keyboard-shortcut-for-windows-explorer-context-menu-items] that it is possible to add an ampersand in the context menu entry name. E.g. Per&misson makes “m” to the shortcut. But in this case there is just the ExplorerCommandHandler key, not a name. Do you know a way to add a specific name/letter to this menu entry?
Thanks again, very inspiring. Good things never get old.
Greets Rob