Quote:
|
P.S. In "Add/Remove Programs" I have a program called "otto" which shows no disc space occupied. Ever heard of it?
|
If it's not something you knowingly installed, I see no reason to keep it. Please get rid of it
--------
Log looks reasonably clean. Just some minor leftovers to take care of.
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\All Users\Application Data\Symantec\Norton AntiVirus\Quarantine\63DF254E.htm"
"C:\WINDOWS\system32\fleereia.exe"
) do (
del /a/f/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