Software Archive
Read-only legacy content
17061 Discussions

Disable Splash Screen on Windows Platform

Daniel_F_7
Beginner
278 Views

Would it possible to disable the splash screen (i.e. do not display/ skip the splash screen) on a Windows 10 UAP build?

We tried the following code but it doesn’t seem to work:

<platform name="windows">

    <preference name="SplashScreenDelay" value="0" />

</platform>

Thanks.

Daniel

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
278 Views

Remove the splash screen plugin from your project, that should do it.

0 Kudos
Reply