Is there a way to change the process description (Shown in the Task Manager > Processes (Depends on OS) > Description)? If I create a TProcess, using
Process1:=TProcess.Create(NIL);
then the description will most likely be the same as the executable's name.