I need to figure out how to terminate a specific process running on my local machine using JavaScript from a web browser. The process I want to stop is called analytics.exe and it’s a custom application I created. I’ve been searching for ways to execute system commands or batch scripts from a web page that can interact with local processes, but I’m not sure what the best approach would be. Is there a way to run local batch files or system commands through JavaScript in the browser? I understand there might be security limitations, but since this is for my own local development environment, I’m looking for any viable solutions or workarounds that could help me achieve this functionality.