Can I close or kill all running Internet Explorer instances on Windows XP SP3 from the command line?
|
feedback
|
|
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. | |||||||||||||
feedback
|