Faqs on asp.net,c#,vb.net and sqlserver2005

this blog covers all the Faqs related to .net technologies like asp.net,vb.net,c#.net,ajax,javascript and sqlserver2005.

Mar 12, 2008

When I open C drive by double click it'll pop up Open With windows and ask me to choose the program to open C drive?

When I open C drive by double click it'll pop up Open With windows and ask me to choose the program to open C drive?

Ans:

This is due to pest in your system. To get rid of this you remove the autorun.inf file from the root directory of C: drive.

use the following steps to find the autorun.inf

1) Open command prompt using windows+R and type cmd in the text box and press enter.

2) In command prompt type dir/a. example: c:\>dir/a

By this you can find the autorun.inf

3) Just find the autorun.inf and remove it.

To remove this file you should have admin privileges.
This you can do from command prompt by using attrib.
Remove the Hidden, read-only and system attributes.
To know the usage of attrib command just type attrib/? In your command prompt.
Ex: c:\>attrib/?
Then remove the file directly.

This will remove pest in your system.
Don’t keep .inf files in your root directory.

Happy Programming

1 Comments:

At March 12, 2008 at 3:24 PM , Blogger symonds said...

excellent answer for my problem.
it really worked for me.

Thanks

 

Post a Comment

<< Home