> 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/knowledge-base/troubleshooting-articles/microsoft-rdp-automatic-logon-issues.md).

# Problemi di accesso automatico di Microsoft RDP

I problemi di accesso automatico a Microsoft RDP in Remote Desktop Manager si risolvono abilitando l'autenticazione a livello di rete, la modalità Pubblica o verificando le impostazioni delle credenzi

A volte l'accesso automatico non funziona e le sue credenziali vengono richieste dal sistema remoto. Ecco alcuni passaggi utili per identificare il problema. Il supporto per l'accesso automatico è stato introdotto in Windows 2003/XP, quindi si assicuri di connettersi a queste versioni o a versioni successive. Windows 2000 non supporta l'accesso automatico.

### Le sessioni RDP si connettono correttamente in modalità Esterna, ma non in modalità Incorporata.

Questo problema può essere causato da una negoziazione dell'autenticazione errata, perché in alcuni casi il Single Sign On (SSO) richiede l'autenticazione a livello di rete (NLA). Può verificarsi sia quando vengono richieste le credenziali sia quando si utilizza l'accesso automatico.

Selezioni ***Attiva autenticazione a livello di rete NLA (SingleSignOn)*** nella scheda ***Connessione*** della sua sessione.

{% hint style="info" %}
Potrebbe anche essere necessario selezionare l'opzione ***Modalità pubblica*** nella scheda ***Avanzate*** per farlo funzionare.
{% endhint %}

### The connection was denied because the user account is not authorized for remote login

L'abilitazione dell'opzione ***Modalità pubblica*** nella scheda ***Avanzate*** risolve il problema.

### Si assicuri che le credenziali siano inserite correttamente

Remote Desktop Manager consente una gestione delle credenziali avanzata. In base alla sua scelta tra ***Personalizzate***, ***Collegate (cassaforte)***, ***Incorporate*** o ***Ereditate***, si assicuri che le credenziali siano inserite correttamente.

{% hint style="warning" %}
Si assicuri che ***Chiedi sempre la password*** non sia selezionato.
{% endhint %}


---

# 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/knowledge-base/troubleshooting-articles/microsoft-rdp-automatic-logon-issues.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.
