Thursday, July 10, 2014

Disabling Auto completion in Windows mobile 6.5 Using CERegeditor

Install the CERegeditor to your machine Run the application

1. Connect the device to the PC

2. Press Connection --> Connect (F1) ' Loading all the device related Registry's

3. Select "HKEY_CURRENT_USER\ControlPanel\Sip" 

4. Change the SuggWords value 4 into 0 

5. File --> Save



No comments:

Post a Comment

Postgress - Read a XML file from a postgress table XML column

SELECT xmltable.* FROM xmldata, XMLTABLE('//ROWS/ROW' PASSING data COLUMNS id int PATH ...