1. Maximize the window on gVim startup. Add below line into _vimrc
au GUIEnter * simalt ~x
au GUIEnter * simalt ~x
2. Enable spell checking only for text files. Add below line into _vimrc
au BufRead,BufNewFile,BufWrite *.{txt,em} setlocal spell spelllang=en_us