> For the complete documentation index, see [llms.txt](https://gamelauncher.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.gitbook.io/documentation/customization/change-launcher-executable-name.md).

# Change Launcher Executable Name

{% hint style="warning" %}
This tutorial requires to open *<mark style="color:purple;">**GameLauncher.sln**</mark>* in Visual Studio
{% endhint %}

### Open Project File

1. In the **Solution Explorer,** in the **GameLauncher project,** right click **-> Edit Project File**

<figure><img src="/files/XJ2oGhigguMHpngkC3l0" alt=""><figcaption></figcaption></figure>

2\. Add a new line under **\<PropertyGroup>**

```
<AssemblyName>MY NEW NAME</AssemblyName>
```

<figure><img src="/files/UQDszTITGgRf2Kr7n4Cz" alt=""><figcaption></figcaption></figure>

3. **Save the project** and you will see the new Launcher name!

<figure><img src="/files/i4I7kMIqT2dKJX4p6PSM" alt=""><figcaption></figcaption></figure>

See also [Set an Application Icon](/documentation/customization/set-an-application-icon.md)
