2
When using the Run application from Windows desktop, what command would one use to close all instances of IE?
I know you can open IE by typing "iexplore.exe" but I need a way to close IE as well. Thanks!
2
When using the Run application from Windows desktop, what command would one use to close all instances of IE?
I know you can open IE by typing "iexplore.exe" but I need a way to close IE as well. Thanks!
6
You can use taskkill
taskkill /f /im iexplore.exe