You are here

disablesplashscreen script

4 posts / 0 new
Last post
Bob Bagwill
Offline
Last seen: 12 years 2 months ago
Joined: 2009-11-30 10:58
disablesplashscreen script

FWIW, you can run this in the PortableApps directory to create .ini's with disablesplashscreen set:

for /d %i in (*) do echo [%i] > %i/%i.ini && echo DisableSplashScreen=true >> %i/%i.ini

Of course, if an .ini already exists, it will be overwritten.

John T. Haller
John T. Haller's picture
Online
Last seen: 29 min 45 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
No Need

All apps have the built-in ability to have their splash screens disabled at the platform level. There is a test version of it here:
https://portableapps.com/node/23987

In the next 2.0 Pre-Release, it'll be a simple GUI option in the Options screen on the advanced tab. Nice and easy with no need to edit any individual INIs or mess with apps.

Sometimes, the impossible can become possible, if you're awesome!

crookadile
Offline
Last seen: 11 years 1 month ago
Joined: 2009-02-15 09:06
Sounds good

I always disable my splash screens so that option sound good to me.

Bob Bagwill
Offline
Last seen: 12 years 2 months ago
Joined: 2009-11-30 10:58
Great!

Thanks for the feature.

Bob Bagwill

Log in or register to post comments