How to change the process name of a program in C \ C ++ (Windows Lib)

0

I am creating a utility program for windows but I can not change the name that appears in the task manager, I have already tried SetConsoleTitle("atwconnect"); but changed only the window name but not the process name of the task manager.

Does anyone know how to rename the process and add a description of the program in the process too?

    
asked by anonymous 03.05.2018 / 08:51

0 answers