1
AppleScript ที่เริ่มต้นและเวลาที่กำหนด
ฉันกำลังพยายามเริ่มต้น AppleScript และ AppleScript ซึ่งทำงานในเวลาที่กำหนด (ฉันเกลียดวิธีการอัตโนมัติ / ปฏิทิน) on idle set currentTime to current date if the weekday of currentTime is (need to do for Tuesday to Saturday) then do shell script "kextunload /System/Library/Extensions/AppleHDA.kext " password "..." with administrator privileges end if --only check once a day return 24 * …