|
Answer» I want to STOP AUTO-LOGG-OFF after i disconnect For this RDP doesn't WORK even if i have ADMINISTRATORS rights For my other 2 RDP's working fine this reg keys:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v "KeepAliveTimeout" /t REG_DWORD /d 0 /f REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v "MaxConnectionTime" /t REG_DWORD /d 0 /f REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v "MaxDisconnectionTime" /t REG_DWORD /d 0 /f REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v "MaxIdleTime" /t REG_DWORD /d 0 /f
When i make this CHANGES in registry i notice that '' RDP-TCP/Session/Override User Settings changes to NEVER'' and works fine but for this RDP the values doesn't CHANGE, any solution? thanks
|