Adding location to any config file using
WMI APIs is pretty simple. You have to get section object with path pointing to your file and location pointing to the location you want to create. It doesn't matter, do you have any entity related to this location, or not. Then you change attribute anywhere in this section and call Put() on section object. When provider saves data through configuration, ...