Can't tell you through Group Policy, however, if you have Windows NT or
Windows 9x clients, you can use the System Policy Editor.
Just copy between the lines and paste into a file named Word.adm and it
should work. 8.0 is Office 97 (what I have), you can change it to 9.0
(Office 2000) or 10.0 (Office xp).
Go here to see how to make your own:
http://www.oreilly.de/catalog/winsyspe/chapter/ch08.html
Note: I make no warranties about you using this file on your network,
nor do I take responsibility for you using this file. It should work
fine, but if it doesn't work properly or screws up your Office I have
released myself from all warranties.
--word.adm--
CLASS USER
CATEGORY !!MSWord
POLICY !!SpellGrammar
PART !!Grammar CHECKBOX
KEYNAME "Software\Microsoft\Office\8.0\Word\Settings"
VALUENAME "AutoGrammar"
END PART
PART !!Spell CHECKBOX
KEYNAME "Software\Microsoft\Office\8.0\Word\Settings"
VALUENAME "AutoSpell"
END PART
END POLICY
END CATEGORY
[STRINGS]
MSWord = "Microsoft Word"
SpellGrammar = "Spelling and Grammar Options"
Grammar = "Automatically check grammar"
Spell = "Automatically spell check"
--word.adm--