Windows – Close all Internet Explorer instances from the command line

command linewindows xp

Can I close or kill all running Internet Explorer instances on Windows XP SP3 from the command line?

Best Answer

C:\>taskkill /f /im iexplore.exe

you can make a bat file killie.bat with that line in it. or just run that command above.