VirtualBox 虚拟机常用操作

 常用快捷键:
Right Ctrl + F        -- 切换到全屏模式
Right Ctrl + L        -- 切换到无缝模式
Right Ctrl + C        -- 切换到比例模
Right Ctrl + Home -- 显示控制菜单

 

1,查看有哪些虚拟机

VBoxManage list vms
2,查看虚拟的详细信息
VBoxManage list vms --long
3,查看运行着的虚拟机
VBoxManage list runningvms
4,开启虚拟机在后台运行
VBoxManage startvm <vm_name> -type headless
5,开启虚拟机并开启远程桌面连接的支持
VBoxManage startvm <vm_name> -type vrdp
6,改变虚拟机的远程连接端口,用于多个vbox虚拟机同时运行
VBoxManage controlvm <vm_name> vrdpprot <ports>
7,关闭虚拟机
VBoxManage controlvm <vm_name> acpipowerbutton
8,强制关闭虚拟机
VBoxManage controlvm <vm_name> poweroff
在virtualbox安装目录下:
VBoxManage.exe startvm testvm -type headless 实现后台启动。
posted @ 2018-05-26 20:26  山的那一边  阅读(211)  评论(0)    收藏  举报