1

how can I make it so that instead of this

enter image description here

(when I bring the task manager on windows), be something more useful like

  • "Process A"
  • "Process B"
  • ...

All of these processes are summoned using subprocess.Popen in python 2.7.

Arturo
  • 171
  • 1
  • 17
  • seems to be related to [this question](https://superuser.com/questions/427642/is-it-possible-to-set-the-process-name-with-pythonw). but i'm not sure, can someone clarify? – Arturo Sep 05 '18 at 22:56
  • 2
    [This post](https://stackoverflow.com/questions/38420116/make-python-process-name-more-explicit) appears to have a working solution. – John Stark Sep 05 '18 at 23:33
  • 1
    Possible duplicate of [Make python process name more explicit](https://stackoverflow.com/questions/38420116/make-python-process-name-more-explicit) – tripleee Sep 06 '18 at 05:23

0 Answers0