How to view threads in task manager and end threads

Method 1:
1. Use tasklist to view the process, mainly to view the PID of the process
2. Use ntsd -cq -p PID to close the process, and change the last PID to the ID of the process you want to terminate

Method 2:
taskkill /f /t /im The name of the program you want to end For
example : taskkill /f /t /im QQ.exe
Note: there are spaces in between

Method 3:
tskill can kill the process, the
syntax is very simple: tskill program name!

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327043062&siteId=291194637