There is no easy way to do this. This parameter sets the following values ββin the registry:
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\DialogPage\Microsoft.CustomDocWell.Options] "HideButtonInTabs"="False" [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\DialogPage\Microsoft.PowerCommands.OptionPages.CommandsPage] "DisabledCommands"=""
but they are not used by Visual Studio, but only by extension. So the only way is to write your own VS extension that only does this.
source share