Friday, July 3, 2009

Creating a batch file to remove iph.exe

Create a batch file with following commands and run it .. the iph.exe wont bother you no more =]


@echo off
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

No comments: