Follow the instruction to remove a trojan and make a drive protection. This will remove the autorun.inf from executing in your system.
follow this instruction :
follow this instruction :
- Click Start -> Run.
- Type notepad and press Enter.
- Copy all the text below into Notepad.
@echo off
set drv=c:\
attrib -A -H -S -R %drv%\autorun.inf
del \\.\%drv%\autorun.inf\"lpt3.This folder was created by Flash_Disinfector"
rd %drv%\autorun.inf
- Save this as remove_fd.bat to your Desktop (remember to select Save as file type: All files in Notepad).
- Double Click remove_fd.bat and wait for the dos window to close and file.txt will appear on the desktop.
- Repeat previous steps to all drives, make replacing c with the appropriate drive letter.
This is a program designed and developed by sUBs (author of combofix) to clean autorun.inf Trojans that are executing on the system.
No comments:
Post a Comment