This is driving me crazy: I simply want Emacs to maximize to whatever screen resolution I have at startup. Ideally I like a cross-platform (Windows & Linux) solution tha
This is the simplest fix that worked for me:
(w32-send-sys-command #xf030) (add-hook 'window-setup-hook (lambda () (tool-bar-mode -1)))