View Single Post
Old 01-24-2008, 03:33 PM   #10 (permalink)
tetonbob
Manager, Security Center, TSF Academy; Analyst, Security Team
 
tetonbob's Avatar
 
Join Date: Jan 2005
Location: Transylvania County, North Carolina, USA
Posts: 35,795
OS: 2000 Pro; XP Pro; XP Home


Re: Need help - posting log file

Use of cracks and keygens is frequently the cause of infection. Often, they come with viruses, or are viruses themselves. Better to get the software from the creator's website.

Please use Symantec's guide to remove the Norton Quarantine files.

Or, delete the contents of this folder, but not the folder itself:

C:\Documents and Settings\All Users\Application Data\Symantec\Norton AntiVirus\Quarantine

Next..............

Open NOTEPAD.exe and copy/paste the text in the codebox below into it:
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (

"C:\Program Files\eMule\Incoming\BlackMagic v2.82 Home Edition serial keygen.zip"
"C:\Program Files\eMule\Incoming\Craft Management Software v2.1 serial keygen.zip"
"C:\Program Files\eMule\Incoming\Flash FXP serial keygen.zip"
"C:\WINDOWS\TMP\win4559.tmp.exe"
"C:\WINDOWS\TMP\win455D.tmp"
"C:\WINDOWS\TMP\win7B64.tmp.exe"

) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)

for %%g in (

%systemdrive%\Deckard

) 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 !!

pause
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
__________________
Practice Safe Surfing
Because what you don't know, CAN hurt you.
Proud Member of ASAP since 2005
Proud Member of UNITE since 2006

Microsoft MVP - Consumer Security 2009
tetonbob is offline