Hey!
Something has corrupted your CTF files and the following should remove them so new copies can be downloaded. You must be logged into the system as a computer administrator when you create and run the following file. Using NOTEPAD create a file named ResetCTF.cmd and copy/paste the following two lines in it... Then save the file to a location of your choice.
Code:
FOR /F "tokens=2*" %%a IN ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\AVG\Avg8" /v "AvgAllUsersDir"') DO (SET avgdatapath=%%~fb)
del "%avgdatapath%\update\download\*.ctf"
Bookmarks