Introduction
This document describes how to uninstall the Umbrella Roaming Client from Windows and macOS.
Uninstall the Umbrella Roaming Client on Windows
Note: Administrative privileges are required for all uninstall methods.
Stop the Umbrella Roaming Client Service
Launch an Administrative command prompt and run the command:
net stop Umbrella_RC
Uninstall Using Add/Remove Programs
Some deployments include the option to hide the Umbrella roaming client from the Add/Remove programs list. If this is the case, use the command line uninstall methods instead.
- Open a Run prompt: Start > Run.
- Type
appwiz.cpl
and press Enter.
- In the list of programs, select Umbrella Roaming Client. Click Uninstall.
Uninstall Using Command Line
If the Umbrella Roaming Client does not appear in Add/Remove Programs, use a command line method.
- Open an Administrative command prompt.
- Run the command:
wmic Product where name='Umbrella Roaming Client (x86)' call uninstall
For PowerShell, you need to change the quotation. Use this command:
wmic Product where "name='Umbrella Roaming Client (x86)'" call uninstall
Uninstall Using Command Line and Setup.msi File
- Obtain the same version of the
Setup.msi
file used for installation.
- Open an Administrative command prompt.
- Run the command, replacing
C:\Path\to\Setup.msi
with the actual file path:
msiexec /x C:\Path\to\Setup.msi /qn
Manual Removal
Warning: This method must only be used if the previous methods have failed. This method involves manually deleting the Umbrella Roaming Client Service and deleting all of the folders/files. If done incorrectly, or only partially, this could result in not being able to reinstall the Roaming Client successfully.
- Open an Administrative command prompt.
- Run the command:
sc delete "Umbrella_RC"
- Delete the folders:
C:\ProgramData\OpenDNS\ERC
C:\Program Files (x86)\OpenDNS
- Reset DNS settings:
- Navigate to Control Panel > Network and Internet > Network Connections.
- For each active network adapter:
- Double-click the adapter.
- Navigate to Properties > Internet Protocol Version 4 > Properties.
- Set DNS to Obtain Automatically (DHCP) or enter a static IP address as required.
Uninstall the Umbrella Roaming Client on macOS
Use the GUI Uninstaller
- Search for uninstall roaming in Spotlight.
- Alternatively, navigate to Applications > OpenDNS Roaming Client > Umbrella Roaming Client Uninstaller and run the uninstaller.
Use the Command Line Uninstaller
- Open the Terminal application.
- Run the command:
sudo /Applications/OpenDNS\ Roaming\ Client/rcuninstall
- Review the output and confirm uninstallation by finding the line similar to:
2015-09-24 16:52:59.789 rcuninstall[60471:507] Completed Uninstall