1. 在hyper-v的設置中使能增強功能
2. 運行在hyper-v中的虛擬機(筆者使用ubuntu版本為bionic)中安裝xrdp
2.1 獲取安裝腳本
$ git clone https://github.com/jterry75/xrdp-init.git ~/xrdp-init
2.2 安裝xrdp
$ cd ~/xrdp-init
$ chmod u+x install.sh
$ sudo ./install.sh
2.3 重啟虛擬機
$ sudo reboot
3. 參考資料
在這里
