# Manual Uninstall

## Atollon desktop - Uninstall Win App

#### 1) Uninstall the application - regular attempt to remove

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

#### 2) Delete the content that has been downloaded via loader

Open **cmd** (command line)

```shell
cd c:\Users\%{USERNAME}\AppData\Roaming
rmdir /s Atollon
```

Where %{USERNAME} is to be replaced by your user name in Windows. Delete this folder for every local user if your workstation is shared.

#### 3) Remove AtollonSetup.exe from Downloads

## Atollon desktop - Uninstall Mac App

As local admin user (in Terminal &gt; sudo su) run the following:

```shell
sh removeApp.sh
```

Download script here:

[removeApp.sh](https://help.atollon.com/attachments/248)