Search notes:

PowerShell module MS-Office: enable-msOfficeDeveloperTab

The function enable-msOfficeDeveloperTab of the PowerShell module MS-Office enables the Developer tab on Office's Ribbons.
Unfortunately, I was unable to figure out how the Developer tab can be enabled via the registry for Visio.
Access does not have a Developer tab, so it doesn't do anything for Access.
PS C:\> enable-msOfficeDeveloperTab
In order to turn disable the developer tab, the -off option can be used:
PS C:\> enable-msOfficeDeveloperTab -off

Index