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

# Installer Remote Desktop Manager avec Chocolatey

L'installation de Remote Desktop Manager peut être simplifiée à l'aide de Chocolatey, un gestionnaire de paquets pour Windows. Commencez par installer Chocolatey ; si Chocolatey est déjà installé, vous pouvez passer directement aux étapes d'installation de Remote Desktop Manager.

### Installer Chocolatey

#### Prérequis

Pour installer Chocolatey, assurez-vous que votre système répond aux exigences suivantes :

* **Système d'exploitation** : Windows 7 ou version ultérieure / Windows Server 2003 ou version ultérieure
* **PowerShell** : Version 2 ou version ultérieure
* **.NET Framework** : Version 4 ou version ultérieure

{% hint style="info" %}
Le processus d'installation tentera automatiquement d'installer .NET Framework 4.0 s'il n'est pas déjà présent sur votre système.
{% endhint %}

#### Étapes d'installation

1. Ouvrez PowerShell en tant qu'administrateur. Pour ce faire, vous pouvez appuyer sur <kbd>Windows</kbd>+<kbd>X</kbd> et sélectionner ***Terminal (Admin)***.
2. Copiez et collez la commande d'installation suivante dans la fenêtre PowerShell, puis appuyez sur <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. Une fois la commande terminée, vérifiez l'installation en exécutant la commande `choco`. Si Chocolatey est installé correctement, vous devriez voir la version de Chocolatey.

### Installer Remote Desktop Manager avec Chocolatey

1. Ouvrez PowerShell en tant qu'administrateur. Pour ce faire, vous pouvez appuyer sur <kbd>Windows</kbd>+<kbd>X</kbd> et sélectionner ***Terminal (Admin)***.
2. Copiez et collez la commande d'installation suivante dans la fenêtre PowerShell, puis appuyez sur <kbd>Enter</kbd> : `choco install rdm -y`. L'indicateur `-y` approuve automatiquement toutes les invites, facilitant une installation sans intervention.

Une fois l'installation terminée, Remote Desktop Manager sera prêt à être utilisé sur votre système.


---

# 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:

```
GET https://docs.devolutions.net/rdm/fr/knowledge-base/how-to-articles/install-remote-desktop-manager-using-chocolatey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
