How To Remove iph.exe?

Posted: 2nd December 2011 by prajwal123 in Tips & Trick
Tags:
Comments Off

If you are having problem with iph.exe then don’t worry, It not a major virus. Its just a simple malware program that does nothing then duplicate itself in the flash drives you plugin into your computer. But the major problem that you face while you become its victim is that, when you open Command Prompt (DOS) program, the countdown starts saying that your computer will shutdown in 50 mins or like that. You can abort this by just typing “shutdown -a” in the Run(Ctrl+R) for this time.

If you haven’t still identified what the virus is then, here is its basic characterstics..

1.Its kinda virus, so you ll always find it in your pendrive or any portable USB devices that you plugin.
2.You can’t just safely remove your USB drive from the status bar’s option, so you have to eject it manually.
3.Your computer behaves like an alien and gets Hang all the time even when you are working with small programs like notepad.
4.Everytime you open Command Prompt, you will see a popup saying that your computer will shutdown in 50 mins or like that.
Whats the solution?

The solution is simple. First of all, open your notepad and type the following..

@echo off
shutdown -a
taskkill /f /im iph.exe
del “%systemroot%\iph.exe” /f /q /s /a h r s a
del “%systemroot%\system.exe” /f /q /s /a h r s a
Now save this with .bat extension like iph-killer.bat . now double click it and you and your computer is SAFE.

Comments are closed.