hi every one
as i got many mails on topic how to remove autorun.inf virus.today i want to explain some simple ways to remove autorun.inf virus manually
steps to be followed:
1)go to start--> RUN---> type CMD
2)type CD.. ( cd and two dots also )--->>again CD..
3)type
c:\ prompt
attrib a*.inf -h -a -s -r
del autorun.inf
4)Just change the drive letters C,D,E,F,G or any letters u assign to them
method 2:
i found another simple method ill explain that one also
1)just copy the below code and paste it in a notepad and save it as
v2tricks.bat
the code is
cd\
c:
attrib -r -s -h autorun.inf
del autorun.inf
d:
attrib -r -s -h autorun.inf
del autorun.inf
e:
attrib -r -s -h autorun.inf
del autorun.inf
f:
attrib -r -s -h autorun.inf
del autorun.inf
g:
attrib -r -s -h autorun.inf
del autorun.inf
h:
attrib -r -s -h autorun.inf
del autorun.inf
i:
attrib -r -s -h autorun.inf
del autorun.inf
j:
attrib -r -s -h autorun.inf
del autorun.inf
k:
attrib -r -s -h autorun.inf
del autorun.inf
l:
attrib -r -s -h autorun.inf
del autorun.inf
m:
attrib -r -s -h autorun.inf
del autorun.inf
n:
attrib -r -s -h autorun.inf
del autorun.inf
o:
attrib -r -s -h autorun.inf
del autorun.inf
p:
attrib -r -s -h autorun.inf
del autorun.inf
q:
attrib -r -s -h autorun.inf
del autorun.inf
r:
attrib -r -s -h autorun.inf
del autorun.inf
s:
attrib -r -s -h autorun.inf
del autorun.inf
just copy the above code and paste it in note pad and save it as v2tricks.bat
and then double click on that file [v2tricks.bat]
all the virus will be removed from your pc
comment below for any problems
to recieve all these tricks to your email enter your email adress below
3 comments
Thank you so much.
I've spent the past few hours looking for a solution to this problem and your bat file worked without any problem.
There was another file in the recycler folder that I had to erase by hand in case anybody else has the same problem
Posted on Thursday, April 16, 2009
Thanks nice post.
I guess using windows explorer with "show hidden files" activated works too.
Posted on Monday, April 20, 2009
i don't know why my local disk d is not affected on deleting autorun.inf
Posted on Friday, July 31, 2009
Post a Comment