Hi,
Can anyone help me with a method to disable and enable the autorun of CD-Rom's via code?
I would also like to be able to check what
the user's current setting of Autorun is, and be able to restore it when exiting my prog.
Thanks
Printable View
Hi,
Can anyone help me with a method to disable and enable the autorun of CD-Rom's via code?
I would also like to be able to check what
the user's current setting of Autorun is, and be able to restore it when exiting my prog.
Thanks
Hi,
I dont know any function that can do that...maybe u can check the registry...it should be inside there, then u can use the API to fetch from registry...hope it help
Registry: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Under Value: NoDriveTypeAutoRun
Thanks for the Info.
ok this may be a stupid question I found that registry entry, but how do I go about disabling autorun now?
Matt