I use to start my VMs (Virtual Machines) with the Virtual Box headless command line option, like:
VBoxManage.exe startvm "Windows XP SP3 - SandBox 01" --type headless
This open a VM with no window associated on the desktop (background, no GUI). As long as I use to enter my VMs via remote control (SSH, VNC... etc) this is fine for me: no more unneeded windows on my desktop.
But sometimes (not often) I need to bring the VM to foreground (start its GUI).
Why? Examples:
- To insert a virtual CD (ISO).
- To install Guest Additions.
- When I loose control and can not access it.
Is this possible?
My best workaround until now is just closing the VM (sometimes an unclean close, I fear) and starting it again via the GUI of VirtualBox.
Additional points:
- This thread starts by asking about the same problem, but it is soon derivated to another way to solve the things, not starting the GUI.