Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
Until recently, it was not possible for Windows to AutoRun a file rather than a program. OK, that's not strictly true: you could use the following AUTORUN.INF to show web page index.htm [autorun] open=start index.htm However, if you do this, Windows displays a DOS box briefly, which looks nasty. (And start might not be available on some systems.) If you are only targeting recent Windows systems, then you can use the shellexecute command to open a file without a flickering DOS box: [autorun] shellexecute=index.htm
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.