Open
Description
Process.WindowStyle for UseShellExecute = false
was enabled on dotnet/runtime#81681. We need to update the docs accordingly.
https://learn.microsoft.com/dotnet/api/system.diagnostics.processwindowstyle
To use Hidden, the UseShellExecute property must be true.