Run the following command from terminal
taskkill /F /IM chrome.exe
Same command can be used to close other processes.
Just replace chrome.exe with the process name and include extension as well.
Run the following command from terminal
taskkill /F /IM chrome.exe
Same command can be used to close other processes.
Just replace chrome.exe with the process name and include extension as well.