Ticket #4220 (closed defect: fixed)
Add -seamless option to command line -> fixed in SVN
Reported by: | kmichal | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 2.2.4 |
Keywords: | seamless mode flag | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
It would be great if I could execute VirtualBox -startvm NAME -seamless
Right now the guest will go into the last used mode, which is helpful, but it would be great if we could specify which mode to boot into from the command line.
Change History
comment:2 Changed 11 years ago by Technologov
This must be marked as an enhancement, not bug.
-Technologov
Note: See
TracTickets for help on using
tickets.
You can achieve the same by executing one VBoxManage command before you start the VM:
Replace on with off to ensure that the VM is started in non-seamless mode.