Skip to main content

Manual Uninstall

Atollon desktop - Uninstall Win App

1) Uninstall the application

a) uninstall via WIndows (if msi) (Add or remove programs)

or

C:\Program Files (x86)\Atollon\Uninstall.exe (if installation via .exe)

or

delete complete folder C:\Program Files (x86)\Atollon (it only removes AtollonHarbor)

2) Delete the content, it has been downloaded via loader (AtollonHarbor)

Open cmd (command line)

cd c:\Users\%{USERNAME}\AppData\Roaming
rmdir /s Atollon
rmdir /s AtollonHarbor
rmdir /s LagoonDesktop

Where %{USERNAME} is to be replaced by your user name in Windows.

This is a location, where LagoonDesktop.exe and all related settings are stored (atollonHarborSettings.json; #SharedObjects/AtollonHarbor.swf/settings.sol)

3) Remove AtollonSetup.exe from Downloads

Atollon desktop - Uninstall Mac App

As local admin user (in Terminal > sudo su) run the following:

sh removeApp.sh

Download script here:

removeApp.sh