How can i safely close google chrome via C#? I can kill chrome process, but in this case Google Chrome will report appcrash on next run.
You could try to determine the window handle(s) using the Process class and send a WM_CLOSE message to the window.
Process
WM_CLOSE