Difference between revisions of "Vboxmanage: start stop vm"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
VBoxManage controlvm "VM name" acpipowerbutton | VBoxManage controlvm "VM name" acpipowerbutton | ||
− | sleep | + | sleep 30 |
VBoxManage modifyvm "VM name" --memory 512 | VBoxManage modifyvm "VM name" --memory 512 | ||
VBoxManage startvm "VM name" | VBoxManage startvm "VM name" |
Revision as of 06:36, 16 December 2018
VBoxManage controlvm "VM name" acpipowerbutton sleep 30 VBoxManage modifyvm "VM name" --memory 512 VBoxManage startvm "VM name" sleep 60