Uninstall Guardicore Platform Agent

Uninstall Guardicore Platform Agent for Windows users

Before you begin

Quit ​Akamai​ Guardicore Platform Agent.

How to

  1. Go to Start > Windows Settings and click Apps.
  2. Select Guardicore Platform Agent and click Uninstall.
  3. Follow the instructions in the uninstallation wizard.

Guardicore Platform Agent silent uninstall for Windows users

How to

  1. 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
  1. 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

  1. Go to Finder > Applications.
  2. Find ​Akamai​ Guardicore Platform Agent on the list of installed applications.
  3. Right-click ​Akamai​ Guardicore Platform Agent.
  4. Click Move to Trash.
  5. Enter your OS username and password to proceed with the uninstall operation.
  6. Click OK.

Guardicore Platform Agent silent uninstall for macOS users

How to

  1. 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