Autostart and keep your installation running on windows
Autostart and restart
Copy below text to .bat or .cmd file in example start.bat
:begin
start /WAIT emptyExample.exe
timeout /T 10
Goto begin
Handeling a crash without user interaction
Use the following registry adjustment to avoid having this crash dialog message
Copy the below text to a .reg file and double click it to import in to the registery.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
"ForceQueue"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\Consent]
"DefaultConsent"=dword:00000001
Download the files