VBoxManage error without a message
Posted: 10. Jan 2014, 21:23
I am trying to set the bios system time offset using the following command...
However, when I run this command the output is:
That's it! There is no error message provided. Just the statement that there was an error. I'm stuck trying to make this work.
Code: Select all
"C:\Program Files\Oracle\VirtualBox\VBoxManage" modifyvm "Windows 8" --biossystemtimeoffset -10*24*60*60*1000Code: Select all
Oracle VM VirtualBox Command Line Management Interface Version 4.2.6
(C) 2005-2012 Oracle Corporation
All rights reserved.
Usage:
VBoxManage modifyvm <uuid|name>
[--name <name>]
[--groups <group>, ...]
//trimmed for brevity//
[--autostart-enabled on|off]
[--autostart-delay <seconds>]
VBoxManage.exe: error:
D:\Virtual Machines\Windows 8>