Custom Path for Settings / Feature Requests / NetSetMan Support

NetSetMan Support

Search for already answered questions about NetSetMan (Pro) or ask new ones

You are not logged in.

#1 2016-10-26 19:28

ASC
Member
Registered: 2016-10-26
Posts: 3

Custom Path for Settings

Hi,
would like to see a option in Preferences to autosave the Settings of netsetman into a custom folder.

Thx
ASC

Offline

#2 2016-10-26 21:55

NetSetMan Support
Administrator
Registered: 2005-08-06
Posts: 1,833

Re: Custom Path for Settings

We thought about this a while ago, but decided against adding this option. It simply brings too many downsides. For an application that modifies system settings it's crucial to have the settings file in a safe place. By allowing moving it outside of the program folder, it becomes editable by all other applications and unauthorized users.

However, if you really feel like doing so, you can use a manual workaround by creating a symbolic link. Something like:

mklink /h "C:\Program Files (x86)\NetSetMan\settings.ini" "C:\Custom Folder\nsm-settings.ini"

Offline