How can I autorestart after crash (skip crash window)

Hello,

I have an interactive installation running on UE. Sometimes it does crash (due to OSVR plugin) and I would like
to autorestart it. The most obvious way is just to put my project in a .bat file inside an infinite loop. However when
engine crashes, there is this death message with callstack and Unreal contact information, which waits for user to
click on buttons (report or quit). Is there a way to DISABLE that message, so that it crashes and goes back to
command prompt directly ?

Thanks
M