Remove the Aurora Protect Desktop agent from a device

  • For the devices that you want to remove the Aurora Protect Desktop agent from, assign a device policy with no settings enabled. Verify that Protection Settings > Prevent service shutdown from device and Application Control are turned off in the policy.
  • If you require users to provide a password to remove the Aurora Protect Desktop agent, note the password.
  1. Use one of the following methods to remove the agent from a device:

    Windows

    • To manually remove Aurora Protect Desktop, use Add/Remove programs. If an uninstall password is required, you must use the command line method below with the password protection command.
    • Run the command prompt as an administrator and use one of the following commands:
      • CylancePROTECTSetup.exe:
        CODE
        CylancePROTECTSetup.exe /uninstall
      • CylancePROTECT_x64.msi standard:
        CODE
        msiexec /uninstall CylancePROTECT_x64.msi
      • CylancePROTECT_x64.msi Windows installer:
        CODE
        msiexec /x CylancePROTECT_x64.msi
      • CylancePROTECT_x86.msi standard:
        CODE
        msiexec /uninstall CylancePROTECT_x86.msi
      • CylancePROTECT_x86.msi Windows installer:
        CODE
        msiexec /x CylancePROTECT_x86.msi
      • Product ID GUID standard:
        CODE
        msiexec /uninstall {2E64FC5C-9286-4A31-916B-0D8AE4B22954}
      • Product ID GUID Windows installer:
        CODE
        msiexec /x {2E64FC5C-9286-4A31-916B-0D8AE4B22954}
    Optional commands:
    • Quiet uninstall:
      CODE
      /quiet
    • Quiet and hidden:
      CODE
      /qn
    • Password protection:
      CODE
      UNINSTALLKEY=”<password>”
    • Auto quarantined files:
      CODE
      QUARANTINEDISPOSETYPE=<0_or_1>
      • 0 deletes all files
      • 1 restores all files
    • Generate uninstall log file:
      CODE
      /Lxv* <path_including_file_name>

    macOS

    Run the following command:
    CODE
    sudo /Applications/Cylance/Uninstall\ CylancePROTECT.app/Contents/MacOS/Uninstall\ CylancePROTECT
    Optional parameters:

    Linux

    1. Use one of the following commands to uninstall the agent:
      • RHEL/CentOS:
        CODE
        rpm -e $(rpm -qa | grep -i cylance)
      • Ubuntu/Debian:
        CODE
        dpkg -P cylance-protect cylance-protect-ui cylance-protect-driver cylance-protect-open-driver
      • Amazon Linux 2/SUSE:
        CODE
        rpm -e $(rpm -qa | grep -i cylance)
    2. Use one of the following commands to uninstall the Linux agent drivers:
      • RHEL/CentOS:
        CODE
        rpm -e CylancePROTECTDriver CylancePROTECTOpenDriver
      • Ubuntu/Debian:
        CODE
        dpkg -P cylance-protect-driver cylance-protect-open-driver
      • Amazon Linux 2:
        CODE
        rpm -e CylancePROTECTDriver-<package_version>.amzn2.x86_64
        rpm -e CylancePROTECTOpenDriver-<package_version>.amzn2.86_64
  2. In the management console, in Assets > Devices, select the device and click Remove. Click Yes to confirm.