Hi Progress2007 ,
Based on my understanding, you want to fetch some setting of user scope and persist them to the User.config file, so that this configuration can be reused by others. Please feel free to tell me if I misunderstand you.
If so, we need to get the values of these settings and write them to the User.config file programmatically via XmlDocument. The thread below shows how to pass values to a .config file: http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/cb9b4823-1dc4-4721-9797-f65bd0de6135.
Let me know if this does not help.
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.