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: Newest
  1. Anonymous
    2019-04-16T19:26:18+00:00

    I do like a challenge, but so far I have not found any way to fix this issue with .NET. The commands meant to restore it do not work.

    I even did a Windows Reset, but the results were no better than your in-place upgrade. .NET still looks the same, with several items misplaced in the list of available Windows Features. Even MMC cannot load the Event viewer now.

    This was all on a Hyper-V VM, so I can restore that easily, but I will try to send in a Feedback Hub Capture of the issues before I am done with it.

    That leaves a clean install as the only way forward that I can suggest. My system is setup with all data on separate disks, so a clean install for me has very minimal impact.  I totally remove all partitions from my NVMe SSD during a clean install.  I do not have many Apps, so it does not take long to be back to normal, and usually with several things improved, after a clean install.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-04-16T03:05:34+00:00

    No none of those are there and attempting to install them results in "unknown" message.

    To replicate, I uninstalled every single Feature and then went into DISM commands and kept uninstalling with a /Remove switch to totally remove everything. Now the Features list has everything disabled.

    From the online searches I have done, difficulty reinstalling .NET features has happened in previous Windows versions and some suggest that Disabling Features was behaving as if /Remove had been used, but that the usual reinstall commands no longer work.

    I did install PowerShell 6.0, which gives me another way to run commands, but the results are no better than using the DISM commands.  The pkgmgr commands do run without error, but they do not resolve it.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-04-16T02:11:29+00:00

    Not sure if you are still trying on this, but I am still trying to learn more about it.

    I managed to recreate your situation, but have not been able to recover from it yet. Searching online does not find a lot about this and most who try to fix it end up needing to do a Windows Reset to fix it.  A few post things that appear to work in some cases, but none have worked for me yet.  The "parent features" required are still a mystery to me at this point.

    Wow Don, appreciate your effort here mate!

    I haven't reset the PC just yet, so let me know if there's anything you'd like me to try.

    How did you end up replicating the issue?

    When you use the command "DISM /Online /Get-Features /PackageName:Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.18362.1 /Format:Table", do the following features appear at all? I think these are the missing .NET features that can't be enabled (because they're not there):

    NetFx4-AdvSrvs

    WCF-Services45

    WCF-TCP-PortSharing45

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-04-16T01:53:46+00:00

    Not sure if you are still trying on this, but I am still trying to learn more about it.

    I managed to recreate your situation, but have not been able to recover from it yet. Searching online does not find a lot about this and most who try to fix it end up needing to do a Windows Reset to fix it.  A few post things that appear to work in some cases, but none have worked for me yet.  The "parent features" required are still a mystery to me at this point.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. 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