View Single Post
Old 11-09-2008, 07:44 PM   #10 (permalink)
chemist
Moderator, Analyst, Security Team; Rangemaster, TSF Academy
 
Join Date: Oct 2007
Location: Georgia
Posts: 10,286
OS: XP SP3


Re: Being blocked from antivirus sites

Please do the following:

Go Start > Run and copy/paste the following into the Run box and click OK:

sc stop gmer

Go Start > Run and copy/paste the following into the Run box and click OK:

sc delete gmer

------------------------------------------------------

Open Notepad and copy/paste the entire contents of the codebox below into Notepad:

Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (

"C:\WINDOWS\gmer.dll"
"C:\WINDOWS\gmer.exe"
"C:\WINDOWS\gmer.ini"
"C:\WINDOWS\gmer.txt"
"C:\WINDOWS\gmer_uninstall.cmd"
"C:\WINDOWS\System32\DRIVERS\gmer.sys"

) do (
del /a/f %%g >nul 2>and1
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 Notepad file as fix.bat and choose to Save as type: - All Files then close the Notepad file.
It should look like this:

Double-click on fix.bat to run it.

Tell me what it says in your next reply. Press any key to continue.

------------------------------------------------------
__________________
Our help is free but please donate

Proud member of ASAP
Proud member of UNITE
chemist is offline