Hi,
Open notepad.
Copy and paste the text inside the Code Box below into Notepad
Choose File > Save As and under "Save as type", choose "
All Files".
Type
clean.bat in the File name and save it to your desktop.
Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"
for %%g in (
"c:\docume~1\hassan~1\startm~1\programs\startup\adobeg~1.lnk"
"c:\windows\ime\svchost.exe"
) do (
del /a/f/q %%g
if exist %%g echo.%%g >>"%temp%\log.txt"
)>nul 2>&1
del /a/f/q "C:\Documents and Settings\All Users\Application Data\Avg8\update\download\*.ctf"
if exist "%temp%\log.txt" (start notepad "%temp%\log.txt"
) else echo.Deleted Successfully!
echo.
pause
del %0
Locate clean.bat on your Desktop and double-click on it. Tell me what it says.
also, let me know if it fixes your AVG issue.
__________________
UNITE and ASAP since 2006

If we have helped you, please consider
donating.
The past won't be able to hurt you unless you keep on looking back at it.