Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1 KB

hyper-v.md

File metadata and controls

30 lines (16 loc) · 1 KB

Hyper-V

Enable feature:

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

Sharing VPN

Enhanced Session Mode

  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.