Differences

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

Link to this comparison view

vboxmanage [2015/07/08 09:17]
steve created
vboxmanage [2015/07/08 09:19]
steve
Line 9: Line 9:
 <​code>​ <​code>​
 VBoxManage controlvm 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>​ </​code>​