Changes between Initial Version and Version 1 of Ticket #11143, comment 1
- Timestamp:
- Jan 18, 2013 12:39:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11143, comment 1
initial v1 1 1 The issue is still present in 4.2.6. The command line doesn't work to start VMs, unless the GUI is running. 2 2 {{{ 3 3 C:\Program Files\Oracle\VirtualBox>VBoxManage.exe list vms 4 4 "WinXP-GNB" {b7a6f624-1fe0-43e7-b0ce-75f2de26a80e} … … 16 16 VBoxManage.exe: error: Details: code E_ACCESSDENIED (0x80070005), component Machine, interface IMachine, callee IUnknown 17 17 VBoxManage.exe: error: Context: "LaunchVMProcess(a->session, sessionType.raw(),env.raw(), progress.asOutParam())" at line 580 of file VBoxManageMisc.cpp 18 }}} 18 19 19 20 ---- 21 **** Start the VBox GUI Launcher as Administrator -- Then the same commands work fine **** 22 20 Start the VBox GUI Launcher as Administrator -- Then the same commands work fine 21 {{{ 23 22 C:\Program Files\Oracle\VirtualBox>VBoxManage.exe startvm b7a6f624-1fe0-43e7-b0ce-75f2de26a80e 24 23 Waiting for VM "b7a6f624-1fe0-43e7-b0ce-75f2de26a80e" to power on... 25 24 VM "b7a6f624-1fe0-43e7-b0ce-75f2de26a80e" has been successfully started. 25 }}}