Feb 1, 2013 at 4:15pm Feb 1, 2013 at 4:15pm UTC
I THINK that I did this once, but I can't remember how, however I found only some VB examples, not c++
I want to change the process name that shows in the task manager under processes tab, for example PKL.exe to testpkl.exe
is this possible?
plain win32 api
edit: also how can I change description in the processes tab?
Last edited on Feb 1, 2013 at 4:18pm Feb 1, 2013 at 4:18pm UTC
Feb 1, 2013 at 7:33pm Feb 1, 2013 at 7:33pm UTC
how about the description in processes tab? how do I change it?
Feb 1, 2013 at 8:51pm Feb 1, 2013 at 8:51pm UTC
I think the description is taken from the executable itself using version info api. Any resource editor can change that or you can do it programatically.
Feb 2, 2013 at 6:18pm Feb 2, 2013 at 6:18pm UTC
ye but where/how? ATM description is the executable name, also I don't see anything in the resedit to change the desc
Last edited on Feb 2, 2013 at 6:19pm Feb 2, 2013 at 6:19pm UTC