win10远程桌面 远程Ubuntu18
1.安装所需组件
sudo apt-get update
//若没有desktop sharing,则需要安装vino
sudo apt-get install vino
//若有desktopsharing,则执行接下来的命令
sudo apt-get install tightvncserver xrdp
sudo apt-get install dconf-tools
2.设置
dconf write /org/gnome/desktop/remote-access/require-encryption false
打开dconf Editor
将require-encryption设置为off
设置screen sharing允许控制并设置密码
来源:https://blog.csdn.net/weixin_43656047/article/details/102754478