Hi,
It looks good. Just one item flagged by Kaspersky.
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\drivers\setup\downloader\files\pwtemp2.exe"
) 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 !!
pause
del %0
Save this as
fix.bat Choose "All files" for the "Save type as"
It should look like this:
Double click on fix.bat & allow it to run. It should tell you that the file is deleted successfully.
How is the computer running now?