if some fail asshat posts a rickroll link with annoying pop-up boxes, or you want to get rid of a task that isn't responding, use the taskkill command.
for example, to force close IE you would type this is the run line:
taskkill /im iexplore.exe /f
just put in the name of the process you want to kill in place of the iexplore.exe.
this command has several advantages over using the ctl+alt+del task manager. it will forcefully kill an unresponsive process, no matter what state the process is currently in, and it will close ALL processes with that name at the same time. (for example: if you have 20 internet explorer windows open, all of them will close with just this one command.)
for example, to force close IE you would type this is the run line:
taskkill /im iexplore.exe /f
just put in the name of the process you want to kill in place of the iexplore.exe.
this command has several advantages over using the ctl+alt+del task manager. it will forcefully kill an unresponsive process, no matter what state the process is currently in, and it will close ALL processes with that name at the same time. (for example: if you have 20 internet explorer windows open, all of them will close with just this one command.)
Last edited by steelie34 (2008-03-04 17:51:38)