I'm using My.Settings to store configuration items but I need to assign the values to the machine not the the user. I can't use application as the scope because I need to allow the end user to set this configuration. I need every user at a sight to have the same settings. The problem is that when the scope is set to User, each user at a sight can have a different setting.

Is there a way to set the configuration at the machine/application level and still allow the user to have control?