Gros probleme WINDOW

Résolu
david7777777 Messages postés 75 Date d'inscription   Statut Membre -  
david7777777 Messages postés 75 Date d'inscription   Statut Membre -
Bonjour,

Ben voila J AI UN TRES GROS PROBLEME avec mon pare-feu windows !! Un virus ma infecter ! voici les conséquence que j ai remarquer : Bitdefender mon antivirus n a plus répondu!( je l ai réinstaller), Mon pare-feu est HS ainsi que le centre de sécurité ! "En raison d un probleme non identifier windows ne peut pas afficher les paramettre du pare-feu ! Et pareil pour le centre de sécurité ! mon antivirus indique une vingtaine d objet infecter !!! les virus sont : Backdoor Sub-seven

J ai alors descider d activer Spybot ! IL ME DIT QUE LE REGISTRE A ETE MODIFIER !!!donc le virus ma bien eu !!! Voici ce que ca donne : Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirstRunDisabled"=dword:00000001
"AntiVirusDisableNotify"=dword:00000001
"FirewallDisableNotify"=dword:00000000
"UpdatesDisableNotify"=dword:00000000
"AntiVirusOverride"=dword:00000001
@=""
"FirewallOverride"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\AhnlabAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\ComputerAssociatesAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\KasperskyAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\McAfeeAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\McAfeeFirewall]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\PandaAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\PandaFirewall]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\SophosAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\SymantecAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\SymantecFirewall]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\TinyFirewall]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\TrendAntiVirus]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\TrendFirewall]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Monitoring\ZoneLabsFirewall]

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:00000091

QUE FAIRE ....FORMATER ? AIDEZ MOI SVP !!!
Configuration: Windows XP
Firefox 2.0.0.14

2 réponses

  1. lucas490 Messages postés 175 Statut Membre 16
     
    Tu as un cheval de Troie s'est un programme qui permet à quelqu'un d'autre de controler ton ordi alors pour être sur qu'il ne t'embête plus il faut formater, installer un autre anti-virus que celui que tu as en ce moment
    0
  2. david7777777 Messages postés 75 Date d'inscription   Statut Membre
     
    bonjour j ai trouver la solution ! ce qu il faut : crée un fichier ! ouvrez votre bloc note > ecrivez dedant :

    ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ' Script VBS pour les problèmes WMI
    ' https://support.microsoft.com/en-us/help/319101
    ' script de ~Jean-Marc~ © 2004 http://doc.jm.perso.orange.fr
    ' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    On Error Resume Next

    Dim shell, fso, WinSysDir, RepoPath, RepoPath2

    Set shell = WScript.CreateObject("WScript.Shell")
    Set fso = WScript.CreateObject("Scripting.FileSystemObject")

    ' Arrêt du service Infrastructure de gestion windows
    set scriptState = shell.Exec("%comspec% /c echo o|net stop winmgmt")

    While (scriptState.Status = 0)
    WScript.Sleep(100)
    Wend

    'Lire le répertoire windows
    WinSysDir = Shell.RegRead("HKLM\Software\Microsoft\Windows NT\CurrentVersion\SystemRoot")

    ' Créer le chemin d'effacement des fichiers du repository
    RepoPath = WinSysDir & "\System32\Wbem\Repository\*.*"
    RepoPath2 = WinSysDir & "\System32\Wbem\Repository\FS\*.*"

    'Effacement du contenu du répertoire repository
    fso.DeleteFile RepoPath, true
    fso.DeleteFile RepoPath2, true
    fso.DeleteFolder RepoPath, true

    'Configuration de Infrastructure de gestion windows en automatique (config d'origine XP)
    shell.Exec("sc config winmgmt start= auto")

    'fin
    wscript.echo "Fin de la réparation." & vbcrlf & "Redémarrer le PC."

    Set fso = Nothing
    Set scriptState = Nothing
    Set shell = Nothing

    Wscript.quit

    puis enregistrez le sous ce nom : WMI_Repair.vbs ! fermez le puis cliquer dessus ! il doit vous maitre un message qui dit que c est la fin de la reparation ! REDEMARREZ VOTRE ORDINATEUR ! et votre pare feu marchera ! voila !
    0