Files
tldr/pages.zh/common/vboxmanage-movevm.md

12 lines
376 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vboxmanage movevm
> 将虚拟机VM移动到主机系统的新位置。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>。
- 将指定的虚拟机移动到当前的位置:
`VBoxManage movevm {{vm_name}}`
- 指定虚拟机的新位置(完整或相对路径):
`VBoxManage movevm {{vm_name}} --folder {{path/to/new_location}}`