How can I set the current process's name in task manager? For example, I have "application.exe", when I run it, it shows application.exe in task manager. I want to change this without having to change the current executable's name or spawning a child process. This is an application without any GUI.
I know some programs already do this, like notepad++.


