Every time I start Emacs I see a page of help text and a bunch of messages suggesting that I try the tutorial. How do I stop this from happening?
You can customize message in minibuffer therefore remove fanfare:
;; Hide advertisement from minibuffer (defun display-startup-echo-area-message () (message ""))