> 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/tools/all-tools/local-rdp-remoteapp-manager.md).

# Lokaler RDP/RemoteApp-Manager

Die lokalen RDP-Einstellungen und die RemoteApp-Einstellungen sind über ***Tools – More tools – Local RDP/RemoteApp manager*** verfügbar.

Wenn Sie Remote Desktop Manager auf einem Windows Server 2008-Computer ausführen, wird die MMC-Konsole TS RemoteApp gestartet.

Wenn Sie Windows Vista verwenden, wird die in Remote Desktop Manager integrierte RemoteApp-Konsole gestartet, da die RemoteApp-Funktionalität in Windows 7 verfügbar ist, die MMC-Konsole jedoch nicht. Anstatt die erforderlichen Registrierungseinträge ändern zu müssen, können Sie daher den RemoteApp-Manager von Remote Desktop Manager verwenden.

### Einstellungen

#### Remote-Desktop-Einstellungen

Erlauben oder verweigern Sie die Remote-Verbindungen zu Ihrem Computer.

#### Remote-Desktop

Ermöglicht Ihnen, den lokalen RDP-Port zu ändern.

{% hint style="info" %}
Remote Desktop Manager muss als Administrator ausgeführt werden, um die Remote-Desktop-Einstellungen ändern zu können.
{% endhint %}

#### RemoteApp-Einstellungen

Sie müssen ***Enable RemoteApp*** aktivieren, um eine neue RemoteApp-Einstellung erstellen zu können.

{% hint style="info" %}
Remote Desktop Manager muss als Administrator ausgeführt werden, um die RemoteApp-Einstellungen ändern zu können.
{% endhint %}

#### UDP-Einstellungen

Aktivieren oder deaktivieren Sie UDP (User Datagram Protocol) lokal auf Ihrem Computer. UDP ist ein Kommunikationsprotokoll, das einen begrenzten Umfang an Diensten bietet, wenn Nachrichten zwischen Computern in einem Netzwerk ausgetauscht werden, das das Internet Protocol (IP) verwendet.

### Verwendung

1. Klicken Sie auf ***New RemoteApp Settings***.
2. Konfigurieren Sie die RemoteApp.
3. Erstellen Sie eine neue RDP-Sitzung und wählen Sie die Registerkarte ***Programs***. Aktivieren Sie die Option ***Use RemoteApp***, geben Sie dann den Namen des RemoteApp-Programms ein und speichern Sie die Sitzung. Wenn die Sitzung gestartet wird, läuft die RemoteApp lokal.


---

# 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/tools/all-tools/local-rdp-remoteapp-manager.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.
