taskkill from pid code example
Example 1: taskkill in cmd
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t
Example 2: kill process in win by pid
kill task by pid
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t
kill task by pid