[Casper] Office- Spell check and grammar off
Robert Hammen
rhlist1 at hammen.org
Wed Apr 29 21:24:03 PDT 2009
On Apr 27, 2009, at 1:28 PM, Kathie Iorizzo wrote:
> I need to create a user account for our testing purposes. I'm
> calling it ERB for the testing they are doing. I need to send out a
> way to not have spell check or grammar check enabled. Is the best
> way to capture the MS User Data folder and send that out? Is that
> where preferences are installed or is it the Word.plist file?
> ___________
> Kathie Iorizzo
> Lower School Technician
> The Latin School of Chicago
> kiorizzo at latinschool.org
> 312.582.6136
Probably a plist, but this is a good use for the FS Events (Monitor
File System Changes) feature of Composer 7.
Launch Word
Launch Composer
New Package->Monitor File System Changes
Switch to Word
Change your preferences
Close out of preferences and quit Word
Switch to Composer
Click on "Build Package"
Yep, it's the plist (~/Library/Preferences/com.microsoft.Word.plist)
Can either push the plist out, or use a script (running as the current
user) to change the default prefs.
For Office 2008 it might be something like:
defaults write com.microsoft.word 2008\\Options\\Options:AutoGrammar -
int 0
defaults write com.microsoft.word 2008\\Options\\Options:AutoSpell -
int 0
Hope this helps,
--Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20090429/78b043c9/attachment.html
More information about the Casper
mailing list