dsmoss/finderprefs.scpt

5 lines
178 B
Text
Raw Normal View History

2024-11-10 15:56:13 -06:00
tell application "System Events"
tell application "Finder"
set sidebar preferences to {airdrop:true, home folder:true, applications folder:true}
end tell
end tell