> 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 con Microsoft RDP

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

### Le sessioni RDP si connettono correttamente in modalità External, ma non in modalità Embedded.

Questo problema può essere causato da una negoziazione di autenticazione errata, poiché in alcuni casi il Single Sign On (SSO) richiede la Network Level Authentication (NLA). Può accadere sia quando vengono richieste le credenziali sia quando si utilizza l'accesso automatico.

Selezioni ***Activate network level authentication NLA (SingleSignOn)*** nella scheda ***Connection*** della sua sessione.

{% hint style="info" %}
Potrebbe anche essere necessario selezionare l'opzione ***Public mode*** nella scheda ***Advanced*** affinché funzioni.
{% endhint %}

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

L'attivazione dell'opzione ***Public mode*** nella scheda ***Advanced*** risolve il problema.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4042.png)

### Si assicuri che le credenziali siano inserite correttamente

Remote Desktop Manager consente una gestione avanzata delle credenziali. A seconda della sua scelta tra ***Custom***, ***Linked (vault)***, ***Embedded*** o ***Inherited***, si assicuri che le credenziali siano inserite correttamente.

{% hint style="warning" %}
Si assicuri che ***Always ask password*** non sia selezionato.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4043.png)


---

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