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.
- Read more about disablesplashscreen script
- 3 comments
- Log in or register to post comments