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

# Installare Remote Desktop Manager usando Chocolatey

L'installazione di Remote Desktop Manager può essere semplificata utilizzando Chocolatey, un gestore di pacchetti per Windows. Inizi installando Chocolatey; se Chocolatey è già installato, può passare direttamente ai passaggi di installazione di Remote Desktop Manager.

### Installare Chocolatey

#### Prerequisiti

Per installare Chocolatey, si assicuri che il suo sistema soddisfi i seguenti requisiti:

* **Sistema operativo**: Windows 7 o versioni successive / Windows Server 2003 o versioni successive
* **PowerShell**: versione 2 o successiva
* **.NET Framework**: versione 4 o successiva

{% hint style="info" %}
Il processo di installazione tenterà automaticamente di installare .NET Framework 4.0 se non è già presente sul suo sistema.
{% endhint %}

#### Passaggi di installazione

1. Apra PowerShell come amministratore. Per farlo, può premere <kbd>Windows</kbd>+<kbd>X</kbd> e selezionare ***Terminale (Amministratore)***.
2. Copi e incolli il seguente comando di installazione nella finestra di PowerShell e prema <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. Al termine del comando, verifichi l'installazione eseguendo il comando `choco`. Se Chocolatey è installato correttamente, dovrebbe visualizzare la versione di Chocolatey.

### Installare Remote Desktop Manager con Chocolatey

1. Apra PowerShell come amministratore. Per farlo, può premere <kbd>Windows</kbd>+<kbd>X</kbd> e selezionare ***Terminale (Amministratore)***.
2. Copi e incolli il seguente comando di installazione nella finestra di PowerShell e prema <kbd>Enter</kbd>: `choco install rdm -y`. Il flag `-y` approva automaticamente tutte le richieste, facilitando un'installazione automatica.

Una volta completata l'installazione, Remote Desktop Manager sarà pronto per l'uso sul suo 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/it/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.
