> 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/set-a-splash-screen.md).

# Set a Splash Screen

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

![Splash Screen Logo](/files/lyi6Uksbxd9852LnWsBV)

### Deactivating the Splash Screen

> **If you don't want to show a Splash Screen,**
>
> **Make sure all images&#x20;***<mark style="color:orange;">**Build Action**</mark>* are set to **Resource**

### Set your own Splash Screen

Set your own Splash Screen is very easy!

1. Copy your own logo to the *<mark style="color:yellow;">**Images**</mark>* folder
2. Set the *<mark style="color:orange;">**Build Action**</mark>* to **Splash Screen** in the Properties

{% hint style="danger" %}
Remember to **deactivate** any other previous splash screen

Returning his *<mark style="color:orange;">**Build Action**</mark>* to **Resource**
{% endhint %}

![](/files/KUK817NQJ9xYw9zrEZt3)

**Now Start the Launcher and see your new Logo!**

### Splash Screen Duration

{% hint style="info" %}
In <mark style="color:purple;">**MainWindow**</mark> inside *<mark style="color:green;">**MainWindow\.xaml.cs**</mark>* you can set the Splash Screen duration.
{% endhint %}

The time are in MS (Milliseconds).&#x20;

*1000 MS = 1 Second*

![MainWindow.xaml.cs](/files/xqazEeRdO8lgM80K8L7r)
