Thursday, April 26, 2012

REMOVE AUTORUN AND .VBS VIRUS THROUGH COMMAND


Type this code on notepad and save it by mn.bat


c:
cd\
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive C: DONE…
cd windows
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive C:\WINDOWS DONE…
d:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive D: DONE…
e:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive E: DONE…
f:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive F: DONE…
g:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive G: DONE…
h:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive H: DONE…
i:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive I: DONE…
j:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive J: DONE…
k:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive K: DONE…
l:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive L: DONE…
m:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive M: DONE…
n:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive N: DONE…
o:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive O: DONE…
p:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive P: DONE…
q:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Q: DONE…
r:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive R: DONE…
s:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive S: DONE…
t:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive T: DONE…
u:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive U: DONE…
v:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive V: DONE…
w:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive W: DONE…
x:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive X: DONE…
y:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Y: DONE…
z:
attrib -s -h -r mymp3.vbs
del mymp3.vbs
attrib -s -h -r autorun.inf
del autorun.inf
echo Drive Z: DONE…

start http://www.mnsoftech.com

Featured Post

Google is Offering Free Online Courses with Certification

Here are 12 FREE Google courses to become skilled in 2023: 1. Data Science with Python. https://lnkd.in/gv22ygU8 2. Basics of Machine Learni...