4

My issue is similar to the one mentioned here: Disable spell checking in IE 10/11 (on Windows 7, 8, 8.1)

I am using Windows 8.1 Pro 64-bit


What I've tried already:

Deactivating the spelling options:

From the following, borrowed screenshot from the old Windows 8 (my interface is German, therefore I couldn't create one myself), I have turned both options off and restarted IE. It's still "correcting" my texts.

PC Settings

Searching for 'spelling correction' addons:

The indicated option in the following borrowed screensnot does not exist on my PC. IE Addons

Is there any way of disabling it? I prefer a canonical solution if one is available. If not, I am also interested in registry hacks or other solutions.

ComFreek
  • 591

2 Answers2

6

From How to Disable Built-in Spell Checker Feature :

  1. Move your mouse cursor to top-right or bottom-right corner of screen to access Charms Bar and click on Settings option.

  2. Now click on Change PC settings option given at the bottom.

  3. It'll open Metro Control Panel or PC Settings page. Click on General section given in left-hand side in Windows 8. If you are using Windows 8.1, click on PC & devices -> Typing.

    image

  4. Now in right-side, turn off following 2 options:
    Autocorrect misspelled words
    Highlight misspelled words

  5. That's it. It'll disable spell checker feature in Internet Explorer as well as the whole operating system.

harrymc
  • 498,455
2

So this issue is a permissions issue. When running IE in EPM mode, regkeys are being blocked at location HKCU\Software\Microsoft\TabletTip\1.7 due to ALL APPLICATION PACKAGES not being added to permissions. So a way to fix this (please respond if this does not work), is to go to

  1. Win key

  2. type "regedit" and click on the regedit application

  3. Navigation to HKey_CURRENT_USER\Software\Microsoft\TabletTip\1.7

  4. Right click on the 1.7 directory

  5. Select "Permissions..."

  6. Click Add

  7. Click Advanced

  8. For Locations choose your computer

  9. Click Find Now

  10. Select ALL APPLICATION PACKAGES and click OK

A fix will be coming down, but in the meantime, this is correct fix