Infecté par a moins win32:virut-b et serwab

lebretondel49 Messages postés 3 Statut Membre -  
 chamo77 -
Bonjour à tous et à toutes, voila j 'ai un très gros problème et j'aimerais savoir si on pourrait me filer un petit coup de main car la je suis dépassé par les évènements.Je me débrouille en informatique mais la c'est mon premier virus.Je vous explique

Ma tant m'a filé son ordinateur car elle avait un problème dessus et quand j'ai regardé, j'ai vu qu'elle avait pas d'anti virus et qu'il était rempli de ses petites betes.J'ai donc décidé de formater mais l'ordinateur se bloquait a 50 pour100 lors du formatage en ntfs normal, j'ai été obligé de le formater en rapide et il marchait nikel, j 'ai mis avast comme antivirus et il me détectais aucun virus et quand j'ai mis internet pour faire les mises a jour de win et d'avast il a commencé à beugé.
L'ordi me dit que j'ai serwab comme virus (il fait aussi ke de lance winantipro 2006 pour que j'installe ) et en plus j'ai au moins un autre virus qui est win32:virut-b. Dès que je veux faire quelque chose, il me bouffe mon application et quand je lance l'anti virus il me dit toutes les 2 secondes vous avez un virus c'est virut b qui se balade un peu partout. Que puis je faire??

merci par avance pour toute l'aide que vous allez m'apporter
Configuration: Windows XP
Firefox 2.0.0.1

5 réponses

  1. Utilisateur anonyme
     
    Salut

    Télécharge SmitfraudFix (enregistre le sur le "bureau")
    http://siri.urz.free.fr/Fix/SmitfraudFix.zip

    décompresse SmitfraudFix
    Lance le fichier SmitfraudFix ou SmitfraudFix.cmd et choisit l option 1 copie le rapport ici stp
    0
  2. lebretondel49 Messages postés 3 Statut Membre
     
    dès que je le met sur l'ordinateur le vers le bloque et je peux plus le lancer

    que dois je faire?

    merci
    0
  3. Utilisateur anonyme
     
    Fait ça :

    Redémarre le PC en mode sans échec : tu tapotes sur la touche F8 de ton clavier (ou F5 ) dès le démarrage et tu choisis le mode sans échec)

    - Ouvre le dossier "SmitfraudFix" et double clique sur "Smitfraudfix.cmd", choisit l 'option 2 et tu réponds oui à tout.

    Enregistre le rapport puis Copie/colle le rapport sur le forum stp.

    PS: tu connais le nom et où ets situé ce virus ?
    0
  4. lebretondel49 Messages postés 3 Statut Membre
     
    no je ne sais pas du tout ou est situé mes vers. mon ordi maintenant se lance met dès qu'il commence à s'initialiser il redemarre tout seul, je peux rien faire.
    J'ai réussi à le lancer avec le monde sans échec et a faire la manip que tu m'a dit par contre il ma mit directement ce qu'il y a ci dessus, je ne pouvais rien choisir.

    @ECHO OFF

    REM Smitfraud Fix by S!Ri
    REM http://siri.urz.free.fr/Fix/SmitfraudFix.zip

    REM Thanks, Help: atribune, balltrap34, Beamerke, derek, Grinler, ipl_001, LonnyRJones, MAD,
    REM Malekal_morte, Marckie, moe31, ~Mark, Miekiemoes, Ruby, Roel, Sebdraluorg,
    REM sUBs, Suzi, tirol, TonyKlein, Vazkor,
    REM and all the ones I forgot who submit files, analyses, help users...
    REM Miekiemoes' Shudder key fix added.
    REM Process.exe by Craig.Peacock added (http://www.beyondlogic.org)
    REM Reboot.exe by Shadowar/Option^Explicit added.
    REM swreg.exe by SteelWerx (https://fstaal01.home.xs4all.nl/commandline-us.html
    REM swsc.exe by SteelWerx (https://fstaal01.home.xs4all.nl/commandline-us.html
    REM swxcacls.exe by SteelWerx (https://fstaal01.home.xs4all.nl/commandline-us.html
    REM restart.exe - SuperFast Shutdown (http://www.xp-smoker.com/freeware.html
    REM dumphive.exe - Markus Stephany (http://www.mirkes.de)
    REM unzip.exe - info-zip (http://www.info-zip.org)
    REM SmiUpdate.exe - Sebdraluorg

    set fixname=SmitFraudFix
    set fixvers=v2.132

    VER|find "Windows 95">NUL
    IF NOT ERRORLEVEL 1 GOTO Win
    VER|find "Windows 98">NUL
    IF NOT ERRORLEVEL 1 GOTO Win
    VER|find "Windows Millennium">NUL
    IF NOT ERRORLEVEL 1 GOTO Win
    VER|find "Windows XP">NUL
    IF NOT ERRORLEVEL 1 GOTO NT
    VER|find "Windows 2000">NUL
    IF NOT ERRORLEVEL 1 GOTO NT
    VER|find "Version 5.2.3790">NUL
    IF NOT ERRORLEVEL 1 GOTO NT
    if %OS%==Windows_NT goto NT
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Version non support^‚e.
    echo Windows 2000 / XP requis !
    echo.
    echo Unsupported Version.
    echo Windows 2000 / XP required !
    echo.
    pause
    goto exit

    :Win
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Version non support^‚e.
    echo Windows 2000 / XP requis !
    echo.
    echo Unsupported Version.
    echo Windows 2000 / XP required !
    echo.
    pause
    goto exit

    :NT
    set DoReboot=0
    set DoRestart=0
    set syspath=%windir%\system32

    echo Option Explicit>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo Dim Shell>>GetPaths.vbs
    echo Dim KeyPath>>GetPaths.vbs
    echo Dim ObjFileSystem>>GetPaths.vbs
    echo Dim ObjOutputFile>>GetPaths.vbs
    echo Dim ObjRegExp>>GetPaths.vbs
    echo Dim File>>GetPaths.vbs
    echo Dim TmpVar>>GetPaths.vbs
    echo Dim Var>>GetPaths.vbs
    echo Dim Accent>>GetPaths.vbs

    echo.>>GetPaths.vbs
    echo KeyPath = "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\">>GetPaths.vbs
    echo File = "SetPaths.bat">>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo Set Shell = WScript.CreateObject("WScript.Shell")>>GetPaths.vbs
    echo Set ObjFileSystem = CreateObject("Scripting.fileSystemObject")>>GetPaths.vbs
    echo Set ObjOutputFile = ObjFileSystem.CreateTextFile(File, TRUE)>>GetPaths.vbs
    echo Set ObjRegExp = New RegExp>>GetPaths.vbs
    echo.>>GetPaths.vbs

    echo Function ShortFileName(Path)>>GetPaths.vbs
    echo Dim f>>GetPaths.vbs
    echo Set f = ObjFileSystem.GetFolder(Path)>>GetPaths.vbs
    echo ShortFileName = f.ShortPath>>GetPaths.vbs
    echo End Function>>GetPaths.vbs

    echo Function Accents(Str)>>GetPaths.vbs
    echo ObjRegExp.Pattern = "[^a-zA-Z_0-9\\: ]">>GetPaths.vbs
    echo ObjRegExp.IgnoreCase = True>>GetPaths.vbs
    echo ObjRegExp.Global = True>>GetPaths.vbs
    echo Accents = ObjRegExp.Replace(Str, "?")>>GetPaths.vbs
    echo End Function>>GetPaths.vbs

    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Desktop")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set desktop=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Favorites")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set favorites=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Programs")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set startprg=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Start Menu")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set startm=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Startup")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set startup=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs

    echo KeyPath = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\">>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Common Desktop")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set audesktop=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Common Favorites")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set aufavorites=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Common Programs")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set austartprg=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Common Start Menu")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set austartm=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo TmpVar = Shell.RegRead (KeyPath ^& "Common Startup")>>GetPaths.vbs
    echo TmpVar = ShortFileName(TmpVar)>>GetPaths.vbs
    echo Var = "Set austartup=" ^& TmpVar>>GetPaths.vbs
    echo ObjOutputFile.WriteLine(Var)>>GetPaths.vbs
    echo.>>GetPaths.vbs
    echo ObjOutputFile.Close>>GetPaths.vbs
    echo Set objFileSystem = Nothing>>GetPaths.vbs
    echo Set Shell = Nothing>>GetPaths.vbs
    echo Set ObjRegExp = nothing>>GetPaths.vbs
    echo.>>GetPaths.vbs
    cscript //I //nologo GetPaths.vbs
    del GetPaths.vbs
    Call SetPaths.bat
    del SetPaths.bat

    if exist "%userprofile%\Bureau" (
    set lang=fra
    ) else (
    set lang=int
    )

    goto test

    :test
    if not exist Process.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier Process.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo Process.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist swreg.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier swreg.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo swreg.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist swsc.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier swsc.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo swsc.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist SrchSTS.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier SrchSTS.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo SrchSTS.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist Reboot.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier Reboot.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo Reboot.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist restart.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier restart.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo restart.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist GenericRenosFix.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier GenericRenosFix.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo GenericRenosFix.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist dumphive.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier dumphive.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo dumphive.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist unzip.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier unzip.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo unzip.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist SmiUpdate.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier SmiUpdate.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo SmiUpdate.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if not exist swxcacls.exe (
    color 47
    echo %fixname% %fixvers%
    echo.
    echo Fichier swxcacls.exe absent !
    echo Dezippez la totalit^‚ de l'archive dans un dossier.
    echo.
    echo swxcacls.exe file missing !
    echo Unzip all the archive in a folder.
    echo.
    pause
    goto exit
    )

    if exist Update.cmd del Update.cmd
    if not exist %syspath%\Process.exe copy Process.exe %syspath%\Process.exe >NUL
    if not exist %syspath%\swreg.exe copy swreg.exe %syspath%\swreg.exe >NUL
    if not exist %syspath%\swsc.exe copy swsc.exe %syspath%\swsc.exe >NUL
    if not exist %syspath%\SrchSTS.exe copy SrchSTS.exe %syspath%\SrchSTS.exe >NUL
    if not exist %syspath%\dumphive.exe copy dumphive.exe %syspath%\dumphive.exe >NUL
    if not exist %syspath%\swxcacls.exe copy swxcacls.exe %syspath%\swxcacls.exe >NUL

    if exist tmp.txt del tmp.txt
    if exist tmp2.txt del tmp2.txt
    if exist tmp3.txt del tmp3.txt
    chkntfs %systemdrive% | find /V "%systemdrive%">tmp.txt
    type tmp.txt | find /i "NTFS">tmp2.txt
    for /f "tokens=* delims=" %%a in (tmp2.txt) do echo %%a>tmp3.txt
    if exist tmp3.txt set FSType=NTFS
    if exist tmp3.txt del tmp3.txt
    type tmp.txt | find /i "FAT32">tmp2.txt
    for /f "tokens=* delims=" %%a in (tmp2.txt) do echo %%a>tmp3.txt
    if exist tmp3.txt set FSType=FAT32
    if exist tmp.txt del tmp.txt
    if exist tmp2.txt del tmp2.txt
    if exist tmp3.txt del tmp3.txt

    goto notice

    :notice
    color 17
    cls
    if %lang%==fra (
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo joedanger n'est pas affili^‚ avec SmitfraudFix!
    echo.
    echo Cet outil a ^‚t^‚ cr^‚^‚ par S!Ri pour une utilisation GRATUITE.
    echo Des dons seront accept^‚es par S!Ri, uniquement sur son site Web principal
    echo N'importe qui d'autre qui essaie d'en tirer profit
    echo ou qui sollicite de l'argent est impliqu^‚ dans une fraude.
    echo.
    echo.
    echo Appuyez sur une touche pour continuer...
    echo.
    ) else (
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo joedanger is NOT involved with Smitfraudfix in any way!
    echo.
    echo This tool was created by S!Ri, and is available for FREE.
    echo Voluntary donations will be accepted by S!Ri, at his main website only.
    echo Anyone, other than the creator, trying to make a profit
    echo or solicit money from its use would be involved in fraudulent activity.
    echo.
    echo.
    echo Press a key to continue...
    echo.
    )
    pause>NUL
    goto menu

    :menu
    color 17
    cls

    if %lang%==fra (
    set sChoice=Entrez votre choix
    set sScanDate=Rapport fait à
    set sRunFrom=Executé à partir de
    set sFSType=Le type du système de fichiers est
    set SafeMWarn=Fix executé en mode normal
    set SafeMDisp=Fix executé en mode sans echec
    set sSearch=Recherche
    set sFound=PRESENT !
    set sDel=supprimé
    set sInfect=infecté !
    set sInfect2=infect^‚ !
    set KDMess=détecté !
    set RKScan=utilisez un scanner de Rootkit
    set pe386Mess=pe386 détecté, utilisez un scanner de Rootkit
    set lzx32Mess=lzx32 détecté, utilisez un scanner de Rootkit
    set msguardMess=msguard détecté, utilisez un scanner de Rootkit
    set sWiniSearch=Recherche wininet.dll de remplacement
    set sEnd=Fin
    set sProcess=Arret des processus
    set sError=Problème suppression
    set sNotFound=non trouvé
    set sTempFolder=Suppression Fichiers Temporaires
    set sRegCleanQ=Voulez-vous nettoyer le registre ? ^(o/n^)
    set sRegClean=Nettoyage du registre
    set sWininetQ=Corriger le fichier infect^‚ ? ^(o/n^)
    set sTrustQ=R^‚initialiser la liste des sites de confiance et sensibles ? ^(o/n^)
    set sTrustBackUp=Copie de sauvegarde
    set sTrustDone=Sites de confiance et sensibles effac^‚s.
    set sTrustError=*** Erreur : zone.reg non trouv^‚ ***

    echo.
    echo.
    echo %fixname% %fixvers%
    echo.
    echo.
    echo.
    echo 1. Recherche
    echo 2. Nettoyage ^( mode sans echec recommand^‚ ^)
    echo 3. Effacer les sites de confiance et sensibles
    echo 4. V^‚rifier les Mises ^… jour
    echo L. Langue Anglaise
    echo Q. Quitter
    echo.
    echo.
    echo Fermez tous les programmes
    echo un red^‚marrage peut-^ˆtre n^‚cessaire
    echo.
    echo.
    echo.
    ) else (
    set sChoice=Enter your choice
    set sScanDate=Scan done at
    set sRunFrom=Run from
    set sFSType=The filesystem type is
    set SafeMWarn=Fix run in normal mode
    set SafeMDisp=Fix run in safe mode
    set sSearch=Scanning
    set sFound=FOUND !
    set sDel=Deleted
    set sInfect=infected !
    set sInfect2=infected !
    set KDMess=detected !
    set RKScan=use a Rootkit scanner
    set pe386Mess=pe386 detected, use a Rootkit scanner
    set lzx32Mess=lzx32 detected, use a Rootkit scanner
    set msguardMess=msguard detected, use a Rootkit scanner
    set sWiniSearch=Scanning wininet.dll backup
    set sEnd=End
    set sProcess=Killing process
    set sError=Problem while deleting
    set sNotFound=not found
    set sTempFolder=Deleting Temp Files
    set sRegCleanQ=Do you want to clean the registry ? ^(y/n^)
    set sRegClean=Registry Cleaning
    set sWininetQ=Replace infected file ? ^(y/n^)
    set sTrustQ=Restore Trusted Zone ? ^(y/n^)
    set sTrustBackUp=Saving BackUp
    set sTrustDone=Trusted Zone deleted.
    set sTrustError=*** Error : zone.reg not found ***

    echo.
    echo.
    echo %fixname% %fixvers%
    echo.
    echo.
    echo.
    echo 1. Search
    echo 2. Clean ^(safe mode recommended^)
    echo 3. Delete Trusted zone
    echo 4. Check for updates
    echo L. French Language
    echo Q. Quit
    echo.
    echo.
    echo Close all applications
    echo Computer may reboot
    echo.
    echo.
    echo.
    )
    set ChoixMenu=''
    set /p ChoixMenu=%sChoice% (1,2,3,4,L,Q) :
    if '%ChoixMenu%'=='l' GOTO SwappL
    if '%ChoixMenu%'=='L' GOTO SwappL
    if '%ChoixMenu%'=='q' GOTO exit
    if '%ChoixMenu%'=='Q' GOTO exit
    if '%ChoixMenu%'=='1' GOTO search
    if '%ChoixMenu%'=='2' GOTO fix
    if '%ChoixMenu%'=='3' GOTO zonefix
    if '%ChoixMenu%'=='4' GOTO update
    goto menu

    :SwappL
    if '%lang%'=='fra' (
    set lang=int
    ) else (
    set lang=fra
    )
    goto notice

    :search
    cls
    echo %fixname% %fixvers%
    echo %fixname% %fixvers%>%systemdrive%\rapport.txt
    echo.
    echo.>>%systemdrive%\rapport.txt
    echo %sScanDate% %time%, %date%>>%systemdrive%\rapport.txt
    for /f "Tokens=*" %%i in ('cd') do set CurDir=%%i
    echo %sRunFrom% %CurDir%>>%systemdrive%\rapport.txt
    IF ERRORLEVEL 1 (
    echo %sRunFrom% >>%systemdrive%\rapport.txt
    cd >>%systemdrive%\rapport.txt
    )
    for /f "Tokens=*" %%i in ('ver') do set Version=%%i
    echo OS: %Version% - %OS%>>%systemdrive%\rapport.txt
    echo %sFSType% %FSType%>>%systemdrive%\rapport.txt
    if not defined safeboot_option echo %SafeMWarn%>>%systemdrive%\rapport.txt
    if defined safeboot_option echo %SafeMDisp%>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    echo %sSearch% %HOMEDRIVE%\...
    echo »»»»»»»»»»»»»»»»»»»»»»»» %HOMEDRIVE%\>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    pushd %HOMEDRIVE%\

    if exist bsw.exe (echo %HOMEDRIVE%\bsw.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist contextplus.exe (echo %HOMEDRIVE%\contextplus.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist country.exe (echo %HOMEDRIVE%\country.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist defender??.exe (echo %HOMEDRIVE%\defender??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dfndr.exe (echo %HOMEDRIVE%\dfndr.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dfndra.exe (echo %HOMEDRIVE%\dfndra.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dfndr?_?.exe (echo %HOMEDRIVE%\dfndr?_?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload?.exe (echo %HOMEDRIVE%\drsmartload?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload??.exe (echo %HOMEDRIVE%\drsmartload??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload???.exe (echo %HOMEDRIVE%\drsmartload???.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload????.exe (echo %HOMEDRIVE%\drsmartload????.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ecsiin.stub.exe (echo %HOMEDRIVE%\ecsiin.stub.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist exit (echo %HOMEDRIVE%\exit %sFound%>>%systemdrive%\rapport.txt)
    if exist gimmysmileys.exe (echo %HOMEDRIVE%\gimmysmileys.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist gimmysmileys?.exe (echo %HOMEDRIVE%\gimmysmileys?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard.exe (echo %HOMEDRIVE%\keyboard.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard?.exe (echo %HOMEDRIVE%\keyboard?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard??.exe (echo %HOMEDRIVE%\keyboard??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kl1.exe (echo %HOMEDRIVE%\kl1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kybrd.exe (echo %HOMEDRIVE%\kybrd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kybrd_?.exe (echo %HOMEDRIVE%\kybrd_?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kybrd?_?.exe (echo %HOMEDRIVE%\kybrd?_?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist loader.exe (echo %HOMEDRIVE%\loader.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad.exe (echo %HOMEDRIVE%\mousepad.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad?.exe (echo %HOMEDRIVE%\mousepad?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad??.exe (echo %HOMEDRIVE%\mousepad??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist MTE3NDI6ODoxNg.exe (echo %HOMEDRIVE%\MTE3NDI6ODoxNg.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist nwnm.exe (echo %HOMEDRIVE%\nwnm.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist nwnm_?.exe (echo %HOMEDRIVE%\nwnm_?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist nwnm?_?.exe (echo %HOMEDRIVE%\nwnm?_?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist newname?.exe (echo %HOMEDRIVE%\newname?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist newname??.exe (echo %HOMEDRIVE%\newname??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ntdetecd.exe (echo %HOMEDRIVE%\ntdetecd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ntps.exe (echo %HOMEDRIVE%\ntps.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ntnc.exe (echo %HOMEDRIVE%\ntnc.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ms1.exe (echo %HOMEDRIVE%\ms1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist r.exe (echo %HOMEDRIVE%\r.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist secure32.html (echo %HOMEDRIVE%\secure32.html %sFound%>>%systemdrive%\rapport.txt)
    if exist stub_113_4_0_4_0.exe (echo %HOMEDRIVE%\stub_113_4_0_4_0.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool1.exe (echo %HOMEDRIVE%\tool1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool2.exe (echo %HOMEDRIVE%\tool2.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool3.exe (echo %HOMEDRIVE%\tool3.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool4.exe (echo %HOMEDRIVE%\tool4.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool5.exe (echo %HOMEDRIVE%\tool5.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist toolbar.exe (echo %HOMEDRIVE%\toolbar.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist uniq (echo %HOMEDRIVE%\uniq %sFound%>>%systemdrive%\rapport.txt)
    if exist winstall.exe (echo %HOMEDRIVE%\winstall.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist wp.bmp (echo %HOMEDRIVE%\wp.bmp %sFound%>>%systemdrive%\rapport.txt)
    if exist wp.exe (echo %HOMEDRIVE%\wp.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist xxx.exe (echo %HOMEDRIVE%\xxx.exe %sFound%>>%systemdrive%\rapport.txt)

    if exist "%HOMEDRIVE%\spywarevanisher-free" echo %HOMEDRIVE%\spywarevanisher-free\ %sFound%>>%systemdrive%\rapport.txt

    popd

    echo.>>%systemdrive%\rapport.txt
    echo %sSearch% %windir%\...
    echo »»»»»»»»»»»»»»»»»»»»»»»» %windir%>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    pushd %windir%

    if exist ".protected" (echo %windir%\.protected %sFound%>>%systemdrive%\rapport.txt)
    if exist aapfr.exe (echo %windir%\aapfr.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist accesss.exe (echo %windir%\accesss.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ads.js (echo %windir%\ads.js %sFound%>>%systemdrive%\rapport.txt)
    if exist adsldpbc.dll (echo %windir%\adsldpbc.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adsldpbd.dll (echo %windir%\adsldpbd.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adsldpbe.dll (echo %windir%\adsldpbe.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adsldpbf.dll (echo %windir%\adsldpbf.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adsldpbj.dll (echo %windir%\adsldpbj.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adtech2005.exe (echo %windir%\adtech2005.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist adtech2006a.exe (echo %windir%\adtech2006a.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist adw.htm (echo %windir%\adw.htm %sFound%>>%systemdrive%\rapport.txt)
    if exist "adware-sheriff-box.gif" (echo %windir%\adware-sheriff-box.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "adware-sheriff-header.gif" (echo %windir%\adware-sheriff-header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist alexaie.dll (echo %windir%\alexaie.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist alxie328.dll (echo %windir%\alxie328.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist alxtb1.dll (echo %windir%\alxtb1.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "antispylab-logo.gif" (echo %windir%\antispylab-logo.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist about_spyware_bg.gif (echo %windir%\about_spyware_bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist about_spyware_bottom.gif (echo %windir%\about_spyware_bottom.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist as.gif (echo %windir%\as.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist as_header.gif (echo %windir%\as_header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist astctl32.ocx (echo %windir%\astctl32.ocx %sFound%>>%systemdrive%\rapport.txt)
    if exist avpcc.dll (echo %windir%\avpcc.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist azesearch.bmp (echo %windir%\azesearch.bmp %sFound%>>%systemdrive%\rapport.txt)
    if exist back.gif (echo %windir%\back.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist batserv2.exe (echo %windir%\batserv2.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist bg.gif (echo %windir%\bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist bg_bg.gif (echo %windir%\bg_bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist big_red_x.gif (echo %windir%\big_red_x.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist blank.mht (echo %windir%\blank.mht %sFound%>>%systemdrive%\rapport.txt)
    if exist "blue-bg.gif" (echo %windir%\blue-bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist box_1.gif (echo %windir%\box_1.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist box_2.gif (echo %windir%\box_2.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist box_3.gif (echo %windir%\box_3.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist BTGrab.dll (echo %windir%\BTGrab.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist button_buynow.gif (echo %windir%\button_buynow.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist button_freescan.gif (echo %windir%\button_freescan.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist buy.gif (echo %windir%\buy.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist buy_now.gif (echo %windir%\buy_now.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "buy-now-btn.gif" (echo %windir%\buy-now-btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist bxproxy.exe (echo %windir%\bxproxy.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist click_for_free_scan.gif (echo %windir%\click_for_free_scan.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist close_ico.gif (echo %windir%\close_ico.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "close-bar.gif" (echo %windir%\close-bar.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist clrssn.exe (echo %windir%\clrssn.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "corner-left.gif" (echo %windir%\corner-left.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "corner-right.gif" (echo %windir%\corner-right.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist country.exe (echo %windir%\country.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist cpan.dll (echo %windir%\cpan.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist d3dn32.exe (echo %windir%\d3dn32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist d3??.dll (echo %windir%\d3??.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist d3pb.exe (echo %windir%\d3pb.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist defender??.exe (echo %windir%\defender??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist desktop.html (echo %windir%\desktop.html %sFound%>>%systemdrive%\rapport.txt)
    if exist dialup.exe (echo %windir%\dialup.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dlmax.dll (echo %windir%\dlmax.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist download.gif (echo %windir%\download.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist download_box.gif (echo %windir%\download_box.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist download_product.gif (echo %windir%\download_product.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "download-btn.gif" (echo %windir%\download-btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload.dat (echo %windir%\drsmartload.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload2.dat (echo %windir%\drsmartload2.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartload95a.exe (echo %windir%\drsmartload95a.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist drsmartloadb1.dat (echo %windir%\drsmartloadb1.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist "facts.gif" (echo %windir%\facts.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist features.gif (echo %windir%\features.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "footer.gif" (echo %windir%\footer.giff %sFound%>>%systemdrive%\rapport.txt)
    if exist footer_back.gif (echo %windir%\footer_back.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist footer_back.jpg (echo %windir%\footer_back.jpg %sFound%>>%systemdrive%\rapport.txt)
    if exist free_scan_red_btn.gif (echo %windir%\free_scan_red_btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "free-scan-btn.gif" (echo %windir%\free-scan-btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist gimmygames.dat (echo %windir%\gimmygames.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist "h-line-gradient.gif" (echo %windir%\h-line-gradient.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist header_1.gif (echo %windir%\header_1.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist header_2.gif (echo %windir%\header_2.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist header_3.gif (echo %windir%\header_3.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist header_4.gif (echo %windir%\header_4.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "header-bg.gif" (echo %windir%\header-bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist icon_warning_big.gif (echo %windir%\icon_warning_big.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist icont.exe (echo %windir%\icont.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ieyi.dll (echo %windir%\ieyi.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist ieyi.exe (echo %windir%\ieyi.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist inetdctr.dll (echo %windir%\inetdctr.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist inetloader.dll (echo %windir%\inetloader.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "infected.gif" (echo %windir%\infected.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist infected_top_bg.gif (echo %windir%\infected_top_bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "info.gif" (echo %windir%\info.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard.exe (echo %windir%\keyboard.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard?.exe (echo %windir%\keyboard?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard1.dat (echo %windir%\keyboard1.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist keyboard??.exe (echo %windir%\keyboard??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kl.exe (echo %windir%\kl.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kl1.exe (echo %windir%\kl1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist loadadv728.exe (echo %windir%\loadadv728.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist local.html (echo %windir%\local.html %sFound%>>%systemdrive%\rapport.txt)
    if exist logo.gif (echo %windir%\logo.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist main_back.gif (echo %windir%\main_back.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist mxd.exe (echo %windir%\mxd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad.exe (echo %windir%\mousepad.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad?.exe (echo %windir%\mousepad?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mousepad??.exe (echo %windir%\mousepad??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist mtwirl32.dll (echo %windir%\mtwirl32.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist navibar_bg.gif (echo %windir%\navibar_bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist navibar_corner_left.gif (echo %windir%\navibar_corner_left.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist navibar_corner_right.gif (echo %windir%\navibar_corner_right.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist newname.dat (echo %windir%\newname.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist newname?.exe (echo %windir%\newname?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist newname??.exe (echo %windir%\newname??.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ms1.exe (echo %windir%\ms1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "no-icon.gif" (echo %windir%\no-icon.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist notepad.com (echo %windir%\notepad.com %sFound%>>%systemdrive%\rapport.txt)
    if exist notepad32.exe (echo %windir%\notepad32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist onlineshopping.ico (echo %windir%\onlineshopping.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist olehelp.exe (echo %windir%\olehelp.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist osaupd.exe (echo %windir%\osaupd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist pop06ap2.exe (echo %windir%\pop06ap2.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist popuper.exe (echo %windir%\popuper.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist processes.txt (echo %windir%\processes.txt %sFound%>>%systemdrive%\rapport.txt)
    if exist product_box.gif (echo %windir%\product_box.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist psg.exe (echo %windir%\psg.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist Pynix.dll (echo %windir%\Pynix.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist q*_disk.dll (echo %windir%\q*_disk.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist red_warning_ico.gif (echo %windir%\red_warning_ico.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "reg-freeze-box.gif" (echo %windir%\reg-freeze-box.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "reg-freeze-header.gif" (echo %windir%\reg-freeze-header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist remove_spyware_header.gif (echo %windir%\remove_spyware_header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "remove-spyware-btn.gif" (echo %windir%\remove-spyware-btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist removeadware.ico (echo %windir%\removeadware.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist rf.gif (echo %windir%\rf.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist rf_header.gif (echo %windir%\rf_header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist rzs.exe (echo %windir%\rzs.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist runwin32.exe (echo %windir%\runwin32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist sachostx.exe (echo %windir%\sachostx.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist safe_and_trusted.gif (echo %windir%\safe_and_trusted.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist scan_btn.gif (echo %windir%\scan_btn.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist screen.html (echo %windir%\screen.html %sFound%>>%systemdrive%\rapport.txt)
    if exist se_spoof.dll (echo %windir%\se_spoof.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist sec.exe (echo %windir%\sec.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "security-center-bg.gif" (echo %windir%\security-center-bg.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "security-center-logo.gif" (echo %windir%\security-center-logo.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist security_center_caption.gif (echo %windir%\security_center_caption.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist sep_hor.gif (echo %windir%\sep_hor.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist sep_vert.gif (echo %windir%\sep_vert.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist sexpersonals.ico (echo %windir%\sexpersonals.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist sdkcb.dll (echo %windir%\sdkcb.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist sdkqq.exe (echo %windir%\sdkqq.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist secure32.html (echo %windir%\secure32.html %sFound%>>%systemdrive%\rapport.txt)
    if exist sites.ini (echo %windir%\sites.ini %sFound%>>%systemdrive%\rapport.txt)
    if exist slassac.dll (echo %windir%\slassac.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist spp3.dll (echo %windir%\spp3.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist spacer.gif (echo %windir%\spacer.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "spacer.gif'" (echo %windir%\spacer.gif' %sFound%>>%systemdrive%\rapport.txt)
    if exist spyware_detected.gif (echo %windir%\spyware_detected.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "spyware-detected.gif" (echo %windir%\spyware-detected.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "spyware-sheriff-header.gif" (echo %windir%\spyware-sheriff-header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "spyware-sheriff-box.gif" (echo %windir%\spyware-sheriff-box.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist sss_main.ini (echo %windir%\sss_main.ini %sFound%>>%systemdrive%\rapport.txt)
    if exist "star.gif" (echo %windir%\star.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "star-grey.gif" (echo %windir%\star-grey.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist star_gray.gif (echo %windir%\star_gray.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist star_gray_small.gif (echo %windir%\star_gray_small.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist star_small.gif (echo %windir%\star_small.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist susp.exe (echo %windir%\susp.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist svchost.exe (echo %windir%\svchost.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist sysen.exe (echo %windir%\sysen.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist sysvx_.exe (echo %windir%\sysvx_.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist sysldr32.exe (echo %windir%\sysldr32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist systeem.exe (echo %windir%\systeem.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist System32fab.exe (echo %windir%\System32fab.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist systemcritical.exe (echo %windir%\systemcritical.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tctool.exe (echo %windir%\tctool.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist teller2.chk (echo %windir%\teller2.chk %sFound%>>%systemdrive%\rapport.txt)
    if exist temp.000.exe (echo %windir%\temp.000.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ticads.exe (echo %windir%\ticads.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist time.exe (echo %windir%\time.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist timessquare.exe (echo %windir%\timessquare.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist timessquare1.dat (echo %windir%\timessquare1.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist tool1.exe (echo %windir%\tool1.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool2.exe (echo %windir%\tool2.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool3.exe (echo %windir%\tool3.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool4.exe (echo %windir%\tool4.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tool5.exe (echo %windir%\tool5.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist toolbar.exe (echo %windir%\toolbar.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist tpopup.exe (echo %windir%\tpopup.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "true-stories.gif" (echo %windir%\true-stories.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist trustinbar.exe (echo %windir%\trustinbar.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ts.gif (echo %windir%\ts.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist ts_header.gif (echo %windir%\ts_header.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist tse.exe (echo %windir%\tse.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist uninstDsk.exe (echo %windir%\uninstDsk.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist uninstIU.exe (echo %windir%\uninstIU.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist update13.js (echo %windir%\update13.js %sFound%>>%systemdrive%\rapport.txt)
    if exist url.exe (echo %windir%\url.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist users32.exe (echo %windir%\users32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist v.gif (echo %windir%\v.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist videoslots.ico (echo %windir%\videoslots.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist waol.exe (echo %windir%\waol.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist warnhp.html (echo %windir%\warnhp.html %sFound%>>%systemdrive%\rapport.txt)
    if exist warning_icon.gif (echo %windir%\warning_icon.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "warning-bar-ico.gif" (echo %windir%\warning-bar-ico.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist win_logo.gif (echo %windir%\win_logo.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "win-sec-center-logo.gif" (echo %windir%\win-sec-center-logo.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist win32e.exe (echo %windir%\win32e.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist win64.exe (echo %windir%\win64.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist winajbm.dll (echo %windir%\winajbm.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist window.exe (echo %windir%\window.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "windows-compatible.gif" (echo %windir%\windows-compatible.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist wininet32.exe (echo %windir%\wininet32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist winmgnt.exe (echo %windir%\winmgnt.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist winsysupd.exe (echo %windir%\winsysupd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist winsysban.exe (echo %windir%\winsysban.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist winsysban8.exe (echo %windir%\winsysban8.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist windows.html (echo %windir%\windows.html %sFound%>>%systemdrive%\rapport.txt)
    if exist wupdmgr.exe (echo %windir%\wupdmgr.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist x.exe (echo %windir%\x.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist x.gif (echo %windir%\x.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist xplugin.dll (echo %windir%\xplugin.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist xpupdate.exe (echo %windir%\xpupdate.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist xxxvideo.hta (echo %windir%\xxxvideo.hta %sFound%>>%systemdrive%\rapport.txt)
    if exist y.exe (echo %windir%\y.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist yellow_warning_ico.gif (echo %windir%\yellow_warning_ico.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "yes-icon.gif" (echo %windir%\yes-icon.gif %sFound%>>%systemdrive%\rapport.txt)
    if exist "yod.htm" (echo %windir%\yod.htm %sFound%>>%systemdrive%\rapport.txt)
    if exist zloader3.exe (echo %windir%\zloader3.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ZServ.dll (echo %windir%\ZServ.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist __delete_on_reboot__popuper.exe (echo %windir%\__delete_on_reboot__popuper.exe %sFound%>>%systemdrive%\rapport.txt)

    if exist "%windir%\muwq" echo %windir%\muwq\ %sFound%>>%systemdrive%\rapport.txt

    if exist "%windir%\inet20001" echo %windir%\inet20001\ %sFound%>>%systemdrive%\rapport.txt
    if exist "%windir%\inet20010" echo %windir%\inet20010\ %sFound%>>%systemdrive%\rapport.txt
    if exist "%windir%\inet20066" echo %windir%\inet20066\ %sFound%>>%systemdrive%\rapport.txt
    if exist "%windir%\inet20099" echo %windir%\inet20099\ %sFound%>>%systemdrive%\rapport.txt

    popd

    echo.>>%systemdrive%\rapport.txt
    echo %sSearch% %windir%\system...
    echo »»»»»»»»»»»»»»»»»»»»»»»» %windir%\system>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    pushd %windir%\system

    if exist csrss.exe (echo %windir%\system\csrss.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist eooyt.exe (echo %windir%\system\eooyt.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist processes.txt (echo %windir%\system\processes.txt %sFound%>>%systemdrive%\rapport.txt)
    if exist svchost.exe (echo %windir%\system\svchost.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist svchost.dll (echo %windir%\system\svchost.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist svwhost.exe (echo %windir%\system\svwhost.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist svwhost.dll (echo %windir%\system\svwhost.dll %sFound%>>%systemdrive%\rapport.txt)

    popd

    echo.>>%systemdrive%\rapport.txt
    echo %sSearch% %windir%\Web...
    echo »»»»»»»»»»»»»»»»»»»»»»»» %windir%\Web>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    pushd %windir%\Web

    if exist desktop.html (echo %windir%\Web\desktop.html %sFound%>>%systemdrive%\rapport.txt)
    if exist wallpaper.html (echo %windir%\Web\wallpaper.html %sFound%>>%systemdrive%\rapport.txt)

    popd

    echo.>>%systemdrive%\rapport.txt
    echo %sSearch% %syspath%...
    echo »»»»»»»»»»»»»»»»»»»»»»»» %syspath%>>%systemdrive%\rapport.txt
    echo.>>%systemdrive%\rapport.txt

    pushd %syspath%

    if exist ~update.exe (echo %syspath%\~update.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist 0mcamcap.exe (echo %syspath%\0mcamcap.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist 977efcdb.exe (echo %syspath%\977efcdb.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist a.exe (echo %syspath%\a.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ace16win.dll (echo %syspath%\ace16win.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist acvgxw.dll (echo %syspath%\acvgxw.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adobepnl.dll (echo %syspath%\adobepnl.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "Air Tickets.ico" (echo %syspath%\Air Tickets.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist AdService.dll (echo %syspath%\AdService.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist adsmart.exe (echo %syspath%\adsmart.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist alxres.dll (echo %syspath%\alxres.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist anti_troj.exe (echo %syspath%\anti_troj.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist appmagr.dll (echo %syspath%\appmagr.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist asxbbx.dll (echo %syspath%\asxbbx.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist atmclk.exe (echo %syspath%\atmclk.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist autodisc32.dll (echo %syspath%\autodisc32.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist autosys.exe (echo %syspath%\autosys.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist bhoimpl.dll (echo %syspath%\bhoimpl.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist bikini.exe (echo %syspath%\bikini.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist bin29a.log (echo %syspath%\bin29a.log %sFound%>>%systemdrive%\rapport.txt)
    if exist "Big Tits.ico" (echo %syspath%\Big Tits.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist birdihuy.dll (echo %syspath%\birdihuy.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist birdihuy32.dll (echo %syspath%\birdihuy32.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist Blackjack.ico (echo %syspath%\Blackjack.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist bnmsrv.exe (echo %syspath%\bnmsrv.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist bolnyz.dll (echo %syspath%\bolnyz.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist bre.dll (echo %syspath%\bre.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist bre32.dll (echo %syspath%\bre32.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist bridge.dll (echo %syspath%\bridge.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist bpvcou.dll (echo %syspath%\bpvcou.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist browsela.dll (echo %syspath%\browsela.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "Britney Spears.ico" (echo %syspath%\Britney Spears.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist bu.exe (echo %syspath%\bu.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "Car Insurance.ico" (echo %syspath%\Car Insurance.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist casino.ico (echo %syspath%\casino.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist cfltygd.dll (echo %syspath%\cfltygd.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "Cheap Cigarettes.ico" (echo %syspath%\Cheap Cigarettes.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist child.dll (echo %syspath%\child.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist chp.dll (echo %syspath%\chp.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist cmd32.exe (echo %syspath%\cmd32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist cmdtel.exe (echo %syspath%\cmdtel.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist cnymxw32.dll (echo %syspath%\cnymxw32.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist combo.exe (echo %syspath%\combo.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist comdlg64.dll (echo %syspath%\comdlg64.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "Credit Card.ico" (echo %syspath%\Credit Card.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist Cruises.ico (echo %syspath%\Cruises.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist cthkpcv.dll (echo %syspath%\cthkpcv.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist "Currency Trading.ico" (echo %syspath%\Currency Trading.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist cvnzie.dll (echo %syspath%\cvnzie.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist cvxh8jkdq?.exe (echo %syspath%\cvxh8jkdq?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist CWS_iestart.exe (echo %syspath%\CWS_iestart.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist date.ico (echo %syspath%\date.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist dailytoolbar.dll (echo %syspath%\dailytoolbar.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dbqlrij.dll (echo %syspath%\dbqlrij.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_14.dll (echo %syspath%\dcom_14.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_15.dll (echo %syspath%\dcom_15.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_16.dll (echo %syspath%\dcom_16.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_18.dll (echo %syspath%\dcom_18.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_19.dll (echo %syspath%\dcom_19.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_20.dll (echo %syspath%\dcom_20.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcom_21.dll (echo %syspath%\dcom_21.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dcomcfg.exe (echo %syspath%\dcomcfg.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dcvwaah.dll (echo %syspath%\dcvwaah.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dial23.exe (echo %syspath%\dial23.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dload.exe (echo %syspath%\dload.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dlh9jkdq?.exe (echo %syspath%\dlh9jkdq?.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist doser.exe (echo %syspath%\doser.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dfrgsrv.exe (echo %syspath%\dfrgsrv.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dnefhw.dll (echo %syspath%\dnefhw.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dpfwu.dll (echo %syspath%\dpfwu.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist duxzj.dll (echo %syspath%\duxzj.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dvdcap.dll (echo %syspath%\dvdcap.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist dxole32.exe (echo %syspath%\dxole32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist dxmpp.dll (echo %syspath%\dxmpp.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist efsdfgxg.exe (echo %syspath%\efsdfgxg.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ekvrlfzz.exe (echo %syspath%\ekvrlfzz.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist eowygj.dll (echo %syspath%\eowygj.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist erxbx.dll (echo %syspath%\erxbx.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist exa32.exe (echo %syspath%\exa32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist exeha2.exe (echo %syspath%\exeha2.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist exeha3.exe (echo %syspath%\exeha3.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist exuc32.tmp (echo %syspath%\exuc32.tmp %sFound%>>%systemdrive%\rapport.txt)
    if exist fhmfes.dll (echo %syspath%\fhmfes.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist ficqv.dll (echo %syspath%\ficqv.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist fjdcy.dll (echo %syspath%\fjdcy.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist fmrmhc.dll (echo %syspath%\fmrmhc.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist fyhhxw.dll (echo %syspath%\fyhhxw.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist games.ico (echo %syspath%\games.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist ginuerep.dll (echo %syspath%\ginuerep.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist gqagksr.dll (echo %syspath%\gqagksr.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist gtpbx.dll (echo %syspath%\gtpbx.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist gunist.exe (echo %syspath%\gunist.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist guxxa.dll (echo %syspath%\guxxa.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist helper.exe (echo %syspath%\helper.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist higjxe.dll (echo %syspath%\higjxe.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hjpprpu.dll (echo %syspath%\hjpprpu.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hhk.dll (echo %syspath%\hhk.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hookdump.exe (echo %syspath%\hookdump.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist hp???.tmp (echo %syspath%\hp???.tmp %sFound%>>%systemdrive%\rapport.txt)
    if exist hp????.tmp (echo %syspath%\hp????.tmp %sFound%>>%systemdrive%\rapport.txt)
    if exist htey.dll (echo %syspath%\htey.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist httge.dll (echo %syspath%\httge.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hvcycg.dll (echo %syspath%\hvcycg.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hvnwm.dll (echo %syspath%\hvnwm.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist hzclqhc.dll (echo %syspath%\hzclqhc.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist icima.dll (echo %syspath%\icima.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist IeHelperEx.dll (echo %syspath%\IeHelperEx.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist iewd.exe (echo %syspath%\iewd.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist imfdfcj.dll (echo %syspath%\imfdfcj.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist impgsje.dll (echo %syspath%\impgsje.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist intel32.exe (echo %syspath%\intel32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist intell321.exe (echo %syspath%\intell321.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist intell32.exe (echo %syspath%\intell32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist interf.tlb (echo %syspath%\interf.tlb %sFound%>>%systemdrive%\rapport.txt)
    if exist intmon.exe (echo %syspath%\intmon.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist intmonp.exe (echo %syspath%\intmonp.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist intxt.exe (echo %syspath%\intxt.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ioctrl.dll (echo %syspath%\ioctrl.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist ipztub.dll (echo %syspath%\ipztub.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist iqzv.dll (echo %syspath%\iqzv.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist ishost.exe (echo %syspath%\ishost.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ismini.exe (echo %syspath%\ismini.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ismon.exe (echo %syspath%\ismon.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist isnotify.exe (echo %syspath%\isnotify.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist issearch.exe (echo %syspath%\issearch.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ixt?.dll (echo %syspath%\ixt?.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist ixt??.dll (echo %syspath%\ixt??.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist jao.dll (echo %syspath%\jao.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist jbtazy.dll (echo %syspath%\jbtazy.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist jevtxpg.dll (echo %syspath%\jevtxpg.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist jpqet.dll (echo %syspath%\jpqet.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist kernels8.exe (echo %syspath%\kernels8.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kernels32.exe (echo %syspath%\kernels32.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kernels64.exe (echo %syspath%\kernels64.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist kfhrvq.dll (echo %syspath%\kfhrvq.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist kkqfb.dll (echo %syspath%\kkqfb.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist kuhmk.dll (echo %syspath%\kuhmk.dll %sFound%>>%systemdrive%\rapport.txt)
    if exist latest.exe (echo %syspath%\latest.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist "Lesbian Sex.ico" (echo %syspath%\Lesbian Sex.ico %sFound%>>%systemdrive%\rapport.txt)
    if exist ld???.tmp (echo %syspath%\ld???.tmp %sFound%>>%systemdrive%\rapport.txt)
    if exist ld????.tmp (echo %syspath%\ld????.tmp %sFound%>>%systemdrive%\rapport.txt)
    if exist lfd.dat (echo %syspath%\lfd.dat %sFound%>>%systemdrive%\rapport.txt)
    if exist lich.exe (echo %syspath%\lich.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist links.exe (echo %syspath%\links.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist ll.exe (echo %syspath%\ll.exe %sFound%>>%systemdrive%\rapport.txt)
    if exist lwpfwjb.dl
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. chamo77
     
    po chance comme premier virus hi hi virut-b et tenace hi hi
    0