分享一下單獨關閉某一個程式的話Autosave功能。
首先打開一個terminal. change目錄到
/Users/cwyang/Library/Saved Application State
在這裡會看到所有程式的autosave資訊,
是以資料夾分開的。
比如你想要把iPhoto的話Autosave關掉,
那就執行
chmod -wx com.apple.iPhoto.savedState
把該目錄設定唯讀就可以了。
如此就可以針對單一程式關閉,而且只要做一次就好了。
--
首先打開一個terminal. change目錄到
/Users/cwyang/Library/Saved Application State
在這裡會看到所有程式的autosave資訊,
是以資料夾分開的。
比如你想要把iPhoto的話Autosave關掉,
那就執行
chmod -wx com.apple.iPhoto.savedState
把該目錄設定唯讀就可以了。
如此就可以針對單一程式關閉,而且只要做一次就好了。
--
All Comments