Привет,
Попробуйте решение из
статьи:
The most simply solution I have found (not tested), was run the command (with Administrative rights):
Reg Add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
But I saw this after I have imported the registry entries found in
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
from working RDP system.
After a reboot, RDP worked fine again.
1) Go to a working system, run Regedit and "Export"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
to a .REG file;
2) Go to the NOT working system, stops the services "Remote Desktop Services", "Remote Desktop Configuration" and "Remote
Desktop Services UserMode Port Redirector";
3) Import de .REG file created in the step 1 and Reboot the system;
More information in:
https://social.technet.microsoft.com/Forums/office/en-US/ec580f44-6ffd-41b7-90ce-cd6c6db0b60c/rdp-suddenly-stop-working-on-windows-7-sp1-port-3389-not-listening?forum=w7itpronetworking
Мнения, высказанные здесь, являются отражением моих личных взглядов, а не позиции корпорации Microsoft. Вся информация предоставляется "как есть" без каких-либо гарантий. Не забывайте помечать сообщения как ответы и полезные,
если они Вам помогли.