How to Autostart a Virtual Machine in VirtualBox

sun virtualbox

Starting a guest operating system automatically is just very easy on VirtualBox and is handled nicely by a utility called VBoxManage. Below are the steps to start a virtual machine or a guest OS automatically.

Create a batch file and name it to anything you like e.g startvm.bat and insert the lines below to the batch file:

cd "c:\Program Files\Sun\VirtualBox"
vboxmanage startvm "virtual machine name"

VirtualBox VBoxmanage

Save the batch file and place it in the Startup folder.

That’s it, the virtual machine should start automatically every time you start the host machine.


Permalink • Print • Comment

Trackback uri

http://seoroot.com/blog/howto/how-to-autostart-a-virtual-machine-in-virtualbox.html/trackback

Related Entries

1 Comment on How to Autostart a Virtual Machine in VirtualBox »

Floris @ 2:28 pm:

That was easy, and it works. Awesome!

Leave a Comment