Spell & grammar check

  • Thread starter Thread starter Dode
  • Start date Start date
D

Dode

Would like to disable completely the spell check and grammar check for
certain users doing writing tests in word.
 
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--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top