This is a migrated thread and some comments may be shown as answers.

How to set the settings folder to a different location?

2 Answers 1671 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 27 Apr 2018, 04:43 AM
As far as I can see Fiddler stores its settings, scripts and captures in a folder in the C:\User directory.

Now assume I installed Fiddler v5 in a folder like

D:\tools\proxy\Fiddler\

How can I tell Fiddler to store the settings in the future in a subfolder like

D:\tools\proxy\Fiddler\mysettings\

or in a completely different folder like:

D:\tools\projecttest\Fiddlersettings\

I did not found a corresponding option in Fiddler to  re-define this setting folder.
How does this work?

Ben

2 Answers, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 10 May 2018, 02:12 PM
Hi,

There is no option for this in the UI. However, it is configurable though the registry. Go to "HKEY_CURRENT_USER\Software\Microsoft\Fiddler2" and create new string value with name "UserPath". For the value set the full path to the folder where Fiddler should keep its configuration files, e.g. "D:\tools\projecttest\Fiddlersettings".

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lior
Top achievements
Rank 1
answered on 28 Dec 2019, 12:35 PM

I'd like to add that it can also be a relative folder.

If you like it to be as a subfolder under the program itself (e.g. c:\fiddler\settings), then use:

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2]
"UserPath"="Settings"

 

Likewise, if you like it to be at the same level as the program itself (e.g. c:\settings when the program itself is in c:\fiddler), then use:

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2]
"UserPath"="..\\Settings"
Tags
Windows
Asked by
Ben
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Lior
Top achievements
Rank 1
Share this question
or