tell application "Finder"
get properties
end tell
tell application "Finder"
set mySetting to (get property "my_setting")
end tell
tell application "Finder"
set allSettings to get properties
repeat with aSetting in allSettings
-- Do something with each setting
end repeat
end tell