Links
Comment on page

Hyper-V

Enable feature:
PS > Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Sharing VPN

Enhanced Session Mode

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