taskkill command windows 10 code example
Example 1: taskkill in cmd
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t
Example 2: script to kill a process in windows
taskkill /PID 1234
Example 3: taskkill cmd
taskkill /f /im Process_name.exe
Example 4: kill process in win by pid
kill task by pid