hello, I always found that a loading screen was missing in full screen mode that would hide the desktop when launching the games. I created one that I share with you.
![[Image: tFtLbW1.png]](https://i.imgur.com/tFtLbW1.png)
First of all you will have to download the irfanview software
https://www.irfanview.com/
and a loading image:
https://drive.google.com/file/d/1K0TSk5B...sp=sharing
In playnite, at the script section, in batch language:
when the game is launched:
Start [Your Gif folder]\loadingBlanc.gif
TIMEOUT /T 1 /NOBREAK
when the game is closed:
TIMEOUT /T 1 /NOBREAK
taskkill /f /im i_view64.exe
You must go to irfanview settings to launch a full screen file, and select irfanview as the default software for GIF fi les

![[Image: tFtLbW1.png]](https://i.imgur.com/tFtLbW1.png)
First of all you will have to download the irfanview software
https://www.irfanview.com/
and a loading image:
https://drive.google.com/file/d/1K0TSk5B...sp=sharing
In playnite, at the script section, in batch language:
when the game is launched:
Start [Your Gif folder]\loadingBlanc.gif
TIMEOUT /T 1 /NOBREAK
when the game is closed:
TIMEOUT /T 1 /NOBREAK
taskkill /f /im i_view64.exe
You must go to irfanview settings to launch a full screen file, and select irfanview as the default software for GIF fi les