How do I force the SIP keyboard on Windows Mobile to read new settings from the registry?
Posted
by wojo
on Stack Overflow
See other posts from Stack Overflow
or by wojo
Published on 2010-06-05T17:39:13Z
Indexed on
2010/06/05
17:42 UTC
Read the original article
Hit count: 177
windows-mobile
I'm disabling auto-complete and auto-suggestion on Windows Mobile 6.1 by setting the following registry keys:
HKCU\ControlPanel\Sip\SuggWords => 0
HKCU\ControlPanel\Sip\SuggAutoCorr => 0
However it doesn't seem to change anything until I restart the device. The control panel applet that exposes these settings somehow tells the SIP keyboard to reload, but how?
© Stack Overflow or respective owner