• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Start External Program Option = HD-DVD Autostart in Win 7

jmone

Well-Known Member
Thread Starter
Joined
Dec 6, 2007
Messages
440
Likes
24
MS have removed in Win7 the the option to set what program to run when a HD-DVD is inserted or mounted (http://en.wikipedia.org/wiki/Features_removed_in_Windows_7)

A while ago I got the guys at AHK to help write a simple AHK script to add this functionality back: http://www.autohotkey.com/forum/topic48201.html and published it on a few sites.

The new Start External Program Option for HD-DVD could replace this but how do you pass the correct drive details for the recently inserted disk (eg it could be the physical drive, or one of many VCD drives, eg:
Run "C:\Program Files\ArcSoft\TotalMedia Theatre 3\uDTStart.exe" %Drv%:

Thanks
Nathan
 
MS have removed in Win7 the the option to set what program to run when a HD-DVD is inserted or mounted (http://en.wikipedia.org/wiki/Features_removed_in_Windows_7)

A while ago I got the guys at AHK to help write a simple AHK script to add this functionality back: http://www.autohotkey.com/forum/topic48201.html and published it on a few sites.

The new Start External Program Option for HD-DVD could replace this but how do you pass the correct drive details for the recently inserted disk (eg it could be the physical drive, or one of many VCD drives, eg:
Run "C:\Program Files\ArcSoft\TotalMedia Theatre 3\uDTStart.exe" %Drv%:

Thanks
Nathan
No. The event from AnyDVD is triggered *before* the disc is visible to the system. It is intended to pre-set the display frequency *before* a player software is started.
 
Back
Top