LoginSignup
3
7

More than 5 years have passed since last update.

VirtualBoxをheadless起動する

Posted at

環境

Windows 7
VirtualBox 5.1.22 r115126 (Qt5.6.2)

TL;DR

VMnameは list vms サブコマンドで確認できます。

run
VBoxManage startvm VMName --type headless
stop
VBoxManage controlvm VMName poweroff

PATHを通す

C:\Program Files\Oracle\VirtualBox

VM名を確認する方法

VBoxManage list vms

参照

3
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
7