You are not logged in.

  • "rawhunger" started this thread

Posts: 10

Date of registration: Aug 23rd 2010

  • Send private message

1

Tuesday, August 31st 2010, 1:18pm

Portable VirtualBox autostart?

I know that this is probably a dumb question, but can Portable VirtualBox be autostarted, like when you insert the USB drive into a port? Can this be done, or is there a plan to add this as a feature someday?

Posts: 460

Date of registration: Sep 23rd 2008

Thanks: 0 / 23

  • Send private message

2

Tuesday, August 31st 2010, 3:44pm

Well, if you mean to autostart Virt.Box FROM USB-Stick, that's possible.

Like with any other program via "autorun.inf". Just place a file named "autorun.inf" in the root of the USB-(or other)-Device. It must contain the following code:

Source code

1
2
[AutoRun]
open=programm[e.g. virtualbox].exe

This feature (Autoplay) must be enabled in Windows! http://en.wikipedia.org/wiki/Autorun

This post has been edited 1 times, last edit by "humfri" (Aug 31st 2010, 3:45pm)