defaults on Lion

Below is a set of defaults commands I executed to improve the performance of Lion on my MacBook Pro Late 2008. Especially, the last one for expose-animation-duration saves a long time by speeding up application switch using MissionControl.

Japanese:

最近、仕事で使っているMacBook Pro Late 2008をLionにアップデートしましたが、Snow Leopardと比べて動作がもたつくことが多くて、日々の作業に支障をきたしかけています。なかなかSnow Leopardに戻す時間もとれないので、以下のようなdefaultsコマンドをうって、作業の効率化をしています。Lionになってから、どうも不要なアニメーションが増えたように感じています。どなたか、QuickLookが開く時のアニメーションをdisableする方法を知っていたら教えていただけませんでしょうか。よろしくお願いいたします。

defaults write -g ApplePersistenceIgnoreState YES
defaults write -g ApplePersistenceIgnoreState YES
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
defaults write NSGlobalDomain NSScrollViewRubberbanding -boolean false
defaults write -g ApplePersistenceIgnoreState YES
defaults write com.apple.LaunchServices LSQuarantine -boolean false
defaults write com.apple.frameworks.diskimages skip-verify -bool true
defaults write com.apple.frameworks.diskimages skip-verify-locked -bool true
defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
defaults write -g PMPrintingExpandedStateForPrint -bool true
defaults write -g NSNavPanelExpandedStateForSaveMode -bool true
defaults write -g AppleEnableMenuBarTransparency -bool false
defaults write com.apple.finder DisableAllAnimations -boolean true
defaults write com.apple.LaunchServices LSQuarantine -boolean false
defaults write com.apple.dock expose-animation-duration -float 0.0;killall Dock