9
1
I recently switched from VMware Workstation to VirtualBox. VMware allowed me to switch between virtual machines in fullscreen mode by pressing a button in the toolbar. Since I'm often using two or more virtual machines at once which all use both of my monitors (all in fullscreen mode) this feature is very important for me.
I can't find anything similar in VirtualBox. There is no button or menu entry in the toolbar. There is no shortcut (at least I can't find one). I hate it that I now always have to first minimize all virtual machine monitors one-by-one and then maximize the ones from the other virtual machines one-by-one, remembering to maximize the one on the main window last otherwise my host taskbar gets hidden.
Please tell me that I'm missing something! I need a shortcut/button to switch between VMs that switches both fullscreen windows at the same time.
VirtualBox 4.3.0. Guest additions are updated. Windows 7 x64 SP1 on host and most guests (sometimes a Linux guest).
For people who use more than one VM, this is a major annoyance and still isn't sorted. – user3791372 – 2015-09-15T22:17:45.413
I'm not familiar with VMWare and the question is not entirely clear. Do you want to switch between two full-screen VMs? You can do this with the Host(+release)+Alt+Tab (as you already managed i see in the comments). If you can do this then there would be no need to minimize and maximize these windows. (So there is also no need to maximize all VMs at the same time) Am i missing something? – Rik – 2013-10-16T13:01:38.303
1@Rik Yes, I want to switch between two full-screen VMs that both use two monitors. The last part is important since Host+Alt+Tab only switches one window (one monitor) at a time and it's annoying to find the correct second monitor because all VirtualBox windows just show the logo of the VM, so you have to look at the text to get the correct one. – cremor – 2013-10-17T06:05:25.083
1Ooo, Wow. Now i see what you mean (i always use one screen for VM). In the Alt+Tab of the host there are TWO entries per VM if they have dual screen. Yeah, then it's annoying to switch. I consider this a bug in VB because if you have the first screen active of a VM you can't see the second. The desktop of Windows itself (in dual-screen) shows as one entry, so why not the VMs. It wasn't entirely clear in your question but now i activated the dual-monitor in my VMs, it is. – Rik – 2013-10-17T10:11:05.880
There is a (really lame) solution. You can place a small batch file on the desktop of the VM with
– Rik – 2013-10-17T10:26:43.607multimonitortool /disable 2
andmultimonitortool /enable 2
(You'll need to download multimonitortool). But this will result in all the windows on display 2 going to 1 (leaving 2 empty). But it does activate display 2 without having to search for it. (Maybe this can be done without disabling it) But VB really should be the one doing this without these patch-solutions. Perhaps there are shortcuts for showing display 2.