> 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/rdm/es/knowledge-base/how-to-articles/install-remote-desktop-manager-using-chocolatey.md).

# Instalar Remote Desktop Manager con Chocolatey

La instalación de Remote Desktop Manager puede simplificarse utilizando Chocolatey, un gestor de paquetes para Windows. Comience instalando Chocolatey; si ya tiene Chocolatey instalado, puede pasar directamente a los pasos de instalación de Remote Desktop Manager.

### Instalar Chocolatey

#### Requisitos previos

Para instalar Chocolatey, asegúrese de que su sistema cumple los siguientes requisitos:

* **Sistema operativo**: Windows 7 o posterior / Windows Server 2003 o posterior
* **PowerShell**: versión 2 o posterior
* **.NET Framework**: versión 4 o posterior

{% hint style="info" %}
El proceso de instalación intentará instalar automáticamente .NET Framework 4.0 si no está ya presente en su sistema.
{% endhint %}

#### Pasos de instalación

1. Abra PowerShell como administrador. Para ello, puede pulsar <kbd>Windows</kbd>+<kbd>X</kbd> y seleccionar ***Terminal (Administrador)***.
2. Copie y pegue el siguiente comando de instalación en la ventana de PowerShell y pulse <kbd>Enter</kbd>:

   ```powershell
   Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
   ```
3. Cuando el comando finalice, verifique la instalación ejecutando el comando `choco`. Si Chocolatey está instalado correctamente, debería ver la versión de Chocolatey.

### Instalar Remote Desktop Manager con Chocolatey

1. Abra PowerShell como administrador. Para ello, puede pulsar <kbd>Windows</kbd>+<kbd>X</kbd> y seleccionar ***Terminal (Administrador)***.
2. Copie y pegue el siguiente comando de instalación en la ventana de PowerShell y pulse <kbd>Enter</kbd>: `choco install rdm -y`. El indicador `-y` aprueba automáticamente todas las solicitudes, lo que facilita una instalación desatendida.

Una vez completada la instalación, Remote Desktop Manager estará listo para usarse en su sistema.


---

# 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/rdm/es/knowledge-base/how-to-articles/install-remote-desktop-manager-using-chocolatey.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.
