Windows 8 – How to Edit System/User Dictionary

dictionaryeditinginternet-explorer-10windows 8

Windows 8 has system-wide spell-check/autocorrect:

1

Users can also choose to add unknown words to their own custom dictionary:

2

I believe the dictionary is one of the settings that is synced/roamed as well.

So, how is one to edit the dictionary to, for example, remove words added by mistake? (In case the methods differ for Windows and IE, I'd like to know about both.)

Best Answer

This info might help, not sure what your skill set is or what roadblocks you may run into trying to edit the file.

Source

The user-specific dictionaries for a language, which hold the content for the Added, Excluded, and AutoCorrect word lists, are located under %AppData%\Microsoft\Spelling\. The filenames are default.dic (Added), default.exc (Excluded) and default.acl (AutoCorrect). The files are UTF-16 LE plaintext that must start with the appropriate Byte Order Mark (BOM). Each line contains a word (in the Added and Excluded word lists), or an autocorrect pair with the words separated by a vertical bar ("|") (in the AutoCorrect word list). Other .dic, .exc, and .acl files present in the directory will be detected by the spell checking service and added to the user word lists. These files are considered to be read-only and are not modified by the spell checking API.

Related Question