y_ogagaga hiki  Index  Search  Changes  Login

y_ogagaga hiki - 再開機能をアプリ毎で無効にする Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

Lion の新規能である再開は、終了時に開いていた者を復元してくれるのだけど、全部復元されても困る事が多いので無効にしたほうがいいです。

! 全てのアプリケーションで無効にする

$ defaults write -g ApplePersistenceIgnoreState YES

! アプリケーション毎で無効にする(Preview.appの場合)

~/Library/Preferencesフォルダにあるplistファイルを参照します。

$ defaults write com.apple.Preview ApplePersistenceIgnoreState YES

有効にする場合は、NOを設定すること