Disable ‘Stay on front’ for OSX help windows

When opening the help window in OS X, the window will always open and stays on the front. This can be very frustrating, so you can use the following command in Terminal to get the help-center window behave like all other windows in OS X.

defaults write com.apple.helpviewer DevMode -bool true

Revert to default setting with:

defaults write com.apple.helpviewer DevMode -bool false