How can I disable the dialog box that comes up when a Unity executable crashes?

I need to restart servers automatically when they crash, but this dialog box keeps the application from closing fully.

I need to disable it. There surely is an option for this?

I’m using Unity 2017.4.25f1.

You can use this in the game’s logic when you need to force a quit: Unity - Scripting API: Application.Quit