process = await Process.start(executable, arguments,
workingDirectory: workingDirectory,
environment: shellEnvironment,
includeParentEnvironment: false,
runInShell: runInShell);
The above code, set includeParentEnvironment: false, in some machines will clog the application process, is not available