Open
Description
As of this writing, https://learn.microsoft.com/en-US/dotnet/api/system.diagnostics.processstartinfo.useshellexecute is missing the following information:
-
On Unix-like platforms, setting
UseShellExecute
totrue
requires external helper utilities to function:
Generally, setting UseShellExecute
to true
is a GUI shell operation, and therefore makes no sense on terminal-only/headless systems.