|
Outlook's spelling options are stored in different locations depending on the version of Outlook installed. For Outlook 2002 (XP) the setting is:
HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Options\Spelling
To turn on checking before sending you must first create a registry import file and then configure OProfile to import the registry file. Both are pretty simple.
First lcreate the import file. The easiest way to do this is to open up regedit and export your existing settings, however I'll save you some time by simply giving you the contents of the file here. Open notepad and paste the following text into it:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Options\Spelling] "Check"=dword:00000001
Save the file as spelling.reg. Now we must add this file to oprofile.ini file. After you have created you oprofile.ini file using the OProfile Wizard, open the oprofile.ini file with notepad and locate the line with ImportRegFileAlways= in the [oprofile] section. If you don't find it, just add it and set it to spelling.reg like this:
[oprofile] ImportRegFileAlways=spelling.reg
Now copy the spelling.reg file to the same directory as the OProfile.exe and OProfile.ini files. You're all set! |