Open Command Prompt:
taskkill /f /pid 000
000 – it’s pid number of process ( You can see it when type tasklist );
Windows: how to kill (terminate) task/process
Leave a reply
Open Command Prompt:
taskkill /f /pid 000
000 – it’s pid number of process ( You can see it when type tasklist );