查看有哪些虚拟机
VBoxManage list vms

 

查看虚拟的详细信息
VBoxManage list vms –long

 

查看运行着的虚拟机
VBoxManage list runningvms

 

开启虚拟机在后台运行
VBoxManage startvm <vm_name> --type headless

VBoxManage startvm  <uuid|vmname>...
                    [--type gui|sdl|headless|separate]

 

开启虚拟机并开启远程桌面连接的支持
VBoxManage startvm <vm_name> -type vrdp

 

改变虚拟机的远程连接端口,用于多个vbox虚拟机同时运行
VBoxManage controlvm <vm_name> vrdpprot <ports>

 

关闭虚拟机
VBoxManage controlvm <vm_name> acpipowerbutton

 

强制关闭虚拟机
VBoxManage controlvm <vm_name> poweroff

相关文章:

  • 2021-08-16
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2022-02-15
  • 2021-11-16
  • 2021-06-04
  • 2022-12-23
  • 2021-09-27
相关资源
相似解决方案