# 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="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FWAZ4yJIl3Z8EyocRDfaW%2Fimage.png?alt=media&#x26;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&#x26;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&#x26;token=65f19f3d-5d97-4212-b7f0-9a6964b70ad9" alt=""><figcaption></figcaption></figure>

See also [set-an-application-icon](https://gamelauncher.gitbook.io/documentation/customization/set-an-application-icon "mention")


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gamelauncher.gitbook.io/documentation/customization/change-launcher-executable-name.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
