Can you enable Windows Update, or visit the site and download and install new updates, or are you being prevented from doing that?
Can you updated your AVG? If it's a paid version, and the subscription is expired, it won't update any longer. If you like, I can give you some free choices. AVG has a free version....as does Avira and Avast
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\Owner\Application Data\installer_en[1].exe"
"C:\Documents and Settings\Owner\Desktop\SDFix\backups\backups.zip"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
for %%g in (
%systemdrive%\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.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