Acronis Backup Cloud / Acronis Backup Service: Manual Uninstallation
Windows
Generally, you can uninstall Agents for Windows using Programs and Features of the Control panel .
Alternatively, you can uninstall agents using this script:
- Download the script and unpack it.
- Run the runme.bat script.
Please note that uninstallation script uses PowerShell. Make sure that PowerShell execution policy is set for the user performing uninstallation.
Another way is to uninstall agents by running MsiExec.exe with the respective parameter:
- Open the Windows registry: Start -> Search -> regedit.exe
- Navigate to H KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products
- Search for "Acronis":
- Once found, go to the InstallProperties key and note the value of the UninstallString :
- Open the Command prompt: Start -> Search -> cmd.exe
- Type in the value you have noted from the UninstallString and add “/quiet” parameter:
MsiExec.exe /X{GUID} /quiet
This command can be used to uninstall a particular build from any machine. The GUID changes when a new build of the agent is released and installed.
Linux
Open Terminal and execute:
/usr/lib/Acronis/BackupAndRecovery/uninstall/uninstall -a
Mac
Open Terminal and execute:
/Library/Application Support/BackupClient/Acronis/BackupAndRecovery/uninstall.sh -a