> 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/it/getting-started/uninstall.md).

# Disinstallazione

## File dell'applicazione

A seconda di come ha installato PowerShell Universal, dovrà disinstallare i file dell'applicazione.

### Installazione da ZIP

Se ha effettuato l'installazione utilizzando un file ZIP fornito, può semplicemente arrestare il processo o il servizio PowerShell Universal ed eliminare la cartella in cui ha estratto i file.

### Installazione MSI

Se ha effettuato l'installazione con l'MSI di Windows, disinstalli l'applicazione da Add\Remove Programs.

### Installazione tramite modulo

Il modulo Universal installa i file dell'applicazione nelle seguenti posizioni per impostazione predefinita.

#### Windows

* `%ProgramData%\PowerShellUniversal`

#### Linux e Mac OS

* `%HOME%/.PowerShellUniversal`

## File di configurazione

I file di configurazione sono archiviati nella cartella del repository. Una volta rimossi i file dell'applicazione, può eliminare i file di configurazione. Per impostazione predefinita sono archiviati nelle seguenti posizioni:

### Windows

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

### Linux

* `%HOME%/.PowerShellUniversal/`

### Mac OS

* `%HOME%/.PowerShellUniversal/`

### Desktop

* `%AppData%\PowerShellUniversal`

## Database

La rimozione del database dipende dal tipo di database utilizzato.

### SQLite

I database SQLite sono archiviati in un singolo file nel file system.

#### Windows

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

#### Linux e Mac OS

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

### PostgreSQL e SQL

I database PostgreSQL e SQL sono archiviati sul suo server SQL e richiederanno la rimozione manuale del database.

## IIS

È necessario rimuovere l'App Pool e il sito web IIS quando si rimuove PowerShell Universal. Tenga presente che gli App Pool possono essere condivisi tra più siti web e occorre prestare attenzione nel farlo.


---

# 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/it/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.
