> 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/ribbon-menu-bar/file/settings/import-settings.md).

# Einstellungen importieren

Importieren Sie eine Remote Desktop Manager-Konfigurationsdatei und wählen Sie aus, welche Einstellungen und Datenquellen in der aktuellen RemoteDesktopManager.cfg ersetzt werden sollen.

Wählen Sie die [Konfigurationsdatei](/rdm/de/getting-started/installation/client/configuration-file-location.md) aus, die in Remote Desktop Manager Windows importiert werden soll, und klicken Sie auf ***Öffnen***.

#### Importfunktion für die Datei mit den Anwendungsoptionen

<table><thead><tr><th width="273">EINSTELLUNG</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Die ausgewählte Konfigurationsdatei als neue verwenden</strong></td><td>Verwenden Sie die Datei <code>RemoteDesktopManager.cfg</code> als neue Konfigurationsdatei für die Anwendung.</td></tr><tr><td><strong>Zu ersetzende Optionen auswählen</strong></td><td>Wählen Sie aus, welche Einstellungen in der eigentlichen Datei <code>RemoteDesktopManager.cfg</code> ersetzt werden sollen. Weitere Informationen finden Sie unten.</td></tr><tr><td><strong>Ein Backup erstellen (.old)</strong></td><td>Erstellen Sie ein Backup der alten <code>RemoteDesktopManager.cfg</code>.</td></tr></tbody></table>

Klicken Sie auf ***Weiter***, um fortzufahren.

#### Zu ersetzende Optionen auswählen

Legen Sie fest, welche Optionen durch die aus der importierten `RemoteDesktopManager.cfg` ersetzt werden sollen. Wählen Sie ***Ersetzen***, um eine bestehende Einstellung durch eine neue zu ersetzen, oder wählen Sie ***Ignorieren***, um die aktuelle Einstellung beizubehalten. Verwenden Sie ***Alle ersetzen*** oder ***Alle ignorieren***, um dieselbe Auswahl auf alle nachfolgenden Optionen gleichzeitig anzuwenden.

<table><thead><tr><th width="273">EINSTELLUNG</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Gespeicherte Installationspfade</strong></td><td>Die für externe Anwendungen und Werkzeuge konfigurierten benutzerdefinierten Installationspfade.</td></tr><tr><td><strong>Gespeicherte Vorlagen</strong></td><td>Die in Remote Desktop Manager gespeicherten Verbindungsvorlagen.</td></tr><tr><td><strong>Devolutions Account-Anmeldeinformationen</strong></td><td>Die gespeicherten Anmeldeinformationen für die automatische Anmeldung bei Devolutions Account. Diese Option ist deaktiviert, wenn die importierte Datei keine Devolutions Account-Anmeldeinformationen enthält.</td></tr><tr><td><strong>Proxy-Einstellungen</strong></td><td>Die Standard-Proxy-Konfiguration.</td></tr><tr><td><strong>Benutzeroberfläche</strong></td><td>Die Einstellungen für das Menüband und das Erscheinungsbild der Anwendung (Menübandstil, Menübandpanel-Stil und Anwendungsdesign).</td></tr></tbody></table>

Die in der importierten Datei gefundenen Datenquellen sind unterhalb dieser Optionen mit ihrem Datenquellentyp, Namen und ihrer Beschreibung aufgeführt. Aktivieren Sie das Kontrollkästchen neben jeder einzubeziehenden Datenquelle oder verwenden Sie ***Alle auswählen***/***Auswahl aufheben***. Klicken Sie auf ***Anwenden***, um die ausgewählten Änderungen auf Ihre aktuelle Konfiguration anzuwenden, oder auf ***Schließen***, um abzubrechen.


---

# 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/ribbon-menu-bar/file/settings/import-settings.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.
