close
Blogtrottr
♣梅問題‧教學網【Minwt】♣
3C|設計|攝影|旅遊 資訊網 
《Macbook 優勝美地》低電量時跳出提示視窗
Feb 19th 2015, 00:00, by admin

梅問題-《Macbook優勝美地》低電量時跳出提示視窗
  印象中之前在使用MAC OSX10.9版,當Macbook電量太低時,除了電池圖示會變色外,還會跳出提醒視窗,但升級到MAC新版的作業系統優勝美地後,不但電池不會變色外,就連提示視窗也沒有,讓梅干感到相當困擾,每次當認真做事時,忘了留意電量,電腦就無預警的休眠,上網爬些文章後,終於找到了解決辦法,只要寫點script立即就可開啟此功能,經梅干實測後,即便在Parallel底下,當低電量時,依然也會跳出提示框來,因此若你也有這困 擾的朋友,也一塊來看看吧!

Step1
首先開啟文字編輯器,輸入下方的語法,並儲存為batteryScript.applescript,而這邊梅干是設定當電量小於15%時,就跳提示窗,這數值可自行修改。

batteryScript.applescript語法:

?View Code SCRIPT
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
set Cap to (do shell script "ioreg -w0 -l | grep ExternalChargeCapable")
 
tell Cap to set {wallPower} to {last word of paragraph 1}
 set Cap to (do shell script "ioreg -wO -l | grep Capacity")
tell Cap to set {Available, Max} to {last word of paragraph 2, last word of paragraph 1}
 set percent to round (100 * Available / Max)
 
  if percent 

梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step2
將它移到/etc/資料夾下。
梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step3
再輸入電腦管理的帳號密碼。
梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step4
接著開啟終端機,並輸入下方的指令。

sudo chmod +rx /etc/batteryScript.applescript


梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step5
接著再開啟文字編輯器,輸入下方的語法,並儲存為batteryAlert.plist
batteryAlert.plist語法:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
 version="1.0" encoding="UTF-8"?>

 version="1.0">
  >
    >KeepAlive>
    />
    >Label>
    >batteryAlert>
    >LowPriorityIO>
    />
    >ProgramArguments>
    >
      >/usr/bin/osascript>
      >/etc/batteryScript.applescript>
    >
    >RunAtLoad>
    />
    >ServiceDescription>
    >Battery Alert>
    >StartInterval>
    >30>
  >
>

梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step6
接著進入帳號 / 資源庫
梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step7
將剛儲存好的batteryAlert.plist檔案,放到LaunchAgents資料夾下。
梅問題-《Macbook優勝美地》低電量時跳出提示視窗
Step8
接著當電量小於15%時,就會跳出提示窗。
梅問題-《Macbook優勝美地》低電量時跳出提示視窗


引用網址: ※如有發現掉圖或檔案無法下載,請由回應區留言告知,將會盡速處理!謝謝。
※本站採用CC授權請勿全文轉貼本站文章,歡迎「部份引用」與介紹,並註明出處,謝謝。

Recommended article: Chomsky: We Are All – Fill in the Blank.
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 nbv6d9vomp1hu 的頭像
    nbv6d9vomp1hu

    線上遊戲排行榜2013/2014,進擊的巨人線上看,candy crush saga外掛,正妹寫真三圍

    nbv6d9vomp1hu 發表在 痞客邦 留言(0) 人氣()