How to Autostart a Virtual Machine in 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"

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.
Spread the word
del.icio.us Digg Furl Google StumbleUpon Technorati Windows Live Yahoo! Help
Trackback uri
http://seoroot.com/blog/howto/how-to-autostart-a-virtual-machine-in-virtualbox.html/trackback



















1 Comment on How to Autostart a Virtual Machine in VirtualBox »
Floris @ 2:28 pm:
That was easy, and it works. Awesome!