Examples (4)
Rename the VM
VBoxManage modifyvm uuid|vm_name --name new_nameAdjust memory and CPU
VBoxManage modifyvm uuid|vm_name --memory 2048 --cpus 2Enable Remote Display (VRDE)
VBoxManage modifyvm uuid|vm_name --vrde onEnable session recording
VBoxManage modifyvm uuid|vm_name --recording onmade by @shridhargupta | data from tldr-pages