Skip to content

Instantly share code, notes, and snippets.

@willianfalbo
Created June 5, 2020 20:55
Show Gist options
  • Save willianfalbo/12e1142637b2983dfd3bb7a4d37a8151 to your computer and use it in GitHub Desktop.
Save willianfalbo/12e1142637b2983dfd3bb7a4d37a8151 to your computer and use it in GitHub Desktop.
Enable Enhanced Session Mode in Hyper-V Virtual Machine (VM)

How to enable enhanced session mode in Hyper-V Virtual Machine (VM)

  1. Turn Off your virtual machine and run the command on the physical Hyper-V host:

Set-VM -VMName "Your VM Name" -EnhancedSessionTransportType HvSocket

  1. Start the virtual machine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment