browse
Introduction:
- Instructions how to uninstall Cisco secure client on Windows and MacOS via command line
Prerequisites :
- MacOS 12 or higher
- Cisco Secure client 4.X or newer
- You must have administrator privileges to uninstall the Secure Client.
Steps for Windows:
- Open Command Prompt App using administrator access and run the following command :
wmic product where "name like 'Cisco Secure Client%'" call uninstall
Steps for Mac OS:
> Steps to remove only Umbrella client :
-
Open a terminal window (/Applications/Utilities/Terminal.app)
-
Run the following command: sudo /opt/cisco/secureclient/bin/umbrella_uninstall.sh
-
Enter your password
> Steps to remove Cisco Secure Client completely along with VPN client:
Run the following command: sudo /opt/cisco/secureclient/bin/vpn_uninstall.sh
> Steps to remove DART Bundle:
Run the following command: sudo /opt/cisco/secureclient/bin/dart_uninstall.sh