VBoxManageメモ
vmの一覧を表示する
code:shell
VBoxManage.exe list vms
vmを起動する
code:shell
VBoxManage.exe startvm <UUID|NAME>
vmを終了する
code:shell
VBoxManage.exe controlvm <UUID|NAME> poweroff
共有フォルダの追加
code:sell
VBoxManage.exe sharedfolder add <UUID|NAME> --name NAME --hostpath HOSTPATH