> 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/batch-edit-folders.md).

# Modifier des dossiers par lot

Remote Desktop Manager Windows vous permet de modifier par lots les propriétés des dossiers directement à partir de la vue arborescente ou par le biais de la recherche avancée.

#### Modification par lots à partir de la vue arborescente

La modification par lots à partir de la vue arborescente applique les changements aux dossiers et à leurs entrées.

1. Ouvrez Remote Desktop Manager.
2. Accédez à la vue arborescente et utilisez <kbd>Shift</kbd> **+** <kbd>Click</kbd> ou <kbd>Ctrl</kbd>**+** <kbd>A</kbd> pour sélectionner les dossiers.
3. Cliquez avec le bouton droit sur n'importe quel dossier sélectionné.
4. Accédez à ***Modifier*** – ***Modification par lots***.
5. Sélectionnez le type de paramètres à modifier par lots.
6. Définissez les configurations souhaitées.
7. Cliquez sur ***Sauvegarder*** pour appliquer vos changements.

#### Modification par lots à partir de la recherche avancée

La modification par lots à partir de la ***Recherche avancée*** applique les changements aux dossiers seulement, et n'inclut pas leurs entrées.

1. Ouvrez Remote Desktop Manager.
2. Accédez au ruban et sélectionnez ***Affichage.***
3. Cliquez sur ***Recherche***.
4. Sélectionnez ***Recherche avancée***.
5. Sous ***Condition 1,*** définissez ***Dossier***.
6. Cliquez sur ***Recherche*** pour lister tous les dossiers.
7. Utilisez <kbd>Shift</kbd> **+** <kbd>Click</kbd> ou <kbd>Ctrl</kbd> **+** <kbd>A</kbd> pour sélectionner tous les dossiers filtrés dans la liste des résultats.
8. Cliquez avec le bouton droit sur n'importe quel dossier sélectionné.
9. Accédez à ***Modifier*** – ***Modification par lots***.
10. Sélectionnez le type de paramètres à modifier par lots.
11. Définissez les configurations souhaitées.
12. Cliquez sur ***Sauvegarder*** pour appliquer vos changements.

#### Voir aussi

* [Devolutions Academy – Speeding through edits with batch operations](https://academy.devolutions.net/student/activity/3407938)


---

# 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/knowledge-base/how-to-articles/batch-edit-folders.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.
