Can't enable .NET Environment in Windows 10 1903

Anonymous
2019-04-10T07:18:57+00:00

Well, this is a showstopper for me. I'm in the Release Preview ring & installed 1903 (18362.30) yesterday . Update went fine. No issues experienced.

Got a Cumulative Update to install today (KB4495666). Installed it & rebooted. Build is now at 18362.53. .NET framework was disabled & 90% of my applications will no longer run! In "Control Panel/Programs and Features/Turn Windows Features on or off", ".NET Environment" is unchecked. If I check it & hit "OK" it take about 10 seconds & says "Windows completed the requested changes". The .NET Environment, however, is still unchecked when I go back to "Turn Windows Features on or off" & >NET applications still don't work.

I've uninstalled all of the updates installed today (KB4495666 & KB4493478), but .NET is still utterly broken. I've read that this was an issue prior to the release of 18362 to the Release Preview ring but was supposed to have been fixed. Looks like this MAJOR bug was reintroduced with the cumulative update?

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

177 answers

Sort by: Most helpful
  1. Anonymous
    2019-06-18T22:36:53+00:00

    KB4495666 is an update for Windows Insiders ONLY.

    Those who are not part of the Insiders Program and therefore are not exposed to untested software have nothing to fear.

    Just wanted to straighten that out as there seemed some confusion on that point.

    https://support.microsoft.com/en-us/help/4495666/windows-10-update-kb4495666

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-05-01T23:04:26+00:00

    Wow, I found a DISM command that appears to have fixed this.  It worked on 18362.86 that was showing the same symptoms, with NetFx3 unknown, etc. and the strange list of Features in optionalfeatures.exe.

    If anyone still has a system in this state you can try it. It involves using a single command to enable 5 of the still-listed NetFx Features at once.  Below is all one line:

    DISM /Online /Enable-Feature /All /NoRestart /FeatureName:Microsoft-Windows-NetFx3-OC-Package /FeatureName:Microsoft-Windows-NetFx4-US-OC-Package /FeatureName:Microsoft-Windows-Client-EmbeddedExp-Package /FeatureName:Microsoft-Windows-NetFx3-WCF-OC-Package /FeatureName:Microsoft-Windows-NetFx4-WCF-US-OC-Package

    You can see the list of the 5 features at the top of the below screenshot, with the required command at the bottom.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2019-04-15T12:14:35+00:00

    I had the same issue.

    After upgrading to 1903, .NET 3.5 disappear from appwiz.cpl. Powershell broken due to .NET loss, and many apps too.

    Sfc /scannow, Dism /Online /Cleanup /[ScanHealth, CheckHealth, or RestoreHealth] didn't help.

    I just add to do these line in cmd as admin to solve that one :

    • start /w pkgmgr /iu:Microsoft-Windows-NetFx3-OC-Package
    • start /w pkgmgr /iu:Microsoft-Windows-NetFx4-US-OC-Package
    • start /w pkgmgr /iu:Microsoft-Windows-NetFx3-WCF-OC-Package
    • start /w pkgmgr /iu:Microsoft-Windows-NetFx4-WCF-US-OC-Package

    I see that a user mentionned that, you could also do that with dism utility.

    I think they are already fixing this one.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2019-04-11T00:27:59+00:00

    The repair tool doesn't work, but it does give me a "Failed" result, recommending to reinstall, which I can't do. The manual .NET installer also doesn't work.

    There are more reports of others experiencing this issue appearing in the Feedback hub now.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2019-04-10T15:41:44+00:00

    Which .NET framework are you talking about ?

    There are two of them. In my system one of them ( .NET Framework 3.5 ) always comes disabled ( unchecked ) by default. The other ( .NET Framework 4.8 ) comes partially enabled.

    If I check the box besides .NET Framework 3.5, a dialog window opens, asking me to allow Windows Update to download necessary files.

    After the files are downloaded and installed, I have .NET Framework 3.5 installed.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments