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