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\Jeff\Local Settings\Temporary Internet Files\Content.IE5\3YNUK4ZH\stats[1].htm"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-3ad601a5-78060736.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-51fad18-50b7e850.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-5286af48-45b91d64.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-54e206d6-11e539a7.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-5efd1945-7f23c09f.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-6b13a7e7-564bac3b.zip"
"C:\Documents and Settings\Masta\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-6d3811e3-2a44f9cc.zip"
"C:\Documents and Settings\Masta\Desktop\LWmusic\ants go marching by - greatest hits.wma"
"C:\Documents and Settings\Masta\Desktop\LWmusic\on a neck, on a spit.mp3"
"C:\WINDOWS\system32\config\systemprofile\Local Settings\Temporary Internet Files\Content.IE5\O92N4DQN\AV2010Installer[1].exe"
) do (
del /a/f/q %%g >nul 2>&1
if exist %%g echo.%%~g>>"%temp%\log.txt"
)
for %%g in (
"%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. Also update us on the state of the machine