Saturday, January 21, 2012

Delete Autorun

Hello,
   I have already discussed about autorun virus in my older post.Now I am giving another way for solving autorun virus problem.
   Autorun virus is common virus.Some times it is not a virus.It is used in CD's for autoplay but now days some bad minds used this trick for destroy pc or for hack some important informations like passwords.

If your drives are infected with Autorun Virus than here is a way to detect it.
1.Open command prompt.

2.Type c: (because normally c: is always infected by it)
3.Type the ” dir /ah”.
4.After that you can get list of all directories.In that you will see autorun.inf file.
5.If it is there than you are infected by it.

Now I am giving a way to destroy it.
1.Start your computer in Safe mode.
2.After that open notepad
3.than type following command in it.


d:
attrib -h -r -s autorun.inf
del autorun.inf
e:
attrib -h -r -s autorun.inf
del autorun.inf
c:
attrib -h -r -s autorun.inf
del autorun.inf
exit

attrib -h -r -s changes the attributes of the virus like hidden, readonly

Use c drive at last because it is main drive in all computer as above technique.Otherwise it spread again.

Save notepad file as deleteautorun.bat and run it.

If above procedure is long for you than search tool named autorunremover on google.Download it,install it and run it.

No comments:

Post a Comment