With batch files you can use taskkill /F /IM chrome.exe /T
In my automations I make sure that I close the browser ~every hour or so. That avoids all kinds of browser memory issues.
With batch files you can use taskkill /F /IM chrome.exe /T
In my automations I make sure that I close the browser ~every hour or so. That avoids all kinds of browser memory issues.