🖼️ Customising the GGP Startup Splash Screen
GGP allows administrators to define a custom startup splash screen image that displays when the application is launched. This is configured using the LOCK.INI file.
🔧 How to Configure
To set a custom startup screen:
Locate the
LOCK.INIfile (typically found in the\Licences\Lockdirectory).Open it in a text editor such as Notepad.
Find or create the
[About]section.Add the following line, pointing to your desired image file (must be a
.BMPformat):[About] StartUpBMP=g:\image\clogo.bmpReplace
g:\image\clogo.bmpwith your actual file path. This can be a mapped drive or a UNC path.
ℹ️ Notes
If the
StartUpBMPvalue is left blank, GGP will display the default About GGP box during launch.Ensure the path used is accessible to all users who launch GGP (especially in networked environments).
Only
.BMPfiles are supported for the splash screen.
Comments
0 comments
Article is closed for comments.