Opened 16 years ago
Closed 15 years ago
#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 (4)
comment:1 by , 16 years ago
comment:3 by , 15 years ago
Summary: | Add -seamless option to command line → Add -seamless option to command line -> fixed in SVN |
---|
Will be available in the next major version.
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.