Hi there. Simple question : is there a list of command line parameters for virtualbox.exe.
I'm actually talking about the main virtualbox.exe application, not VBoxManage. I know VBoxManage is the main command-line interface, but if you look at a desktop shortcut for a VM you'll see it uses virtualbox.exe to start the Vm and has a --comment to change the window title. So i'm wondering what other hidden undocumented options are availables.
virtualbox.exe command line parameters?
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: virtualbox.exe command line parameters?
Maybe you are searching for the "VboxManage", thats is the VBOX Command Line Iterface. Please refer to to the manual for details.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: virtualbox.exe command line parameters?
This is what VirtualBox --help shows in Linux. Should be the same for Windows.
Code: Select all
VirtualBox --help
Usage:
--startvm <vmname|UUID> start a VM by specifying its UUID or name
--seamless switch to seamless mode during startup
--fullscreen switch to fullscreen mode during startup
--rmode sdl|image select different render mode (default is sdl)
--no-startvm-errormsgbox do not show a message box for VM start errors
--dbg enable the GUI debug menu
--debug like --dbg and show debug windows at VM startup
--debug-command-line like --dbg and show command line window at VM startup
--debug-statistics like --dbg and show statistics window at VM startup
--no-debug disable the GUI debug menu and debug windows
--start-paused start the VM in the paused state
--start-running start the VM running (for overriding --debug*)
Expert options:
--disable-patm disable code patching (ignored by AMD-V/VT-x)
--disable-csam disable code scanning (ignored by AMD-V/VT-x)
--recompile-supervisor recompiled execution of supervisor code (*)
--recompile-user recompiled execution of user code (*)
--recompile-all recompiled execution of all code, with disabled
code patching and scanning
--warp-pct <pct> time warp factor, 100% (= 1.0) = normal speed
(*) For AMD-V/VT-x setups the effect is --recompile-all.
The following environment (and extra data) variables are evaluated:
VBOX_GUI_DBG_ENABLED (GUI/Dbg/Enabled)
enable the GUI debug menu if set
VBOX_GUI_DBG_AUTO_SHOW (GUI/Dbg/AutoShow)
show debug windows at VM startup
VBOX_GUI_NO_DEBUGGER disable the GUI debug menu and debug windows