Ik werk met Sierra 10.12.6 bèta (16G24b). In activiteitenweergave gebruikt het photoanalysisd - proces gedurig 90% van het CPU gebruik. Het proces photoanalysisd heeft te maken met gezichtsherkenning in de foto's app van apple. Aangezien er 27000 foto's inzitten bij mij blijft het proces maar draaien. Met die gezichtsherkenning ben ik toch niets. Daarom dacht ik, als ik nu een scriptje vond dat dat proces uitschakelde bij het starten van de mac...
Ik dacht iets zoals hieronder. Deze maakt bij opstart mac automatisch verbinding met mijn TimeCapsule.
This method covers pure AppleScript.
Open the Apple Script Editor.
Create a new document.
Paste the following line into that new document (as one line):
tell application "Finder" to mount volume "afp://AirPort._afpovertcp._tcp.local/Data"
Mount your Time Capsule drive if it is not already.
Right-click on your mounted drive, and "Get Info".
Copy the server address from the info window.
Paste that server address into the Apple Script, replacing the existing URL that was pasted in step 3.
In the menu bar go to: File > Export
Choose "Application" as the file format to export to (do not select any items under the file format).
Enter a name for the application you are creating, and save it to the location you desire.
Drag the resulting application into your startup items, and you're done.
Hoop dat deze uitleg voldoende is?