Code: Select all
vboxmanage.exe modifyvm myVM --description "new descr of myVM"
vboxmanage.exe: error: The machine 'att9-1034-slave-5' is already locked for a session (or being unlocked)
vboxmanage.exe: error: Details: code VBOX_E_INVALID_OBJECT_STATE (0x80bb0007), component MachineWrap, interface IMachine, callee IUnknown
vboxmanage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 493 of file VBoxManageModifyVM.cpp
I use Windows Host, VirtualBox 5.0.20.
Is there a way to change description via vboxmanage?