Quote:
|
Am i doing something wrong?
|
On the contrary, you're doing great
Kaspersky found some leftovers for you to delete again
Open
NOTEPAD.exe 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:\WINDOWS\system32\GroupPolicyManifest\2.crack.zip"
"C:\WINDOWS\system32\GroupPolicyManifest\3.video.zip"
"C:\WINDOWS\system32\GroupPolicyManifest\4.setup.zip"
"C:\WINDOWS\system32\GroupPolicyManifest\5.unpack.zip"
) do (
del /a/f/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 !!
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