Consentire il cambio password al primo accesso RDP

From RVM Wiki
Revision as of 08:33, 29 April 2026 by Gabriele.vivinetto (talk | contribs) (Created page with "Se un utente ha password scaduta o c'è impostato "Change password at first logon", di default in RDP non lo fa collegare. Per far questo bisogna impostare questa reg key:<pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] "SecurityLayer"=dword:00000000 "UserAuthentication"=dword:00000000 </pre>che per UserAuthentication fa la stessa cosa di togliere la spunta dalla System Properties / A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Se un utente ha password scaduta o c'è impostato "Change password at first logon", di default in RDP non lo fa collegare.

Per far questo bisogna impostare questa reg key:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"SecurityLayer"=dword:00000000
"UserAuthentication"=dword:00000000

che per UserAuthentication fa la stessa cosa di togliere la spunta dalla

System Properties / Advanced /Remote / Allow connections only from computer running Remote Desktop with Networ Leven Authentication (recommended)

Riferimenti