no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


vboxmanage [2015/07/08 15:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== VBoxManage ======
  
 +  * [[VirtualBox]]
 +
 +VBoxManage is used to control VirtualBox instances from the command-line. You can, fex, start an instance headless.
 +
 +** Get the list of options: **
 +
 +<code>
 +VBoxManage controlvm
 +</code>
 +
 +** Start, stop, reset, etc.: **
 +
 +<code>
 +VboxManage controvm <vmname> pause
 +VboxManage controvm <vmname> resume
 +VboxManage controvm <vmname> reset
 +VboxManage controvm <vmname> poweroff
 +VboxManage controvm <vmname> savestate
 +VboxManage controvm <vmname> acpipowerbutton
 +</code>

Navigation
QR Code
QR Code vboxmanage (generated for current page)