Autostarting a VirtualBox VM headless in Windows
Posted
by vdiozguy
on Oracle Blogs
See other posts from Oracle Blogs
or by vdiozguy
Published on Fri, 13 Apr 2012 18:41:17 -0500
Indexed on
2012/04/14
5:35 UTC
Read the original article
Hit count: 261
/Virtual Desktop
Do you have a VM that you want to start when your Windows box boots? Easy...
Add a .bat file to your Startup programs at
C:\Users\MYUSERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Containing the following call:
"C:\Program Files\HSTART\hstart64.exe" /NOCONSOLE /SILENT "C:\Program Files\Oracle\VirtualBox\vboxheadless.exe --startvm MYVM"
If that VM has Secure Global Desktop and it has a published app that points to your PC, well... ;)
© Oracle Blogs or respective owner