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

# Desinstalar

## Ficheros de la aplicación

Según cómo haya instalado PowerShell Universal, deberá desinstalar los ficheros de la aplicación.

### Instalación con ZIP

Si realizó la instalación mediante un fichero ZIP proporcionado, basta con detener el proceso o el servicio de PowerShell Universal y eliminar la carpeta en la que lo extrajo.

### Instalación con MSI

Si realizó la instalación con el MSI de Windows, desinstale la aplicación desde Agregar o quitar programas.

### Instalación con el módulo

El módulo Universal instala los ficheros de la aplicación en las siguientes ubicaciones de forma predeterminada.

#### Windows

* `%ProgramData%\PowerShellUniversal`

#### Linux y Mac OS

* `%HOME%/.PowerShellUniversal`

## Ficheros de configuración

Los ficheros de configuración se almacenan en la carpeta del repositorio. Una vez que haya eliminado los ficheros de la aplicación, puede eliminar los ficheros de configuración. De forma predeterminada, se almacenan en las siguientes ubicaciones:

### Windows

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

### Linux

* `%HOME%/.PowerShellUniversal/`

### Mac OS

* `%HOME%/.PowerShellUniversal/`

### Escritorio

* `%AppData%\PowerShellUniversal`

## Base de datos

La eliminación de la base de datos depende del tipo de base de datos utilizado.

### SQLite

Las bases de datos SQLite se almacenan en un único fichero en el sistema de ficheros.

#### Windows

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

#### Linux y Mac OS

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

### PostgreSQL y SQL

Las bases de datos PostgreSQL y SQL se almacenan en su servidor SQL y deberá eliminarlas manualmente.

## IIS

Debe eliminar el grupo de aplicaciones y el sitio web de IIS al eliminar PowerShell Universal. Tenga en cuenta que los grupos de aplicaciones se pueden compartir entre sitios web y debe extremarse la precaución al hacerlo.


---

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