Uninstall the client
Uninstall ZTC for Windows users
Before you begin
Quit Akamai Zero Trust Client.
How to
- Go to Start > Windows Settings and click Apps.
- Select Akamai Zero Trust Client and click Uninstall.
- Follow the instructions displayed in the uninstallation wizard.
ZTC silent uninstall for Windows users
How to
- Open the command line as administrator (
cmd
) and enter the following command to uninstall ZTC:
wmic product where "name = 'Akamai Zero Trust Client'" call uninstall /nointeractive
- If the setting to uninstall Zero Trust Client on Windows machines is disabled in SIA, enter this command:
msiexec /x "AZTClient-<versionNumber>-windows.msi" CODE="<entitlement_code>" /q
where:
- <versionNumber> is the version number of Zero Trust Client.
- <entitlement_code> is the entitlement code.
Uninstall ZTC for macOS users
Before you begin
Quit Akamai Zero Trust Client.
How to
- Go to Finder > Applications.
- Find Akamai Zero Trust Client on the list of installed applications.
- Right-click Akamai Zero Trust Client.
- Click Move to Trash.
- Enter your computer username and password to proceed with the uninstall operation.
- Click OK.
ZTC silent uninstall for macOS users
How to
- Open the macOS terminal and enter the following commands to uninstall ZTC:
kill -9 $(pgrep AZTClient)
sudo rm -fr /Applications/Akamai\ Zero\ Trust\ Client.app
Updated 10 months ago