Error 0x800f0922 when turning .NET Framework 3.5 Feature (NetFx3) on in Windows 10 Enterprise

0

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.

windows-10
.net-3.5
asked on Super User Aug 19, 2015 by Jorre Meijrink • edited Jun 14, 2017 by fixer1234

1 Answer

0

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.

answered on Super User Sep 15, 2015 by Jorre Meijrink

User contributions licensed under CC BY-SA 3.0