Skip to content

Commit 13fe11d

Browse files
Djb23Managor
andauthored
vboxmanage-modifyvm: add page (#17581)
Co-authored-by: Managor <[email protected]>
1 parent e17b40c commit 13fe11d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pages/common/vboxmanage-modifyvm.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# VBoxManage modifyvm
2+
3+
> Change settings for a virtual machine that is stopped.
4+
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm>.
5+
6+
- Rename the VM:
7+
8+
`VBoxManage modifyvm {{uuid|vm_name}} --name {{new_name}}`
9+
10+
- Adjust memory and CPU:
11+
12+
`VBoxManage modifyvm {{uuid|vm_name}} --memory {{2048}} --cpus {{2}}`
13+
14+
- Enable Remote Display (VRDE):
15+
16+
`VBoxManage modifyvm {{uuid|vm_name}} --vrde on`
17+
18+
- Enable session recording:
19+
20+
`VBoxManage modifyvm {{uuid|vm_name}} --recording on`

0 commit comments

Comments
 (0)