|
VBScript, Registry, and Autoplay
|
View this Thread in Original format
| LeopoldStotch |
This has been killing me the past hour.
Does anyone know where in the Windows Registry where to set the application when a DVD/CD is inserted (aka Autoplay)? I know you can do it by right clicking the properties under the device, but I am preparing a vbscript to set the device through the registry.
Thanks! |
|
|
| DJ Andy B |
This is the registry key your after:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CDRom
And then just change the Autorun from 0 to 1 depending on what you want. |
|
|
|
|