M HYPE SPLASH
// general

How to invoke Hyper-V Enhanced Session screen resolution prompt?

By Emma Payne

When using client Hyper-V in Windows 10, the first time you switch on Enhanced Session for VM it prompts you to select resolution, then remembers your selection and never prompts again it seems. Where does resolution setting get stored, or how can I force this screen resolution prompt again to change the selected resolution?

3 Answers

You can use cmd.exe and type:

VMConnect.exe <ServerName> <VMName> /edit

P.S.: You can also share local hard drive (Show Options ->tab Local Resources->Local devices and resources->More) as on normal windows remote desktop session :-)

7

There's a much easier way - after lots of research!

  • Close the VM client down

  • Change the Hyper-V Manager settings (right-hand window of the Hyper-V console)Hyper-V Manager Setting

  • Under Server -> Enhanced Session Mode Policy, simply:

    • Uncheck Allow Enhanced Session mode
    • Apply
    • Re-check Allow Enhanced Session Mode (this will reset).
    • Apply again

Enhance Session Mode

  • Now Start the VM in question but don't connect yet.

Start the VM

  • Wait for the VM to start then right-click the VM in the console
  • You should see "Edit Session Settings" option
  • Click this and the original dialogue will appear again.

Done.

5

All I do is close the window and reconnect, and it prompts me for the Display configuration settings again (Windows 10 Hyper-V Manager)

1