Implement AUTOPLAY/ Via a button

I have autoplay turned off.

I need a button that autoplays the specified Optical Dsik\Flash Drive.

I'm vaguely familiar with using VERBS for context menu entries, but I don't know where to begin.

AutoPlay or AutoRun?

AutoPlay, where Windows scans the disk and offers some choices based on the types of files it finds, may not be possible if it has been switched off.

AutoRun, where Windows runs whatever is specified in the disc's Autorun.ini, should be possible one way or another.

AutoRun is the objective

You can use the attached VBScript to do it.

Give the script the drive letter and it will launch the autorun action for that drive.

e.g. [b]AutoRun.vbs H:[/b]
AutoRun.zip (1.14 KB)

thanks