Showing posts with label IMG001.EXE REMOVER. Show all posts
Showing posts with label IMG001.EXE REMOVER. Show all posts

Friday, December 11, 2015

IMG001.EXE HOW TO REMOVE?

Best way to remove IMG001 permanently use STINGER offline antivirus to remove virus completely or use below batch file.


Recently i have met with virus IMG001.exe, it spread to all my computer. in my share folder and from there to all my network. to remove this virus. i create this command to terminate this virus.

1. Use command and create batch file.
2. Remove unknown entry from ms config
3. Remove virus from start-up.
4. Create Task Scheduler to run batch file every 15m.


@echo off

ERASE /f /s C:\IMG001.exe

ERASE /f /s C:\IMG002.exe

ERASE /f /s C:\Windows\pss\IMG001.exe.CommonStartup

ERASE /f /s C:\Windows\pss\IMG002.exe.CommonStartup

ERASE /f /s C:\Windows\pss\IMG001.exe.Startup

ERASE /f /s C:\Windows\pss\IMG002.exe.Startup

ERASE /f /s C:\Windows\pss\Run.Ink.Startup

ERASE /f /s D:\IMG001.exe

ERASE /f /s D:\IMG002.exe

ERASE /f /s E:\IMG001.exe

ERASE /f /s E:\IMG002.exe

ERASE /f /s F:\IMG001.exe

ERASE /f /s F:\IMG002.exe

ERASE /f /s G:\IMG001.exe

ERASE /f /s G:\IMG002.exe

ERASE /f /s H:\IMG001.exe

ERASE /f /s H:\IMG002.exe