Thread: Autorun.inf
View Single Post
  #3 (permalink)  
Old 05-09-2009
Joe Morris
 

Posts: n/a
Re: Autorun.inf

<test@test.com> wrote in message
news:r1u805l17uum4fg82v3j2qml4ddhqbodia@4ax.com...
>I was told that a CD I distrubute as part of my job does not autorun
> on Vista. Does anyone know if Vista executes autorun in the same
> manner as xp.
>
> This is the aurorun file.
>
> [AUTORUN]
> OPEN=autorun.exe start.html
>
> --------
>
> I have written a program called start.exe which launches an an html
> file called start.html
>
> Does the OPEN command work in Vista?



OK; so you wrote a program named "start.exe" but why do you expect Windows
to execute it? Your AUTORUN.INF file tells the system to execute a program
named "autorun.exe" with a parameter of "start.html"; there's no mention of
"start.exe" .

If you (or whoever isn't seeing the automatic start) are in a corporate
environment, check the policies on the computer. The autorun feature is
considered (correctly) to be a significant security exposure, and "best
practices" installations disable it.

Joe Morris


Reply With Quote