diff --git a/_faqs/2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown b/_faqs/2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown index 1149f80da..d07ee3a92 100644 --- a/_faqs/2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown +++ b/_faqs/2013-04-16-what-is-the-best-way-to-control-greenshots-configuration-at-install-time.markdown @@ -5,7 +5,7 @@ published: true title: How can I control Greenshot's configuration during installation and beyond # override permalink for to keep old URLs intact permalink: /faq/what-is-the-best-way-to-control-greenshots-configuration-at-install-time/ -tags: [] +tags: [uses_alerts] --- @@ -30,7 +30,13 @@ Greenshot knows of 3 different files, which are loaded in the following order: 2. greenshot.ini: this is the normal file, with all the settings of the user, which is written by Greenshot. This overrules the settings in the greenshot-defaults.ini file. 3. greenshot-fixed.ini: has settings which will overrule all settings in the files above. -Greenshot will look for every mentioned file, in the described order, first in the same location as the executable (e.g. installation directory) and if there is not there than in %APPDATA%\Greenshot (e.g. ```C:\Users\%USERNAME%\AppData\Roaming\Greenshot\```). +Greenshot will look for every mentioned file, in the described order, first in the same location as the executable (e.g. installation directory) and if it is not there than in the default location %APPDATA%\Greenshot (e.g. ```C:\Users\%USERNAME%\AppData\Roaming\Greenshot\```). + + The configuration is build from zero, setting for setting, by using the following 4 steps: @@ -41,6 +47,7 @@ The configuration is build from zero, setting for setting, by using the followin Greenshot will use the resulting setting, and when every single setting in the complete configuration is processed it will write the complete configuration to it's greenshot.ini file (and only there). + Let's look at a use-case which was asked for a lot of times: For instance you want to rollout Greenshot in your company and you want to make sure the user doesn't need to select the language (which is asked if nothing was set)? You can **either** copy a greenshot-defaults.ini, if you want the user to be able to change it, or a greenshot-fixed.ini in the same directory as Greenshot was installed.