Skip to content

Instantly share code, notes, and snippets.

@c-goes
Last active February 18, 2021 14:22
Show Gist options
  • Save c-goes/f1417a647a22931e21bcede24eff1454 to your computer and use it in GitHub Desktop.
Save c-goes/f1417a647a22931e21bcede24eff1454 to your computer and use it in GitHub Desktop.
Hyper-V: Install Ubuntu 19.10 including clipboard integration via xrdp
curl -O https://raw.githubusercontent.com/microsoft/linux-vm-tools/master/ubuntu/18.04/install.sh
chmod +x install.sh
sudo ./install.sh
reboot
sudo ./install.sh
shutdown -h now

Open PowerShell with Admin privileges

Set-VM -VMName lubuntu -EnhancedSessionTransportType HvSocket

Start VM, wait for XRDP login window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment