> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/powershell-universal/de/getting-started/uninstall.md).

# Deinstallieren

## Anwendungsdateien

Je nachdem, wie Sie PowerShell Universal installiert haben, müssen Sie die Anwendungsdateien deinstallieren.

### ZIP-Installation

Wenn Sie mit einer bereitgestellten ZIP-Datei installiert haben, können Sie einfach den PowerShell Universal-Prozess oder -Dienst stoppen und den Ordner löschen, in den Sie entpackt haben.

### MSI-Installation

Wenn Sie mit dem Windows-MSI installiert haben, deinstallieren Sie die Anwendung über Programme hinzufügen/entfernen.

### Modul-Installation

Das Universal-Modul installiert die Anwendungsdateien standardmäßig an den folgenden Orten.

#### Windows

* `%ProgramData%\PowerShellUniversal`

#### Linux und Mac OS

* `%HOME%/.PowerShellUniversal`

## Konfigurationsdateien

Konfigurationsdateien werden im Repository-Ordner gespeichert. Sobald Sie die Anwendungsdateien entfernt haben, können Sie die Konfigurationsdateien löschen. Sie werden standardmäßig an den folgenden Orten gespeichert:

### Windows

* `%ProgramData%\PowerShellUniversal`
* `%ProgramData%\UniversalAutomation`

### Linux

* `%HOME%/.PowerShellUniversal/`

### Mac OS

* `%HOME%/.PowerShellUniversal/`

### Desktop

* `%AppData%\PowerShellUniversal`

## Datenbank

Das Entfernen der Datenbank hängt vom verwendeten Datenbanktyp ab.

### SQLite

SQLite-Datenbanken werden in einer einzelnen Datei im Dateisystem gespeichert.

#### Windows

* `%ProgramData%\PowerShellUniversal\database.db`

#### Linux und Mac OS

* `%HOME%/.PowerShellUniversal/database.db`

### PostgreSQL und SQL

PostgreSQL- und SQL-Datenbanken werden auf Ihrem SQL-Server gespeichert und erfordern, dass Sie die Datenbank manuell entfernen.

## IIS

Sie müssen den IIS-App-Pool und die Website entfernen, wenn Sie PowerShell Universal entfernen. Beachten Sie, dass App-Pools von mehreren Websites gemeinsam genutzt werden können und dabei Vorsicht geboten ist.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/powershell-universal/de/getting-started/uninstall.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
