add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# vboxmanage-startvm
> 启动虚拟机。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-startvm>。
- 启动虚拟机:
`VBoxManage startvm {{vm_name|uuid}}`
- 以指定的用户界面模式启动虚拟机:
`VBoxManage startvm {{vm_name|uuid}} --type {{headless|gui|sdl|separate}}`
- 指定密码文件以启动加密虚拟机:
`VBoxManage startvm {{vm_name|uuid}} --password {{path/to/password_file}}`
- 指定密码ID以启动加密虚拟机
`VBoxManage startvm {{vm_name|uuid}} --password-id {{password_id}}`
- 以环境变量对名称值启动虚拟机:
`VBoxManage startvm {{vm_name|uuid}} --put-env={{name}}={{value}}`