> 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

The icon will be showed in the taskbar

{% 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="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FWAZ4yJIl3Z8EyocRDfaW%2Fimage.png?alt=media&amp;token=b1657025-3d9c-494b-be54-18e56bf4942c" alt=""><figcaption></figcaption></figure>

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

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

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FQEGy80ide5O2bJ5U8mfp%2Fimage.png?alt=media&amp;token=39a697a5-9f1a-473d-addf-2b19b7a52ca7" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2F1HmGBg9cHqpsbkG0u6Rp%2Fimage.png?alt=media&amp;token=65f19f3d-5d97-4212-b7f0-9a6964b70ad9" alt=""><figcaption></figcaption></figure>

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