View Single Post
Old 07-07-2007, 12:48 AM   #6 (permalink)
sUBs
Asst Manager Security, Expert Analyst, Moderator, Security Team; Rangemaster, Moderator, TSF Academy
 
sUBs's Avatar
 
Join Date: May 2005
Posts: 24,322
OS: N/A


Re: Avast pop-ups "There are too many identical e-mails in appointed time"

Quote:
I can't find SpyHunter on my PC, nor do I remember installing it. Can you tell me where you saw it?
Please tell me what's in this folder ---> C:\Program Files\Enigma Software Group


-----------


Open notepad 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\Admin\Application Data\Sun\Java\Deployment\cache\6.0\16\5e752950-384d1d99"
) do (
del /a/f %%g >nul 2>&1
if exist %%g echo.%%g>>"%temp%\log.txt"
)

for %%g in (
"C:\VundoFix Backups"
"F:\Installations\AntiVirus\New Folder\backups"
C:\Qoobox
) 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.Delete Successfully !!
nircmd wait 7000
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
__________________

Question - what have you done for the community today?
sUBs is offline