Forum Discussion
suedely
Feb 24, 2023Copper Contributor
Windows 11 Enabling Remote Desktop using Powershell & disabling NLA
When I attempt to run the following command to enable RDP & disable NLA in powershell, it only updates in "System Properties --> Remote". It doesn't update in the Settings App under Remote desktop se...
FarmhouseNetworking
Jul 17, 2023Copper Contributor
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -Name 'SecurityLayer' -Value 0