Add your organization's resources on the Tools menu
- Home
- Resources
- User manual
- Deployment guide
- Add your organization's resources on the Tools menu
In PowerPoint, on the Tools
A button that links to a URL will open the URL in the default browser. A button that links to a document will open the document in its default app. A button that links to a program or script will execute the program or script.

On Windows, configure the link buttons in group policies (see Group policies).
On Mac, configure the link buttons with the defaults
command-line tool (see Installation on macOS) or a device management solution (see Managed deployment on macOS).
On Windows, to add link buttons on the Tools
- Open the group policy setting PowerPoint Link Buttons.
- Select Enabled, then select Show.
- In the Show Contents dialog, in Value name, enter the labels of your organization's resources as they should appear on the Tools
- In PowerPoint Link Buttons, select OK.
To remove the buttons from the Tools
On Mac, you can add a link button on the Tools
defaults
tool or by editing a .plist file for a device management solution.
In the following examples, replace the following:
MENU LABEL
: the resource's menu labelLINK
: the resource's URL, local file path, or file path on a network drive. Paths must be absolute.
With the defaults
tool, use the following command:
sudo defaults write /Library/Preferences/com.microsoft.office.plist com.think-cell.settings.linkspp -dict-add "MENU LABEL" "LINK"
When editing a .plist file for a device management solution, use the following code:
<dict>
<key>com.think-cell.settings.linkspp</key>
<dict>
<key>MENU LABEL</key>
<string>LINK</string>
</dict>
</dict>
To remove the buttons from the Tools
com.microsoft.office
property list, remove the com.think-cell.settings.linkspp
dictionary.
- Get started (WIP)
- think-cell Core: Presentation basics (TO DO)
- think-cell Charts: Data visualization
- think-cell Library: Presentation resources
- Deployment guide
- The think-cell API (WIP)