Starting Emacs in Full-Mode on Windows

Just a quick one: if you start Emacs on Windows (on probably also on other systems) it opens not in full-mode. After some googling I found this in the Emacs-FAQ  for the .emacs file:
 
(add-hook ‘term-setup-hook #'(lambda () (w32-send-sys-command ?\xF030)))
 
Simple but effective.