【发布时间】:2013-06-23 10:24:23
【问题描述】:
我想更改虚拟机中的日期,但我想通过命令行来执行此操作。我用这条线:
VBoxManage modifyvm MyVirtSystem -biossystemtimeoffset -1209600000
它应该将日期更改为两周前,但我收到以下错误消息:
VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execu
tion failed (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or
failed to start.
你知道我做错了什么吗?
【问题讨论】:
标签: virtual-machine virtualbox