Monday, March 17, 2008

How to delete the autorun virus

I think everyone have this problem. If u double click any drive it doesnot open instead of it it prompts us to open with. It's nothing it is just a simply autorun virus. You can delete it by the any one of the folling steps:

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 attrib -r -h -s autorun.inf
4. type del autorun.inf
5. now type d: and press enter for d: drive
partition. Now repeat steps 3 and 4.
Similarly repeat step 5 for all your hard
disk partition.

OR
Type the foll code in notepad
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
t:
attrib -r -s -h autorun.inf
del autorun.inf
u:
attrib -r -s -h autorun.inf
del autorun.inf
v:
attrib -r -s -h autorun.inf
del autorun.inf
w:
attrib -r -s -h autorun.inf
del autorun.inf
x:
attrib -r -s -h autorun.inf
del autorun.inf
y:
attrib -r -s -h autorun.inf
del autorun.inf
z:
attrib -r -s -h autorun.inf
del autorun.inf
and then save the file with filename.bat and then run the file.
Your problem will be solved

OR

Simply download the file in the following link and execute it
http://www.4shared.com/file/34644421/c5b989c7/PRT.html

No comments: