diff options
Diffstat (limited to 'src/zencompute/runners/windowsrunner.cpp')
| -rw-r--r-- | src/zencompute/runners/windowsrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencompute/runners/windowsrunner.cpp b/src/zencompute/runners/windowsrunner.cpp index e9a1ae8b6..cd4b646e9 100644 --- a/src/zencompute/runners/windowsrunner.cpp +++ b/src/zencompute/runners/windowsrunner.cpp @@ -172,7 +172,7 @@ WindowsProcessRunner::SubmitAction(Ref<RunnerAction> Action) LPSECURITY_ATTRIBUTES lpProcessAttributes = nullptr; LPSECURITY_ATTRIBUTES lpThreadAttributes = nullptr; BOOL bInheritHandles = FALSE; - DWORD dwCreationFlags = 0; + DWORD dwCreationFlags = DETACHED_PROCESS; ZEN_DEBUG("Executing: {} (sandboxed={})", WideToUtf8(CommandLine.c_str()), m_Sandboxed); |