Happy New Year to you as well!
Next steps....
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:\Documents and Settings\Snow Valley\Local Settings\Temp\37312.exe"
"C:\Documents and Settings\Snow Valley\Local Settings\Temp\38343.exe"
"C:\Documents and Settings\Snow Valley\Local Settings\Temporary Internet Files\Content.IE5\3ZU9NHSX\install437[1].exe"
"C:\Documents and Settings\Snow Valley\Local Settings\Temporary Internet Files\Content.IE5\ULVMCUAF\SmitfraudFix[1].exe"
"C:\WINDOWS\Downloaded Program Files\popcaploader.dll"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
for %%g in (
%systemdrive%\Deckard
"C:\Documents and Settings\Snow Valley\Desktop\SmitfraudFix"
) 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