Introduction
This document describes how to add a manual disable/enable option to the Umbrella Roaming Client menu bar on macOS for testing and troubleshooting.
Feature Availability
- The manual disable and enable menu option is only available for macOS.
- Windows users can disable the Umbrella Roaming Client manually, but there is no option to add a menu item in the tray icon dropdown.
Pre-Installation Method
Use this method if the Umbrella roaming client is not yet installed and you want the disable/enable option available after installation.
- Download the Umbrella roaming client from the dashboard.
- Extract the
.zip
file and open theOrgInfo.plist
file with a text editor.
- Add these two lines immediately before the last two lines of the file (
</dict>
and</plist>
). Ensure the indentation matches the other values.
- Save the file.
- Install the Umbrella Roaming Client as usual.
Post-Installation Method
Use this method if the Umbrella roaming client is already installed and you want to add the disable/enable option without reinstalling.
Caution: You must use "sudo", because modifying the file requires administrative privileges.
- Open this file using
vim
or another text editor with administrative privileges:
sudo vim /Library/Application\ Support/OpenDNS\ Roaming\ Client/Updater.plist
- Add these two lines immediately before the last two lines of the file (
</dict>
and</plist>
):
<key>EnableDisableOption</key>
<true/>
- Save the file.
After saving, the Disable option appears in the tray icon. When disabled, the text updates to show the Umbrella Roaming Client is disabled and provides an option to enable it.