My program I am working on depends on the my.settings to store information and then retrieve it back when the program starts up. My.settings from my understanding is stored in a configuration file locally on each computer. This creates a huge issue for me because my program is to be used on a flash drive from computer to computer by the same user. The issue is that the my.settings are reset anytime the user changes or the computer changes. I need a work around to where, if possible, to keep using my.settings and store the config file within the application path and open the same config file nomatter the user or computer. I am open to all ideas and any help would be apprecaited.