"

 

1. установить пакет отсюда https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/uninstall-remote-desktop-connection?tabs=gui 

или файл 

2. в PowerShell от имени администратора:

reg add ""HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server"" /v fDenyTSConnections /t REG_DWORD /d 0 /f
Set-ItemProperty -Path ""HKLM:\System\CurrentControlSet\Control\Terminal Server"" -name ""fDenyTSConnections"" -value 0

3. Перезагрузить комп

"