I'm trying to enable the NetFx3 feature on Windows 10, this fails through 'Turn Windows features on or off'. And also fails through DISM. I tried the following commands:
dism /online /enable-feature /featurename:NetFx3 /All dism /online /enable-feature /featurename:NetFx3 /All /LimitAccess dism /online /enable-feature /featurename:NetFx3 /All /source:F:\sources\sxs dism /online /enable-feature /featurename:NetFx3 /All /source:F:\sources\sxs /LimitAccess
All with the same output at the command line:
Deployment Image Servicing and Management tool Version: 10.0.10240.16384 Image Version: 10.0.10240.16384 Enabling feature(s) [==========================100.0%==========================] Error: 0x800f0922 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
The DISM log can be found here.
I also already changed the Group policy to get optional component installation and repair from Windows Update directly instead of WSUS, because we use a WSUS server in our domain.
I ended up reinstalling RTM version of Windows 10, as I was upgraded from Technical preview before. After installing Windows 10, I immediately turned the Windows Feature Net Framework 3.5 on. And that worked.
Thank you for your efforts.
User contributions licensed under CC BY-SA 3.0