Enable feature:
PS > Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
- https://techcommunity.microsoft.com/t5/virtualization/sneak-peek-taking-a-spin-with-enhanced-linux-vms/ba-p/382415
- https://www.kali.org/docs/virtualization/install-hyper-v-guest-enhanced-session-mode/
sudo apt install hyperv-daemons
kali-tweaks
- "Configure the system for Hyper-V enhanced session mode" > Shut down VM.
Set-VM "Kali Linux" -EnhancedSessionTransportType HVSocket
- Power up VM.