USB AutoRun Dialog: Open a webpage option not shown in dialog
        Posted  
        
            by 
                Jake M
            
        on Super User
        
        See other posts from Super User
        
            or by Jake M
        
        
        
        Published on 2012-11-12T01:35:17Z
        Indexed on 
            2012/11/16
            11:05 UTC
        
        
        Read the original article
        Hit count: 320
        
I am attempting to make our webpage open when someone plugs in our USB device.
My Problem: When we plug in the USB device the autorun dialog appears but there is never an option to open/run the webpage we have specified. See below pic of the dialog we see. Isn't there meant to be an option that says something like "Open in Internet Explorer" or etc.?

What we are hoping to achieve is to have another option below 'Use this drive for backup' that says something like 'Open in Web Browser' or something that will ultimately open our webpage when the users decides to.
Heres our code that is inside the file autorun.inf which is placed on the USB device:
[autorun]
shellexecute=http://exds-test.epicservices.com.au/V10InstallationInfo.aspx
action=Open Website
label=EXDS USB Drive
        © Super User or respective owner