2011年10月14日 星期五

無法更新之問題

Windows 系統的 hosts 檔案位置Windows 系統存放資料夾中的  \system32\drivers\etc\ 

Mac OS X系統的 hosts 檔位置: /private/etc/hosts  
把裡面有GS那段的字行砍掉即可。
指令
sudo vi /private/etc/hosts
利用/找尋關鍵字,然後按下DD刪除行列。
輸入:然後輸入wq寫入檔案
搞定。

關閉自動備份 Itunes MAC

3.貼上下面的語法,然後按下ENTER


代碼:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true

4.就好了,吼!!!!!

5.若你後悔了,一樣,執行下面指令,就可以還原了

代碼:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false