Today, I got a problem from one of my client that, if he double clicks on drive ‘E’ an open-with prompt opens. I have fixed the problem as following way.
1. Open Start>>Run and type cmd and press enter. This will open a command prompt window. On this command prompt window type the following steps.
2. type cd\
3. type e:
4. type attrib -r -h -s autorun.inf
5. type del autorun.inf