How to Reset User Applications Settings on Windows Form – for windows form application development testing purposes.
Winforms App
Properties.Settings.Default.Reset(); // will reset personal application default settings
Resources:
http://stackoverflow.com/questions/2903610/visual-studio-reset-user-settings-when-debugging