Deac2 / Portable-VirtualBox

Portable-VirtualBox is a free and open source software tool that lets you run any operating system from a usb stick without separate installation.
Other
4 stars 0 forks source link

StartVM #6

Open Deac2 opened 2 weeks ago

Deac2 commented 2 weeks ago

VBoxManage.exe startvm "Machine-Name" or "Machine uuid" without "{}" For example 47c4ddb8-594b-4cb3-8f65-90ee4b332795 from file *.vbox What is the point of this function? If you can start any machine anyway, than one VirtualBoxVM.exe window without VirtualBox.exe. Maybe it should start with VirtualBox.exe and VirtualBoxVM.exe at once? After all, closing the VirtualBoxVM window immediately causes an exit, and with the VirtualBox window you can select another machine or exit if necessary. By uuid launch is better, it is more random than the machine name, they can be the same if you use different save locations. Does anyone even use this?