Hyper-V Enhanced mode with Linux
Inspirational links that helped me along the path:
Running Commands to get the basics setup
sudo apt update
# Useful Pre-Reqs
sudo apt-get install unzip
# Install virtual Drivers
sudo apt install -y linux-tools-virtual
sudo apt install -y linux-cloud-tools-virtual
# Run Config Script to download & configure RDP parts
cd Downloads/
## Ubunut 20.04
wget https://raw.githubusercontent.com/ploegert/linux-vm-tools/refs/heads/master/ubuntu/20.04/install.sh
# Ubuntu 22.04
https://raw.githubusercontent.com/ploegert/linux-vm-tools/refs/heads/master/ubuntu/22.04/install.sh
# Ubuntu 24.04
https://raw.githubusercontent.com/ploegert/linux-vm-tools/refs/heads/master/ubuntu/24.04/install.sh
sudo chmod +x install.sh
sudo ./install.sh
init 6
cd Downloads/
sudo ./install.sh
sudo apt update
#Reboot again just to be sure
init 6Virtual Box Additions
Enhanced Session Configuration on the Host Windows Machine Running Hyper-V



Connecting to Enhanced Session






Smart Card Authentication
Example Smart Card configuration
Certificate-Based Authentication
Last updated