Is there a way of getting a Hyper-V Virtual Machine Connection session to be truly full screen?

3

1

When I connect to a machine from Hyper-V Manager I get a lovely window to work in, but when I switch it to 'full screen mode' I, rather disappointingly, don't get a larger desktop just a big window with the same size screen sitting inside it.

When I RDP onto the machine I can get a large desktop to work in. Am I missing a setting somewhere or is this a restriction of using the VM connection?

Rikalous

Posted 2013-10-21T14:26:43.313

Reputation: 151

1

Check here if you are running Ubuntu in Hyper-V: http://superuser.com/questions/518484/how-can-i-increase-the-hyper-v-display-resolution

– Devid – 2014-07-12T14:39:41.130

Answers

3

In Windows 8.1 / Server 2012 R2 Hyper-V just released last week, there is a new feature called "Enhanced Session" which combines the features of Hyper-V with the Remote Desktop features (such as audio redirection, smart sizing and the ability to run full screen sessions). See more details here: http://technet.microsoft.com/en-us/library/dn282278.aspx#bkmk_enhanced_session

You need to first enable it for the Hyper-V server, then enable it for the VM and then turn on the enhanced session for the Hyper-V session.

cdavid

Posted 2013-10-21T14:26:43.313

Reputation: 845

1This seems like what I'm after - but looks like it's only going to be available in Win8.1, many of our VM's are Win7 unfortunately. I will go to R2 once it's released and see what happens..... – Rikalous – 2013-10-22T11:09:23.070

2

Change the resolution within the OS of the VM to the resolution of host machine

user265706

Posted 2013-10-21T14:26:43.313

Reputation: 21

1How do you do that? – Moses – 2013-10-21T22:20:05.420

No, fullscreen is a completely different mode. Changing the resolution would cause more scrolling since there must be some space for the VM interface – phuclv – 2013-10-22T00:39:13.853

This does improve things a bit, but doesn't quite get you all the way to a real full screen. – Rikalous – 2013-10-22T11:08:08.750

1

If you go to the full screen mode that you've described where it fills the screen but then gives you the same sized virtual desktop you're halfway there. From there all you have to do is set the resolution of the VM (right click the desktop - screen resolution). Just set it to the exact same resolution as your real machine and voila. It looks and feels the same way an Remote Desktop Connection would. Still no shared clipboard or anything but at least you aren't squinting at the screen trying to view a desktop you have to scroll to navigate.

Nick S

Posted 2013-10-21T14:26:43.313

Reputation: 11

1

But it is not that easy to do as you described if you run Ubuntu (or other Linux Distributions) inside Hyper-V. Take a look here: http://superuser.com/a/782046/172416

– Devid – 2014-08-09T14:47:04.617