Stopping the Splash Screen from Minimising all Windows

Is it possible for the initial splash screen to be displayed over existing windows rather than minimizing them?
Strange request but my users seem to panic that their apps have been shutdown!

Not without changing the code, currently. You can find $null = $shellApp.MinimizeAll() inside Show-WelcomePrompt and comment it or delete it.