> 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/ribbon-menu-bar/actions/rdp.md).

# RDP

Les actions ***Commandes*** dans une session RDP permettent aux utilisateurs d'envoyer des commandes à distance à l'hôte.

### Paramètres

{% tabs %}
{% tab title="Windows" %}

<table><thead><tr><th width="224.20001220703125">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Affichage seulement (entrées ignorées)</strong></td><td>Empêche la session de recevoir toute entrée du clavier ou de la souris. À utiliser pour un accès en lecture seule au serveur distant.</td></tr><tr><td><strong>Envoyer Ctrl+Alt+Delete</strong></td><td>Envoyer la combinaison de touches <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> à l'hôte.</td></tr><tr><td><strong>Charms</strong></td><td>Afficher la barre <em><strong>Charms</strong></em> (barre Rechercher, Partager, Démarrer, Périphériques et Paramètres).</td></tr><tr><td><strong>Barre d'applis</strong></td><td>Afficher la barre <em><strong>App</strong></em> pour montrer la navigation, les commandes et les outils.</td></tr><tr><td><strong>Snap</strong></td><td>Exécuter deux applications côte à côte.</td></tr><tr><td><strong>Écran de démarrage</strong></td><td>Ouvrir le menu Démarrer sur l'ordinateur hôte.</td></tr><tr><td><strong>Changer d'appli</strong></td><td>Passer d'une application à une autre.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="195.4000244140625">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Envoyer Ctrl+Alt+End</strong></td><td>Envoyer la combinaison de touches<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>End</kbd>à l'hôte.</td></tr><tr><td><strong>Envoyer Ctrl+Alt+Delete</strong></td><td>Envoyer la combinaison de touches<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd>à l'hôte.</td></tr><tr><td><strong>Charms</strong></td><td>Afficher la barre<em><strong>Charms</strong></em>(barre Rechercher, Partager, Démarrer, Périphériques et Paramètres).</td></tr><tr><td><strong>Barre d'applis</strong></td><td>Afficher la barre<em><strong>App</strong></em>pour montrer la navigation, les commandes et les outils.</td></tr><tr><td><strong>Écran de démarrage</strong></td><td>Ouvrir le menu Démarrer sur l'ordinateur hôte.</td></tr><tr><td><strong>Changer d'appli</strong></td><td>Passer d'une application à une autre.</td></tr><tr><td><strong>Affichage seulement</strong></td><td>Empêche la session de recevoir toute entrée du clavier ou de la souris. À utiliser pour un accès en lecture seule au serveur distant.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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/fr/ribbon-menu-bar/actions/rdp.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.
