cara menghapus virus autorun.inf
ada dua macam virus autorun.inf :
- file
- folder(bkan virus.. folder protection... tapi gampang kena infeksi)
buka start>run>cmd>ok
ketik kode berikut
attrib -a -s -r -h e:\autorun.inf
klo uda klik enter, setelah itu ketik kode berikut
del e:\autorun.inf ok dech
ket :
1. attrib (atribut)
2. -a (archive) -s(system) -r(read only) -h(hidden)
3. e itu untuk drive kmu klo drive kmu e:\
yang folder...
yang folder biasanya dibuat oleh antivirus smadav
("kok malah antivirus yang membuat virus??" jawabannya, "bukan.. tujuannya hanya untuk melindungi data dari virus, tapi kelemahannya gampang terkena infeksi.")
cara hapus bisa lewat smadav and command prompt(cmd)
buka start>run>cmd>ok
ketik kode brikut
rd /s /q e:\autorun.inf\con\aux\ sudah itu enter and klik lagi
rd /s /q e:\autorun.inf\con\ sudah itu enter and klik lagi
rd /s /q e:\autorun.inf\ sudah dihapus dech....
ket:
1. e untuk drive kmu
2. rd (remove directory<menghapus folder>)
3. /s (Delete all files and subfolders in addition to the folder itself. Use this to remove an entire folder tree<menghapus folder dan segala isi yang ada di dalamnya>)
4. /q (Quiet - do not display Y/N confirmation<supaya tidak keluar pertanyaan Y/N yes/not>)
Tambahan:
semoga bisa bantu...
0 comments:
Post a Comment