dsmoss/finderprefs.scpt
2024-11-10 15:56:13 -06:00

5 lines
No EOL
178 B
AppleScript

tell application "System Events"
tell application "Finder"
set sidebar preferences to {airdrop:true, home folder:true, applications folder:true}
end tell
end tell