-
I installed ImageGlass for the first time to see how it works and both user accounts I tested were prompted for configuration selections on startup. I would like to make the selections for all users and avoid this prompt. How does one configure ImageGlass for all users at once? |
Beta Was this translation helpful? Give feedback.
Answered by
d2phap
Aug 25, 2022
Replies: 1 comment 3 replies
-
You can create <ImageGlass>
<Configuration>
<Info description="ImageGlass Configuration file" version="7.5" />
<Content>
<Item key="FirstLaunchVersion" value="999999" />
</Content>
</Configuration>
</ImageGlass> This file is to lock the settings from the users. For more information, please visit: https://imageglass.org/docs/app-configs Edit: Visit #1680 (comment) if you're using ImageGlass version 9 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
thenewguy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create
igconfig.admin.xml
file and put it in the installed folder where ImageGlass.exe is located, with this content:This file is to lock the settings from the users. For more information, please visit: https://imageglass.org/docs/app-configs
Edit: Visit #1680 (comment) if you're using ImageGlass version 9