Windows10 上的 RDP for Raspberry Pi
RDP on Windows10 for RaspberryPi
如何通过命令行在 Windows10 上激活远程桌面协议?
我有从 Mac 到 Win10 的 SSH 运行,但无法使 RDP 工作。
我尝试使用此 CMD 命令进行激活:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
重新启动:
shutdown /s /t 0
并寻找侦听端口:
netstat /p tcp /a
Windows 10 IoT Core 目前不支持RDP。
唯一的 "remote" 方式是:
Powershell
SSH
网络界面
保罗.
如何通过命令行在 Windows10 上激活远程桌面协议?
我有从 Mac 到 Win10 的 SSH 运行,但无法使 RDP 工作。
我尝试使用此 CMD 命令进行激活:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
重新启动:
shutdown /s /t 0
并寻找侦听端口:
netstat /p tcp /a
Windows 10 IoT Core 目前不支持RDP。 唯一的 "remote" 方式是:
Powershell SSH 网络界面
保罗.