Pascal: change TProcess description?

105 views Asked by At

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.

0

There are 0 answers