Adding this to my build.sh script. I personally don't like the quick look feature, and I'm tired of having to clean end users caches.
#* Disable Quicklook and avoid the 100% CPU utilisation bug #+ You could simply delete /Users/USER/Library/Caches/com.apple.QuickLookDaemon but that's annoying sudo /usr/bin/defaults write "/System/Library/LaunchAgents/com.apple.quicklook" Disabled -bool true