mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
244 stars 17 forks source link

Where are the browser settings saved? #79

Closed rp1231 closed 2 years ago

rp1231 commented 2 years ago

I would like to copy over the settings from one user to another, but can't seem to find the settings in the installation folder or the appdata folder.

mortenn commented 2 years ago

Hi, The settings are currently stored in the registry, under HKEY_CURRENT_USER\Software\BrowserPicker\Defaults

// Regards, Morten

rp1231 commented 2 years ago

Thanks