Renaming a C++ project - task manager

Hi,

The guide by Epic staff on how to rename a C++ project (https://answers.unrealengine.com/questions/242407/renaming-a-c-project.html) works well, however once the game is packaged, in Task Manager it still shows the process under the old name. Is there any way around that?

+1 I’d like to know as well.

I think I have a related problem. It shows my game as UE4Game even though the .exe has the right name and everything else is setup correctly.

You can change the process name by adding the following code to DefaultEngine.ini for your project:

[URL]
GameName=NewGameName

Did you find the solution? I have the URL portion in DefaultEngine as well. I still still the old name.