Create an autocorrect file as below and save it in a folder as autocorrectionUSERconfig.xml.
<?xml version="1.0"?>
<AutoCorrectionList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoCorrectionElement CaseSensitive="false" From="abbout" To="about"/>
<AutoCorrectionElement CaseSensitive="false" From="abotu" To="about"/>
....
</AutoCorrectionList>
In the Command prompt window, switch to the BIN folder of the GN4 and then run the following command:
cmd4 config -in c:\autocorrectionuserconfig.xml -who nnnn -UserName xxxx -Password yyyy
where nnnn is the GN4 name of the user to whom you are deleting the list, xxxx is the name of a GN4 user who can logon to system with sufficient permissions to perform this operation and yyyy is the password.
Note: the above connects to the default connection: should you want to specify the connection or server name, see cmd4 examples.
An example:
C:\tera\GN4\main\bin>cmd4 config -in c:\autocorrectionuserconfig.xml -who bruno -UserName admin -Password yyyy
Cmd4 version 1.6.1625.0
GN4 command-line client
Copyright © 2006 - 2012 Tera Digital Publishing
Language en-GB
Importing global configuration data 'autocorrectionuserconfig' from 'c:\autocorrectionuserconfig.xml'
Successfully created or modified configuration object with id 192973
Note:
The personal entries are visible on the Auto-correction tab of the Articles main tab (Edit > Preferences > Auto correction.
See also
Remove personal autocorrect list
Import global autocorrect list