removing splash screen from UWP app in Fall Creators Update (FCU)
I read in some article regarding new Fall Creators Update SDK that it is now possible to develop apps without splash screens for faster loading times. So my question is simple how do we eliminate a splash screen when starting up an app? Where is the documentation for the changes to make to the app? Thanks Open your Package.appxmanifest file from your main project and add a:Optional="true" to <uap:SplashScreen Image="Assets\SplashScreen.png" a:Optional="true" xmlns:a="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" /> However, you will still need to provide a splash image because a