Recently, I had been facing this problem on all the virus hit systems on one of my client’s network. The problem was that I was getting the “Open With” dialog every time I double clicked any drive in My Computer. I had to select Internet Explorer from Open With dialog to open the drives. One of my friends came up with an idea and it worked great. The idea was to create a blank autorun.inf file in the drive having problems. And it was perfect .. now I can open all my drives (after placing the blank autorun.inf in the drive) by double clicking them.
To make a blank autorun.inf, open notepad and Save As “autorun.inf”. Place the autorun.inf in the affected drive.
Having the same problem? Did this trick solve your problem or you had a better solution? Share your experiences.
UPDATE: Please use the following DOS command for the ease of deleting the autorun.inf file.
C:>attrib -S -H -R C:autorun.inf
C:>del /F C:autorun.inf
Replace C with your drive that you want to disable autorun of
Got computer/technical problems? Get FREE help from Technize Forums






















I did this and it solved the issue
You will need do a restore point!
goto registry (regedit or regedt32) and look for this key
MountPoints2
Under the key, you’ll notice there are some {2938239408…} GUID, just remove the corrupted GUID key.
Add a key called “Shell” in key “C” and “D”.
Once you do that. Close registry editor and double click C or D.
you should view the drive normally. If you want to be certain, go back to the registry key. You should see similar GUID get re-created.
In my case, the registry key was corrupted by virus.
Thanks a lot.
valsalan K