I have some settings in my app.config which I intend to be \'global\' - ie. any user can change them, and all users get the same setting.
But unless I change them to
Why: Application settings are intended to be stored in the Application folder under Program Files where the user does not have write privileges.
How: There is no default support for "All Users" but you should be able to setup your own custom config file in a public folder or use a Database.