Usually computer is attacked by viruses. My computer also faces at least one virus every day. Many times those viruses disable “Task manager”or some antivirus disable it. So if you want to stop a running task you have to open the task manager. But it was disabled by viruses. Upsssss… :( :(
Here I'm going to show you how to stop a running file with the help of Command Prompt. No need of Task manager.
Step-1 : Start “ cmd.exe "
Step-2 : Write “ tasklist ”(without quote) and press “Enter “
Then you will see the list of running files. like below-
Now suppose you want to stop “cmd.exe”
Step-3 : So write “ tskill cmd “ (without ” ”)
Cmd .exe will be closed.
Here I'm going to show you how to stop a running file with the help of Command Prompt. No need of Task manager.
Step-1 : Start “ cmd.exe "
Step-2 : Write “ tasklist ”(without quote) and press “Enter “
Then you will see the list of running files. like below-
Step-3 : So write “ tskill cmd “ (without ” ”)
Cmd .exe will be closed.
Post a Comment