This is a simple batch file. It's used prevent the computer from getting the pendrive virus. It's a prevention method; not a disinfection method.
But disinfect your pen drive alone.
First the virus is disinfected, then opening the pen drive using explorer. It's always good idea to open the content after deleting the virus.
00 k: [pen drive mount point]
01 attrib -s -h -r *
02 attrib -s -h -r /S /D *exe
03 del *inf
04 del new*exe
05 del reg*exe
06 del *ill*vbs
07 explorer k:\ [pen drive mount point]
in line 01 you are making the virus attribute to delete.
then deleting malwares using some wild cards, etc.,
make it as a batch file and use it to access the pen drive.
As a hacker one should capable of removing the virus manually. Not using the Anti Virus tools.
Do you think it's easy to delete the virus just by delete key. Even you deleted it SOME VIRUS MAY NOT DELETE. Some virus are WRITE PROTECTED.
so use this given below commands
K:\New Folder>attrib -s -h -r /S /D *exe
K:\New Folder>DEL /S *exe
Deleted file - K:\New Folder\new.exe
Deleted file - K:\New Folder\New Folder\new.exe
use wildcards and flas the extract the virus file.
Save the "any.exe" [normal your file] as "any" without extension. when using copy system where you need and change extension by just renaming.
use effective and simple way people. This also erases the "write-protected" virus.
1 comment:
hiii.. Frnd..
I w'll try this.. But can u explain me these commands in simple language... nd plz tell me wht r u doing in ur lyf?....
Post a Comment