Taskkill cmmand code example
Example 1: taskkill in cmd
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t
Example 2: taskkill cmd
taskkill /f /im Process_name.exe
taskkill /f /im notepad.exe /t
taskkill /f /im chrome.exe /t
taskkill /f /im Process_name.exe