View Single Post
Old 12-01-2007, 03:00 PM   #22 (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,559
OS: 2000 Pro; XP Pro; XP Home


Re: MALWARE causes random windows

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

for %%g in (

"C:\Documents and Settings\All Users\Application Data\SecTaskMan\akxaxxqg.dll.q_8044C41_q"
"C:\Documents and Settings\All Users\Application Data\SecTaskMan\igw.exe.q_2CFA931_q"
"C:\Documents and Settings\All Users\Application Data\SecTaskMan\lkvakqtf.dll.q_8043A42_q"
"C:\Documents and Settings\All Users\Application Data\SecTaskMan\trhwswxe.exe.q_8041641_q"
"C:\Documents and Settings\Owner\Application Data\Sun\Java\Deployment\cache\6.0\22\10453ed6-4ac1f8be"
"C:\Documents and Settings\Owner\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-3ad601a5-2063f8ce.zip"
"C:\Program Files\Mozilla Firefox\plugins\NPMyWebS.dll"
"C:\Program Files\MSN Messenger\riched20.dll"
"C:\WINDOWS\system32\vrbqqiaw(2).dll"

) 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 !!
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. Also let me know how your system is behaving.
__________________
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