While working with the windows system and if the system performance is too slow due to some open programs (for example: chrome.exe) then use the below command in the terminal to kill the task which may helpful in bringing back the system performance to normal
taskkill /F /IM "chrome.exe" /T
Then all the open chrome.exe tasks will got terminated




