Open
NOTEPAD.exe and copy/paste the text in the quotebox below into it:
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"
for %%g in (
"C:\Program Files\ESET\infected\OWLXV0AA.NQF"
"C:\Program Files\ESET\infected\4MQTLJCA.NQF"
"C:\Program Files\ESET\infected\OYBMXCBA.NQF"
"C:\Program Files\ESET\infected\QC4PPODA.NQF"
"C:\Program Files\ESET\infected\HK0QB2DA.NQF"
"C:\Program Files\ESET\infected\0URJTDAA.NQF"
"C:\Program Files\ESET\infected\ZMDGP0CA.NQF"
"C:\Program Files\ESET\infected\4UISZ0DA.NQF"
"C:\Program Files\ESET\infected\BZVONTDA.NQF"
"C:\Program Files\ESET\infected\OSE4ACAA.NQF"
"C:\Program Files\ESET\infected\WNPQNWCA.NQF"
"C:\Program Files\ESET\infected\C5D40MDA.NQF"
"C:\Program Files\ESET\infected\HBDLZ0AA.NQF"
"C:\Program Files\ESET\infected\YJU2I5DA.NQF"
"C:\Program Files\ESET\infected\Q5VFK5DA.NQF"
"D:\stari\My Documents\My Webs\harky\images\ClickMe.zip"
"C:\Dounload\webmailhack\Setup.exe"
) do (
del /a/f/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
for %%g in (
"C:\Program Files\FlashGet\SmitfraudFix"
"C:\Downloads\SmitfraudFix"
"%systemdrive%\VundoFix Backups"
%systemdrive%\Deckard
%systemdrive%\Qoobox
) do (
rd /s/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!
nircmd wait 7000
del %0
Save this as
fix.bat Choose to "Save type as - All Files"
It should look like this:

Double click on fix.bat & allow it to run
Post back to tell me what it says
__________________
Question - what have you done for the community today?