Advanced modification of settings is achieved by the defaults
command in the Terminal application.
In modifying a setting you specify a descriptive key and it's given value with the following syntax:
defaults write net.glencode.Particulars key value
You can reset a key to its default value using:
defaults delete net.glencode.Particulars key
Or you can read the value of a key using:
defaults read net.glencode.Particulars key