[GIS] QGIS application setting file(s) stored

qgisqgis-2

I have some application settings (Windows/QGIS v2.0) that I would like to pass to other users (such as those settings defined under Settings menu>Options>Rendering tab).

In ArcGIS they are stored in a Normal.mxt file located:

C:\Users\userName\AppData\Roaming\ESRI\Desktop10.2\ArcMap\Templates

I suspect in QGIS they may be stored in qgis.db located here:

C:\Users\userName.qgis2

but I do not know for sure.

Where are these application settings file(s) stored?

Best Answer

The settings on Windows are stored in the registry:

HKEY_CURRENT_USER\Software\QGIS\QGIS2\Qgis

As Jakob said, you could convert to using an ini file and start QGIS with the appropriate option to use it instead of registry settings.

Related Question