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

# Local RDP/RemoteApp Manager

Le impostazioni RDP locali e le impostazioni RemoteApp sono disponibili da ***Strumenti – Altri strumenti – Gestione RDP/RemoteApp locale***.

Se esegue Remote Desktop Manager su una macchina Windows Server 2008, verrà avviata la console MMC TS RemoteApp.

Se sta eseguendo Windows Vista, verrà avviata la console RemoteApp integrata in Remote Desktop Manager, perché la funzionalità RemoteApp è disponibile in Windows 7 ma non la console MMC. Pertanto, invece di dover modificare le voci di registro necessarie, può utilizzare il RemoteApp Manager di Remote Desktop Manager.

### Impostazioni

#### Impostazioni Desktop remoto

Consenta o non consenta le connessioni remote al suo computer.

#### Desktop remoto

Consente di modificare la porta RDP locale.

{% hint style="info" %}
Remote Desktop Manager deve essere eseguito come amministratore per modificare le impostazioni di Desktop remoto.
{% endhint %}

#### Impostazioni RemoteApp

Deve ***Abilitare RemoteApp*** per poter creare una nuova impostazione RemoteApp.

{% hint style="info" %}
Remote Desktop Manager deve essere eseguito come amministratore per modificare le impostazioni RemoteApp.
{% endhint %}

#### Impostazioni UDP

Abiliti o disabiliti UDP (User Datagram Protocol) localmente sul suo computer. UDP è un protocollo di comunicazione che offre una quantità limitata di servizio quando i messaggi vengono scambiati tra computer in una rete che utilizza il protocollo Internet (IP).

### Utilizzo

1. Clicchi su ***Nuove impostazioni RemoteApp***.
2. Configuri la RemoteApp.
3. Crei una nuova sessione RDP e selezioni la scheda ***Programmi***. Abiliti l'opzione ***Usa RemoteApp***, quindi inserisca il nome del programma RemoteApp e salvi la sessione. Quando la sessione viene avviata, avrà la RemoteApp in esecuzione localmente.


---

# 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/it/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.
