Open
notepad 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\Geoff\Desktop\dads\freeripmp3.exe"
"C:\Documents and Settings\Geoff\Desktop\dads\Setup.exe"
"C:\Documents and Settings\Geoff\Desktop\Peter\My Documents\My Completed Downloads\CursorManiaSetup2.2.60.11-2.exe'
"C:\Documents and Settings\Geoff\Desktop\Peter\My Documents\My Completed Downloads\setup.exe'
"C:\Documents and Settings\Geoff\My Documents\Downloaded Program Updates\BSINSTALL.exe"
"C:\Documents and Settings\Geoff\My Documents\My Completed Downloads\iMeshV7int.exe"
"C:\Documents and Settings\Geoff\My Documents\My Completed Downloads\spamblockerutility.exe'
"C:\Documents and Settings\Geoff\My Documents\My Completed Downloads\tetris_extreme.exe"
"C:\Documents and Settings\Georgia\Local Settings\Temp\VVSNInst.exe"
"C:\Documents and Settings\Peter\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\omfg.class-275eaf6f-1e9c7469.class"
"C:\Documents and Settings\Peter\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\omfg.class-484623a-57328699.class"
"C:\Documents and Settings\Peter\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\omfg.class-52d8b673-6f6c0f04.class"
"C:\Documents and Settings\Peter\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\omfg.class-5a8a5bd2-2f9b911b.class"
C:\WINDOWS\system32\mi1.exe
C:\WINDOWS\system32\mi2.exe
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
for %%g in (
"C:\Documents and Settings\All Users\Application Data\Spybot - Search & Destroy\Recovery"
C:\Qoobox
C:\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.Delete Successfully !!
nircmd wait 4000
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?