Windows update error 0x80240438 for optional features

1

I updated to the latest Windows 10 (1809) with the windows update assistant and now I get constantly error messages in the messaging center, that something couldn't be installed. If I click on it I come to the optional features. If I look in the history the following packages couldn't be installed:

  • Input English (GB)
  • Voice recognition English (GB)
  • English (GB) optical character recognition

Windows 10 always tries to install these optional features and fails. I tried to clear the Store cache without success. I don't want to disable the firewall, because I'm in a corporate network.

How can I install these packages or disable the downloading of these?

I also can't search for updats in general: If I do this manually I get the following (translated) message:

Error We still check daily, if new updates are available.

We couldn't connect with the update service. We try it later again. Alternative you can try it now. Check your internet connection, if it still doesn't work.

windows-10
installation
windows-update
windows-10-v1809
asked on Super User Dec 14, 2018 by testing

2 Answers

0

I got this error and had a real hard time trying to solve it. What fixed the problem was:

Method 1:

Disabling IPV6 protocol in Ethernet adapter properties.

The obvious problem with this is that you lose IPV6 capabilities in the entire environment. So, take a look at method 2.

Method 2:

I found this unintentionally. There is a tool named WindowsSpyBlocker that, among its features, can change your NCSI. Using it will solve the problem.

Download the tool: https://github.com/crazy-max/WindowsSpyBlocker/releases/ Run the executable. Type 1 and press enter. Type 2 and press enter. Type 2 and press enter. Reboot your computer.

Problem is gone.

*OBS: Using the other features of this tool can break lots of Windows features (that need connection with MS servers), so just use it to change the NCSI.

**OBS: I don't even know what is this NCSI stuff, as I said I found this fix unintentionally, so I advice you to see if changing the NCSI won't mess something else in your environment. In my case it didn't.

Hope it helps.

answered on Super User Jun 28, 2019 by Eduardo Krás Borges Barth • edited Jun 12, 2020 by Community
0

Windows 10 how to enable Installation of Optional Features.

When I try to install an optional feature in windows 10 it doesn't work and the history shows "Install failed". I think this has to do with being on a domain and somehow access is blocked to windows update (though our admins say they don't block it).

To change this behavior open gpedit (group policy editor).

Then Open Administrative Templates -> System and change the key: "Specify settings for optional component installation and component repair" enable it. And enable "Download repair content and optional features directly from "Windows Update instead of Windows Server Update Services (WSUS)".

Then apply all changes by running gpupdate from the command line (or restart your computer).

answered on Super User Nov 18, 2019 by Wouter

User contributions licensed under CC BY-SA 3.0