Option 1: Bypass WSUS (temporarily)
To fix the problem, temporarily bypass WSUS server using the registry.
- Type
regedit.exe
and click OK - Go to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- Edit the value
UseWUServer
and set it0
- Restart Windows
- Install .NET via server manager.
- Change registry and set the value
UseWUServer
to0
Option 2 : Install .NET framework via the *.ISO file
- Mount the ISO image.
- Open an elevated command prompt
- enter the command :
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:F:sources/sxs - .NET should install.
Error 0x800f0954 usually occurs at the time of installing the .NET Framework or sub-components on Windows 10. Here’s how to resolve this issue in simple steps.
https://prepcsolutions.com/error-code-0x800f0954/
Amazing fix thanks!