3e779be6f3
CI / test (3.14, ubuntu-24.04-arm) (push) Waiting to run
CI / lint (push) Failing after 13m4s
CI / test (3.11, ubuntu-latest) (push) Failing after 2m4s
CI / test (3.13, ubuntu-latest) (push) Successful in 13m30s
CI / test (3.14, ubuntu-latest) (push) Successful in 17m21s
CI / test (3.12, ubuntu-latest) (push) Successful in 17m55s
CI / discover-apps-ps (push) Successful in 1m56s
CI / test (3.9, ubuntu-latest) (push) Successful in 13m17s
CI / test (3.10, ubuntu-latest) (push) Successful in 26m21s
CI / audit (push) Successful in 13m38s
Deploy site / deploy (push) Has been cancelled
22 lines
976 B
Reg
22 lines
976 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
; Enable Remote Desktop
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
|
|
"fDenyTSConnections"=dword:00000000
|
|
"fSingleSessionPerUser"=dword:00000000
|
|
|
|
; Allow RemoteApp
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
|
|
"fDisabledAllowList"=dword:00000001
|
|
|
|
; NLA off for automated FreeRDP connections (RDP bound to 127.0.0.1 only)
|
|
; SecurityLayer=2 enforces TLS encryption on the RDP channel
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
|
|
"UserAuthentication"=dword:00000000
|
|
"SecurityLayer"=dword:00000002
|
|
|
|
; Firewall rule for RDP
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules]
|
|
"RemoteDesktop-UserMode-In-TCP"="v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=6|LPort=3389|"
|
|
"RemoteDesktop-UserMode-In-UDP"="v2.10|Action=Allow|Active=TRUE|Dir=In|Protocol=17|LPort=3389|"
|