26 Jul 2011 at 09:04 #1 bledd bledd Don Joined 21 Oct 2002 Posts 46,828 Location Parts Unknown Does anyone know how to do this? On the host machine, it's got autologon, I want it to start up Virtualbox and then start a specific machine
Does anyone know how to do this? On the host machine, it's got autologon, I want it to start up Virtualbox and then start a specific machine
26 Jul 2011 at 09:13 #3 bledd bledd Don OP Joined 21 Oct 2002 Posts 46,828 Location Parts Unknown Got it.. found it in the help file "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm MACHINENAME another handy one.. "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" controlvm MACHINENAME savestate That save's the current state for a super quick resume, I've added that to the shutdown batfile for the host machine Last edited: 26 Jul 2011
Got it.. found it in the help file "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" startvm MACHINENAME another handy one.. "C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" controlvm MACHINENAME savestate That save's the current state for a super quick resume, I've added that to the shutdown batfile for the host machine