Hi,
I see that currently leaked WM6 versions have problem with word suggestion checkbox in Start / Settings. You have to uncheck word suggestion on every soft reset. WM6 forget this setting.
This little fix should cure this
Install:
Copy wsuggfix.cab to Universal and uncheck word suggestion.
Try soft reset. Windows should remember your setting.
How does it work?
-------------------
The fix consists of two files:
wsgfix.dll
sippoll.exe
wsgfix.dll is a service dll. After installing cab wsgfix.dll creates a hidden window, and requests notifications about
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords value changes.
When Suggwords changes wsgfix copy this value to its own registry key.
sippoll.exe is only started on system startup. sippoll reads Suggwords and disables word suggestion if disabled and copy Suggwords back to
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords. That's all. sippoll doesn't occupy precious program memory
I see that currently leaked WM6 versions have problem with word suggestion checkbox in Start / Settings. You have to uncheck word suggestion on every soft reset. WM6 forget this setting.
This little fix should cure this
Install:
Copy wsuggfix.cab to Universal and uncheck word suggestion.
Try soft reset. Windows should remember your setting.
How does it work?
-------------------
The fix consists of two files:
wsgfix.dll
sippoll.exe
wsgfix.dll is a service dll. After installing cab wsgfix.dll creates a hidden window, and requests notifications about
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords value changes.
When Suggwords changes wsgfix copy this value to its own registry key.
sippoll.exe is only started on system startup. sippoll reads Suggwords and disables word suggestion if disabled and copy Suggwords back to
HKEY_CURRENT_USER\ControlPanel\Sip, SuggWords. That's all. sippoll doesn't occupy precious program memory