CREATE_DEFAULT_ERROR_MODE

const win32process.CREATE_DEFAULT_ERROR_MODE;

The new process does not inherit the error mode of the calling process. Instead, CreateProcess gives the new process the current default error mode. An application sets the current default error mode by calling SetErrorMode. This flag is particularly useful for multi-threaded shell applications that run with hard errors disabled.