You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked you are using virtualbox DCOM API to access and start the VMs.
But why do we require that when you can run and maintain their status with the vboxmanage command.
This way we can see the status of the VMs in the virtualbox gui and can still control the VMs with invoking the detached GUI mode and can let the VM run in background after completing the work.
Regards,
Vipin
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion! VBoxVmService runs as a service, the VM can run without user login. I am not sure we can run VBoxManage.exe to start VM in that stage, but I am open to the possibilities. PRs are very welcome.
Hi,
I checked you are using virtualbox DCOM API to access and start the VMs.
But why do we require that when you can run and maintain their status with the vboxmanage command.
This way we can see the status of the VMs in the virtualbox gui and can still control the VMs with invoking the detached GUI mode and can let the VM run in background after completing the work.
Regards,
Vipin
The text was updated successfully, but these errors were encountered: