Hi James,
You can create a igconfig.admin.xml file, and deploy it to the C:\ProgramFiles\ImageGlass folder.
This file allows you to block the settings of ImageGlass.
For example:
- Set FirstLaunchVersion value greater than 5 to hide the First-launch configuration dialog.
- Set AutoUpdate value to 0 to disable auto-update feature.
<ImageGlass>
<Configuration>
<Info description="ImageGlass Configuration file" version="7.5" />
<Content>
<Item key="FirstLaunchVersion" value="99999" />
<Item key="AutoUpdate" value="0" />
</Content>
</Configuration>
</ImageGlass>
You can also create igconfig.default.xml to predefine the default settings. For more information, please visit: