Iph.exe is a malware generally loaded via a pendrive
Symptoms
- computer automatically runs iph.exe when u plugin a pendrive
- u cannot safely remove your usb devices
- computer hangs when minimal programs are running
- an auto shutdown msg appears when u execute command prompt
dont panic dudes, here is the solutions for it
- open a notepad and copy/paste these codes into it
===================================================
Symptoms
- computer automatically runs iph.exe when u plugin a pendrive
- u cannot safely remove your usb devices
- computer hangs when minimal programs are running
- an auto shutdown msg appears when u execute command prompt
dont panic dudes, here is the solutions for it
- open a notepad and copy/paste these codes into it
===================================================
@echo off- save the file with a filename and extension as .bat for e.g. iphkiller.bat
cd\
taskkill /f /im iph.exe
attrib -s -h -r %systemroot%\iph.exe
attrib -s -h -r %systemroot%\system.bat
del %systemroot%\iph.exe
del %systemroot%\system.bat
shutdown -a
- now open up ur computer in safe mode and double click on the file u created
tada .. now u have saved your computer
Note: you have to execute the batch file in safe mode otherwise it wont work
to goto safe mode , press F8 during the booting process
