参考文章
http://shumeipai.nxez.com/2013/10/06/windows-remote-desktop-connection-raspberry-pi.html
在Windows下,当然还是自带的远程桌面更便捷。如果不想用VNC,利用远程桌面(mstsc.exe)连接树莓派,如何实现?
只需要在raspbian下面安装一个服务xdrp即可。输入如下命令安装:
sudo apt-get install xrdp
如果出错的话
如果出现报错 error – problem connecting,问题根源在于tightvnc,出现问题的版本跟X字体有冲突,导致连接Xserver出错。
解决方法:
sudoapt-get purge tightvnc xrdp
sudoapt-get installtightvncserver xrdp