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

# Batch edit folders

Remote Desktop Manager Windows allows you to batch edit folder properties directly from the tree view or through the advanced search.

#### Batch editing from the tree view

Batch editing from the tree view applies changes to folders and their entries.

1. Open Remote Desktop Manager.
2. Navigate to the tree view and use <kbd>Shift</kbd> **+** <kbd>Click</kbd> or <kbd>Ctrl</kbd>**+** <kbd>A</kbd> to select the folders.
3. Right-click on any selected folder.
4. Navigate to ***Edit*** – ***Batch edit***.
5. Select the type of settings to batch edit.
6. Set your desired configurations.
7. Click ***Save*** to apply your changes.

#### Batch editing from the Advanced search

Batch editing from the ***Advanced search*** applies changes to folders only, and does not include their entries.

1. Open Remote Desktop Manager.
2. Navigate to the ribbon and select ***View.***
3. Click ***Search***.
4. Select ***Advanced search***.
5. Under ***Condition 1,*** set ***Folder***.
6. Click ***Search*** to list all folders.
7. Use <kbd>Shift</kbd> **+** <kbd>Click</kbd> or <kbd>Ctrl</kbd> **+** <kbd>A</kbd> to select all the filtered folders in the result list.
8. Right-click on any selected folder.
9. Navigate to ***Edit*** – ***Batch edit***.
10. Select the type of settings to batch edit.
11. Set your desired configurations.
12. Click ***Save*** to apply your changes.


---

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