Configures whether shell execution should be used for the process.
public IProcessConfigurationBuilder UseShellExecution(bool useShellExecution)
True to use shell execution, false otherwise.
Using Shell Execution whilst also Redirecting Standard Input will throw an Exception. This is a known issue with the System Process class.