View Single Post
Old 10-03-2007, 09:03 PM   #6 (permalink)
sUBs
Asst Manager Security, Expert Analyst, Moderator, Security Team; Rangemaster, Moderator, TSF Academy
 
sUBs's Avatar
 
Join Date: May 2005
Posts: 24,497
OS: N/A


Re: Think I'm all clean now. Would like to double check, posting latest Hijackthis l

Make sure messenger isn't running when you do this.

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:\Documents and Settings\Bruce Mackenzie\Shared\Eighties classic (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Rare Recording (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Top of Charts - 2004 (virgins).wma"
"C:\Documents and Settings\Bruce Mackenzie\Shared\Wicked Remix (virgins).wma"
"C:\Program Files\MSN Messenger\msimg32.dll"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)

for %%g in (
"%systemdrive%\VundoFix Backups"
%systemdrive%\Deckard
"C:\Program Files\Trend Micro\HijackThis\backups"
"C:\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?
sUBs is offline