Tema: Re: USB virus
Autorius: Rimvydas
Data: 2008-08-14 10:28:33
sito ir ieskojau. Aiciu
"saugas" <saugas@no.mail> wrote in message 
news:g80dvm$9p8$1@trimpas.omnitel.net...
> Bat'o turinys:
>
> @echo off
> taskkill /IM ctfmon.exe /F
>
> attrib -s -h -r C:\autorun.inf
> attrib -s -h -r C:\Recycled\desktop.ini
> attrib -s -h -r C:\Recycled\INFO2
> attrib -s -h -r C:\Recycled\ctfmon.exe
> del C:\autorun.inf
> del C:\Recycled\desktop.ini
> del C:\Recycled\INFO2
> del C:\Recycled\ctfmon.exe
>
> attrib -s -h -r d:\autorun.inf
> attrib -s -h -r d:\Recycled\desktop.ini
> attrib -s -h -r d:\Recycled\INFO2
> attrib -s -h -r d:\Recycled\ctfmon.exe
> del d:\autorun.inf
> del d:\Recycled\desktop.ini
> del d:\Recycled\INFO2
> del d:\Recycled\ctfmon.exe
>
> attrib -s -h -r e:\autorun.inf
> attrib -s -h -r e:\Recycled\desktop.ini
> attrib -s -h -r e:\Recycled\INFO2
> attrib -s -h -r e:\Recycled\ctfmon.exe
> del e:\autorun.inf
> del e:\Recycled\desktop.ini
> del e:\Recycled\INFO2
> del e:\Recycled\ctfmon.exe
>
> attrib -s -h -r f:\autorun.inf
> attrib -s -h -r f:\Recycled\desktop.ini
> attrib -s -h -r f:\Recycled\INFO2
> attrib -s -h -r f:\Recycled\ctfmon.exe
> del f:\autorun.inf
> del f:\Recycled\desktop.ini
> del f:\Recycled\INFO2
> del f:\Recycled\ctfmon.exe
>
> attrib -s -h -r g:\autorun.inf
> attrib -s -h -r g:\Recycled\desktop.ini
> attrib -s -h -r g:\Recycled\INFO2
> attrib -s -h -r g:\Recycled\ctfmon.exe
> del g:\autorun.inf
> del g:\Recycled\desktop.ini
> del g:\Recycled\INFO2
> del g:\Recycled\ctfmon.exe
>
> attrib -s -h -r h:\autorun.inf
> attrib -s -h -r h:\Recycled\desktop.ini
> attrib -s -h -r h:\Recycled\INFO2
> attrib -s -h -r h:\Recycled\ctfmon.exe
> del h:\autorun.inf
> del h:\Recycled\desktop.ini
> del h:\Recycled\INFO2
> del h:\Recycled\ctfmon.exe
>
> attrib -s -h -r k:\autorun.inf
> attrib -s -h -r k:\Recycled\desktop.ini
> attrib -s -h -r k:\Recycled\INFO2
> attrib -s -h -r k:\Recycled\ctfmon.exe
> del k:\autorun.inf
> del k:\Recycled\desktop.ini
> del k:\Recycled\INFO2
> del k:\Recycled\ctfmon.exe
>
> attrib -s -h -r l:\autorun.inf
> attrib -s -h -r l:\Recycled\desktop.ini
> attrib -s -h -r l:\Recycled\INFO2
> attrib -s -h -r l:\Recycled\ctfmon.exe
> del l:\autorun.inf
> del l:\Recycled\desktop.ini
> del l:\Recycled\INFO2
> del l:\Recycled\ctfmon.exe
>
> attrib -s -h -r "%SYSTEMDRIVE%%HOMEPATH%\Start 
> Menu\Programs\Startup\ctfmon.exe"
> del "%SYSTEMDRIVE%%HOMEPATH%\Start Menu\Programs\Startup\ctfmon.exe"
>