Hyper-V
Enable feature:
PS > Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
- 1.
sudo apt install hyperv-daemons
- 2.
kali-tweaks
- 3."Configure the system for Hyper-V enhanced session mode" > Shut down VM.
- 4.
Set-VM "Kali Linux" -EnhancedSessionTransportType HVSocket
- 5.Power up VM.
Last modified 1yr ago