> 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/de/knowledge-base/how-to-articles/configure-a-custom-download-path-for-devolutions-updater.md).

# Einen benutzerdefinierten Download-Pfad für Devolutions Updater konfigurieren

Legen Sie einen benutzerdefinierten Downloadpfad für Devolutions Updater fest, anstatt in %TEMP% herunterzuladen. Dies kann auf zwei Arten konfiguriert werden.

### Methode 1: Über das Menü Datei

Gehen Sie zu ***Datei – Einstellungen – Pfade*** und geben Sie einen ***Benutzerdefinierten Downloadpfad*** in das Feld ein.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2238.png" alt=""><figcaption></figcaption></figure>

### Methode 2: Direkt im Updater

1. Klicken Sie im Tab ***Hilfe*** auf ***Nach Updates suchen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2239.png" alt=""><figcaption></figcaption></figure>
2. Wenn Remote Desktop Manager aktualisiert werden kann, öffnet sich der Bereich ***Update verfügbar***. Klicken Sie dort auf ***Herunterladen*** und wählen Sie dann eine dieser Optionen:
   * ***Diese Version herunterladen und jetzt installieren***: Devolutions Updater wird sofort geöffnet.
   * ***Diese Version herunterladen und installieren, wenn die Anwendung geschlossen wird***: Devolutions Updater wird nach dem Schließen von Remote Desktop Manager geöffnet.

     <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2240.png" alt=""><figcaption></figcaption></figure>
3. Wenn das Fenster von Devolutions Updater erscheint, klicken Sie auf ***Optionen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2241.png" alt=""><figcaption></figcaption></figure>
4. Geben Sie den ***Benutzerdefinierten Downloadpfad*** Ihrer Wahl ein und klicken Sie dann auf ***Schließen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2242.png" alt=""><figcaption></figcaption></figure>
5. Klicken Sie auf ***Aktualisieren*** und folgen Sie dem standardmäßigen Update-Prozess.


---

# 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/de/knowledge-base/how-to-articles/configure-a-custom-download-path-for-devolutions-updater.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.
