You can't specify a process id when you start a process - it is assigned by the system, not your app.
But when you start an EXE running from within your application, you do so using the Process class. And the Process class gives you the Process Id of the running application via the
Id Property[
^]