I had a customer with a problem like this:
I first searched the web for fixes and didn't find any workable solutions. He had a program (Windows Movie Maker, "moviemk.exe") associated with importing his Sony DV Video Camera footage upon connection .... but this was set by mistake ... and he happened to check the box to Always Use the following program. So after finding no good results via Google, I searched the registry (using "regedit" from the "Start/Run" Command) for all entries containing "moviemk.exe" ... ultimately finding the following registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\AutoplayHandlers\Handlers\MSVi deoCameraArrival]
"InitCmdLine"="\"C:\\Program Files\\Movie Maker\\moviemk.exe\" /RECORD"
"ProgID"="Shell.HWEventHandlerShellExecute"
"DefaultIcon"="C:\\Program Files\\Movie Maker\\moviemk.exe,0"
"CLSIDForCancel"="{AB007EC8-E2D4-4664-ACD9-1D059681F3DE}"
"Action"="@C:\\Program Files\\Movie Maker\\wmm2res.dll,-63095"
"Provider"="@C:\\Program Files\\Movie Maker\\wmm2res.dll,-100"
... Above that Entry was another entry for MSTakeNoAction ... well I had the idea of copying the following information from MSTakeNoAction into MSVideoCameraArrival:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\AutoplayHandlers\Handlers\MSTa keNoAction]
"DefaultIcon"=hex(2):25,00,53,00,79,00,73,00,74,00 ,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00 ,6d,00,33,00,32,00,5c,00,\
53,00,48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64 ,00,6c,00,6c,00,2c,00,2d,\
00,33,00,33,00,38,00,00,00
"Action"="@%SystemRoot%\\system32\\SHELL32.dll ,-17168"
"Provider"="<TakeNoAction>"
"ProgID"="Shell.AutoplaySpecial"
This initially caused windows to do nothing when the camera was plugged in, but the second time I was given the options of what program to use again. Apparently, this solved the problem for me! (I made sure to export the entry before changing any values, just in case it screwed things up even worse!)
I hope this is coherent enough and a bit helpful to someone.
- PsiliPharm