Flach disck

netja22 -  
fabul Messages postés 42188 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,
est ce que je peux proteger mon flach disck contre les virus ?
et coment ?
merci
Configuration: Windows XP / Internet Explorer 6.0

3 réponses

  1. fabul Messages postés 42188 Date d'inscription   Statut Modérateur Dernière intervention   6 071
     
    Salut,

    UsbFix de C_XX & El Desaparecido (Chiquitine29) offre l'option Vacciner,mais je ne connais pas exactement de quelle façon il agit,il faudrait que queleu'un qui le sait explique plus,parce que ça m'étonnerait qu'un fichier Autorun.inf puisse ètre irremplacable pas un fichier Autorun malsain etc.

    Il existe d'autres logiciels que je ne connais pas,mais je n'ai pas vraiement confiance,qu'ils soient payants ou pas.
    0
  2. fabul Messages postés 42188 Date d'inscription   Statut Modérateur Dernière intervention   6 071
     
    Salut,

    Clic droit sur ton bureau,nouveau - > fichier.txt et change txt pour bat

    Clic droit dessus et choisit modifier.

    Copie ce que je colle ci dessous et ferme le en enregistrant les modifications , clic dessus.

    @echo off
    :debut
    echo.
    echo.Programme pour protection suplementaire contre les virus USB
    echo.
    echo.Software to increase protection against flash drives viruses
    echo.
    echo.
    echo.Option 1 to protect a drive,option 2 to unprotect
    echo.
    echo.
    echo.Option 1 pour proteger un lecteur,option 2 pour retirer la protection.
    echo.

    set choice=
    set /p choice=Your choice / votre choix?

    if '%choice%'=='1' goto 1
    if '%choice%'=='2' goto 2

    :1
    echo.
    echo.Programme de / Vaccination / Software
    echo.
    echo.
    echo.Choose a drive letter and clic Enter
    echo.
    echo.
    echo.Choisir une lettre de lecteur et taper Entree
    echo.
    echo.
    echo.
    echo.A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z,

    set choice=
    set /p choice=Your choice / votre choix?

    if '%choice%'=='a' goto a
    if '%choice%'=='b' goto b
    if '%choice%'=='c' goto c
    if '%choice%'=='d' goto d
    if '%choice%'=='e' goto e
    if '%choice%'=='f' goto f
    if '%choice%'=='g' goto g
    if '%choice%'=='h' goto h
    if '%choice%'=='i' goto i
    if '%choice%'=='j' goto j
    if '%choice%'=='k' goto k
    if '%choice%'=='l' goto l
    if '%choice%'=='m' goto m
    if '%choice%'=='n' goto n
    if '%choice%'=='o' goto o
    if '%choice%'=='p' goto p
    if '%choice%'=='q' goto q
    if '%choice%'=='r' goto r
    if '%choice%'=='s' goto s
    if '%choice%'=='t' goto t
    if '%choice%'=='u' goto u
    if '%choice%'=='v' goto v
    if '%choice%'=='w' goto w
    if '%choice%'=='x' goto x
    if '%choice%'=='y' goto y
    if '%choice%'=='z' goto z
    pause

    :a
    md a:\Autorun.inf
    md a:\Comment.htt
    md a:\Desktop.ini
    attrib +h +s a:\Autorun.inf
    attrib +h +s a:\Comment.htt
    attrib +h +s a:\Desktop.ini
    type nul > "\\?\a:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\a:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\a:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :b
    md b:\Autorun.inf
    md b:\Comment.htt
    md b:\Desktop.ini
    attrib +h +s b:\Autorun.inf
    attrib +h +s b:\Comment.htt
    attrib +h +s b:\Desktop.ini
    type nul > "\\?\b:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\b:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\b:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :c
    md c:\Autorun.inf
    md c:\Comment.htt
    md c:\Desktop.ini
    attrib +h +s c:\Autorun.inf
    attrib +h +s c:\Comment.htt
    attrib +h +s c:\Desktop.ini
    type nul > "\\?\c:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\c:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\c:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :d
    md d:\Autorun.inf
    md d:\Comment.htt
    md d:\Desktop.ini
    attrib +h +s d:\Autorun.inf
    attrib +h +s d:\Comment.htt
    attrib +h +s d:\Desktop.ini
    type nul > "\\?\d:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\d:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\d:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :e
    md e:\Autorun.inf
    md e:\Comment.htt
    md e:\Desktop.ini
    attrib +h +s e:\Autorun.inf
    attrib +h +s e:\Comment.htt
    attrib +h +s e:\Desktop.ini
    type nul > "\\?\e:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\e:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\e:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :f
    md f:\Autorun.inf
    md f:\Comment.htt
    md f:\Desktop.ini
    attrib +h +s f:\Autorun.inf
    attrib +h +s f:\Comment.htt
    attrib +h +s f:\Desktop.ini
    type nul > "\\?\f:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\f:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\f:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :g
    md g:\Autorun.inf
    md g:\Comment.htt
    md g:\Desktop.ini
    attrib +h +s g:\Autorun.inf
    attrib +h +s g:\Comment.htt
    attrib +h +s g:\Desktop.ini
    type nul > "\\?\g:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\g:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\g:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :h
    md h:\Autorun.inf
    md h:\Comment.htt
    md h:\Desktop.ini
    attrib +h +s h:\Autorun.inf
    attrib +h +s h:\Comment.htt
    attrib +h +s h:\Desktop.ini
    type nul > "\\?\h:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\h:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\h:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :i
    md i:\Autorun.inf
    md i:\Comment.htt
    md i:\Desktop.ini
    attrib +h +s i:\Autorun.inf
    attrib +h +s i:\Comment.htt
    attrib +h +s i:\Desktop.ini
    type nul > "\\?\i:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\i:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\i:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :j
    md j:\Autorun.inf
    md j:\Comment.htt
    md j:\Desktop.ini
    attrib +h +s j:\Autorun.inf
    attrib +h +s j:\Comment.htt
    attrib +h +s j:\Desktop.ini
    type nul > "\\?\j:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\j:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\j:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :k
    md k:\Autorun.inf
    md k:\Comment.htt
    md k:\Desktop.ini
    attrib +h +s k:\Autorun.inf
    attrib +h +s k:\Comment.htt
    attrib +h +s k:\Desktop.ini
    type nul > "\\?\k:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\k:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\k:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :l
    md l:\Autorun.inf
    md l:\Comment.htt
    md l:\Desktop.ini
    attrib +h +s l:\Autorun.inf
    attrib +h +s l:\Comment.htt
    attrib +h +s l:\Desktop.ini
    type nul > "\\?\l:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\l:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\l:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :m
    md m:\Autorun.inf
    md m:\Comment.htt
    md m:\Desktop.ini
    attrib +h +s m:\Autorun.inf
    attrib +h +s m:\Comment.htt
    attrib +h +s m:\Desktop.ini
    type nul > "\\?\m:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\m:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\m:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :n
    md n:\Autorun.inf
    md n:\Comment.htt
    md n:\Desktop.ini
    attrib +h +s n:\Autorun.inf
    attrib +h +s n:\Comment.htt
    attrib +h +s n:\Desktop.ini
    type nul > "\\?\n:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\n:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\n:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :o
    md o:\Autorun.inf
    md o:\Comment.htt
    md o:\Desktop.ini
    attrib +h +s o:\Autorun.inf
    attrib +h +s o:\Comment.htt
    attrib +h +s o:\Desktop.ini
    type nul > "\\?\o:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\o:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\o:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :p
    md p:\Autorun.inf
    md p:\Comment.htt
    md p:\Desktop.ini
    attrib +h +s p:\Autorun.inf
    attrib +h +s p:\Comment.htt
    attrib +h +s p:\Desktop.ini
    type nul > "\\?\p:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\p:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\p:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :q
    md q:\Autorun.inf
    md q:\Comment.htt
    md q:\Desktop.ini
    attrib +h +s q:\Autorun.inf
    attrib +h +s q:\Comment.htt
    attrib +h +s q:\Desktop.ini
    type nul > "\\?\q:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\q:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\q:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :r
    md r:\Autorun.inf
    md r:\Comment.htt
    md r:\Desktop.ini
    attrib +h +s r:\Autorun.inf
    attrib +h +s r:\Comment.htt
    attrib +h +s r:\Desktop.ini
    type nul > "\\?\r:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\r:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\r:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :s
    md s:\Autorun.inf
    md s:\Comment.htt
    md s:\Desktop.ini
    attrib +h +s s:\Autorun.inf
    attrib +h +s s:\Comment.htt
    attrib +h +s s:\Desktop.ini
    type nul > "\\?\s:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\s:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\s:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :t
    md t:\Autorun.inf
    md t:\Comment.htt
    md t:\Desktop.ini
    attrib +h +s t:\Autorun.inf
    attrib +h +s t:\Comment.htt
    attrib +h +s t:\Desktop.ini
    type nul > "\\?\t:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\t:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\t:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :u
    md u:\Autorun.inf
    md u:\Comment.htt
    md u:\Desktop.ini
    attrib +h +s u:\Autorun.inf
    attrib +h +s u:\Comment.htt
    attrib +h +s u:\Desktop.ini
    type nul > "\\?\u:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\u:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\u:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :v
    md v:\Autorun.inf
    md v:\Comment.htt
    md v:\Desktop.ini
    attrib +h +s v:\Autorun.inf
    attrib +h +s v:\Comment.htt
    attrib +h +s v:\Desktop.ini
    type nul > "\\?\v:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\v:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\v:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :w
    md w:\Autorun.inf
    md w:\Comment.htt
    md w:\Desktop.ini
    attrib +h +s w:\Autorun.inf
    attrib +h +s w:\Comment.htt
    attrib +h +s w:\Desktop.ini
    type nul > "\\?\w:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\w:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\w:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :x
    md x:\Autorun.inf
    md x:\Comment.htt
    md x:\Desktop.ini
    attrib +h +s x:\Autorun.inf
    attrib +h +s x:\Comment.htt
    attrib +h +s x:\Desktop.ini
    type nul > "\\?\x:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\x:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\x:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :y
    md y:\Autorun.inf
    md y:\Comment.htt
    md y:\Desktop.ini
    attrib +h +s y:\Autorun.inf
    attrib +h +s y:\Comment.htt
    attrib +h +s y:\Desktop.ini
    type nul > "\\?\y:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\y:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\y:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :z
    md z:\Autorun.inf
    md z:\Comment.htt
    md z:\Desktop.ini
    attrib +h +s z:\Autorun.inf
    attrib +h +s z:\Comment.htt
    attrib +h +s z:\Desktop.ini
    type nul > "\\?\z:\Autorun.inf\lpt3.Anti_Autorun_inf"
    type nul > "\\?\z:\Comment.htt\lpt3.Anti_Comment_htt"
    type nul > "\\?\z:\Desktop.ini\lpt3.Anti_Desktop_ini"
    goto debut

    :2
    echo.
    echo.Programme de suppression du vaccin / Unprotect Software
    echo.
    echo.
    echo.Choose a drive letter and clic Enter
    echo.
    echo.
    echo.Choisir une lettre de lecteur et taper Entree
    echo.
    echo.
    echo.
    echo.A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z,

    set choice=
    set /p choice=Your choice / votre choix?

    if '%choice%'=='a' goto a2
    if '%choice%'=='b' goto b2
    if '%choice%'=='c' goto c2
    if '%choice%'=='d' goto d2
    if '%choice%'=='e' goto e2
    if '%choice%'=='f' goto f2
    if '%choice%'=='g' goto g2
    if '%choice%'=='h' goto h2
    if '%choice%'=='i' goto i2
    if '%choice%'=='j' goto j2
    if '%choice%'=='k' goto k2
    if '%choice%'=='l' goto l2
    if '%choice%'=='m' goto m2
    if '%choice%'=='n' goto n2
    if '%choice%'=='o' goto o2
    if '%choice%'=='p' goto p2
    if '%choice%'=='q' goto q2
    if '%choice%'=='r' goto r2
    if '%choice%'=='s' goto s2
    if '%choice%'=='t' goto t2
    if '%choice%'=='u' goto u2
    if '%choice%'=='v' goto v2
    if '%choice%'=='w' goto w2
    if '%choice%'=='x' goto x2
    if '%choice%'=='y' goto y2
    if '%choice%'=='z' goto z2
    pause

    :a2
    rmdir /s /q a:\Autorun.inf
    rmdir /s /q a:\Comment.htt
    rmdir /s /q a:\Desktop.ini
    goto debut

    :b2
    rmdir /s /q b:\Autorun.inf
    rmdir /s /q b:\Comment.htt
    rmdir /s /q b:\Desktop.ini
    goto debut

    :c2
    rmdir /s /q c:\Autorun.inf
    rmdir /s /q c:\Comment.htt
    rmdir /s /q c:\Desktop.ini
    goto debut

    :d2
    rmdir /s /q d:\Autorun.inf
    rmdir /s /q d:\comment.htt
    rmdir /s /q d:\desktop.ini
    goto debut

    :e2
    rmdir /s /q e:\Autorun.inf
    rmdir /s /q e:\comment.htt
    rmdir /s /q e:\desktop.ini
    goto debut

    :f2
    rmdir /s /q f:\Autorun.inf
    rmdir /s /q f:\Comment.htt
    rmdir /s /q f:\Desktop.ini
    goto debut

    :g2
    rmdir /s /q g:\Autorun.inf
    rmdir /s /q g:\comment.htt
    rmdir /s /q g:\desktop.ini
    goto debut

    :h2
    rmdir /s /q h:\Autorun.inf
    rmdir /s /q h:\comment.htt
    rmdir /s /q h:\desktop.ini
    goto debut

    :i2
    rmdir /s /q i:\Autorun.inf
    rmdir /s /q i:\Comment.htt
    rmdir /s /q i:\Desktop.ini
    goto debut

    :j2
    rmdir /s /q j:\Autorun.inf
    rmdir /s /q j:\comment.htt
    rmdir /s /q j:\desktop.ini
    goto debut

    :k2
    rmdir /s /q k:\Autorun.inf
    rmdir /s /q k:\Comment.htt
    rmdir /s /q k:\Desktop.ini
    goto debut

    :l2
    rmdir /s /q l:\Autorun.inf
    rmdir /s /q l:\Comment.htt
    rmdir /s /q l:\Desktop.ini
    goto debut

    :m2
    rmdir /s /q m:\Autorun.inf
    rmdir /s /q m:\Comment.htt
    rmdir /s /q m:\Desktop.ini
    goto debut

    :n2
    rmdir /s /q n:\Autorun.inf
    rmdir /s /q n:\Comment.htt
    rmdir /s /q n:\Desktop.ini
    goto debut

    :o2
    rmdir /s /q o:\Autorun.inf
    rmdir /s /q o:\Comment.htt
    rmdir /s /q o:\Desktop.ini
    goto debut

    :p2
    rmdir /s /q p:\Autorun.inf
    rmdir /s /q p:\Comment.htt
    rmdir /s /q p:\Desktop.ini
    goto debut

    :q2
    rmdir /s /q q:\Autorun.inf
    rmdir /s /q q:\Comment.htt
    rmdir /s /q q:\Desktop.ini
    goto debut

    :r2
    rmdir /s /q r:\Autorun.inf
    rmdir /s /q r:\Comment.htt
    rmdir /s /q r:\Desktop.ini
    goto debut

    :s2
    rmdir /s /q s:\Autorun.inf
    rmdir /s /q s:\Comment.htt
    rmdir /s /q s:\Desktop.ini
    goto debut

    :t2
    rmdir /s /q t:\Autorun.inf
    rmdir /s /q t:\Comment.htt
    rmdir /s /q t:\Desktop.ini
    goto debut

    :u2
    rmdir /s /q u:\Autorun.inf
    rmdir /s /q u:\Comment.htt
    rmdir /s /q u:\Desktop.ini
    goto debut

    :v2
    rmdir /s /q v:\Autorun.inf
    rmdir /s /q v:\Comment.htt
    rmdir /s /q v:\Desktop.ini
    goto debut

    :w2
    rmdir /s /q w:\Autorun.inf
    rmdir /s /q w:\Comment.htt
    rmdir /s /q w:\Desktop.ini
    goto debut

    :x2
    rmdir /s /q x:\Autorun.inf
    rmdir /s /q x:\Comment.htt
    rmdir /s /q x:\Desktop.ini
    goto debut

    :y2
    rmdir /s /q y:\Autorun.inf
    rmdir /s /q y:\Comment.htt
    rmdir /s /q y:\Desktop.ini
    goto debut

    :z2
    rmdir /s /q z:\Autorun.inf
    rmdir /s /q z:\Comment.htt
    rmdir /s /q z:\Desktop.ini
    goto debut
    0
  3. fabul Messages postés 42188 Date d'inscription   Statut Modérateur Dernière intervention   6 071
     
    Je l'ai retravaillé,télécharge le fichier USB Attack Prevention Tool.txt avec clic droit/Enregistrer la cible du lien sous...

    Et renomme le fichier USB Attack Prevention Tool.bat

    http://www.cijoint.fr/cjlink.php?file=cj201003/cijtjuWwVL.txt
    0