在 Windows7 中,当我尝试克隆虚拟映像时,我似乎遇到了问题VBoxManage
。在用户帐户中,在命令提示符上运行命令没有问题,但其他用户则无法执行此操作。错误消息是:
>"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" clonevm UbuntuTest --name TestNeu --register
VBoxManage.exe: error: Could not find a registered machine named 'UbuntuTest'
VBoxManage.exe: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee IUnknown
VBoxManage.exe: error: Context: "FindMachine(Bstr(pszSrcName).raw(), srcMachine.asOutParam())" at line 434 of file VBoxManageMisc.cpp
也许我需要设置一个环境变量来告诉在哪里查找图像?或者告诉命令本身在哪里查找图像?还能做什么?
列出所有虚拟框的命令
"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" list vms
不返回任何内容。