How to change the application name of Slicer?

I changed the appllicationName, applicationDisplayName by slicer.util module.
But the window title is not changing, its still Slicer(version).

A clone of the Slicer.exe launcher and SlicerLauncherSettings.ini settings file can be created with a different name (for example, MyModuleName.exe and bin/MyModuleNameLauncherSettings.ini). See example here.

A problem with me about this topic

If I change the soft’s name to Japanese characters, I will not be able to start the software!

Since the code page of the console and operating system may not be UTF8 on most Windows systems, it could be problematic to use special characters on the command line (in application name or command-line arguments). This may change in the next couple of years but until then I would recommend to use only latin characters in the application name.

The application shortcut’s name (that appears in the Start menu) should be easy to change, by modifying the nsis install script. The title of the application’s main window can also be changed easily after the application has started; but various popup windows may still use the application name in their window title.