Windows 10 now has a text suggestion function just like cell phones.  The feature is very easy to use and is not intrusive so many people will want to enable it.

More intrusive is an autocorrect misspelled words function.  I personally dislike autocorrect because I don’t like magic, but most people seem to like it.

There are three ready ways to enable predictive text:

predictive-text-windows-10Enable Predictive Text Using the Settings App

  1. Click the START button, then the SETTINGS cog icon
  2. Click DEVICES
  3. Click TYPING
  4. Click to toggle SHOW TEXT SUGGESTIONS AS I TYPE on or off
  5. Click to toggle AUTOCORRECT MISSPELLED WORDS I TYPE on or off

Enable Predictive Text Using the Registry

You can add the following registry key to enable SHOW TEXT SUGGESTIONS AS I TYPE:

HKEY_CURRENT_USER\Software\Microsoft\Input\Settings\proc_1\loc_0409\im_1
DWORD32 = EnableHwkbTextPrediction
VALUE = 0

Alternately you can download THIS .REG file and apply it which will do the same thing.  That .reg file pushes out nicely using tools like PDQ Deploy.

Enable Predictive Text Using the Group Policy

predictive-text-windows-10-gpo

There is not GPO for Windows 10 predictive text, but it is easy enough to make one:

  1. Create a new GPO or open an existing one using Group Policy Management Editor
  2. Expand USER > PREFERENCES > WINDOWS > REGISTRY
  3. Right click on REGISTRY and select NEW REGISTRY ITEM
    1. ACTION = UPDATE
    2. HIVE = HKEY_CURRENT_USER
    3. KEY PATH = Software\Microsoft\Input\Settings\proc_1\loc_0409\im_1
    4. VALUE NAME = EnableHwkbTextPrediction
    5. VALUE TYPE = REG_DWORD
    6. VALUE DATA = 1

 

 


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *