This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Description
Hello,
Whilst it looks not obvious, and might be rarely the case, but when the result of Process.Start is false that does not mean that the process failed to start. Docs says:
Returns
Boolean
true if a process resource is started; false if no new process resource is started (for example, if an existing process is reused).