Windows 11 Fix .Net 3.5 Framework Error Code 0x800F0950

People are currently reading this guide.

In this guide we will see how to fix Error code 0x800F0950 while installing .Net Framework 3.5 in Windows 11. Follow this tutorial step by step, required commands and download links provided.

First, Lets fix this Error 0x800F0950 in .Net 3.5 Framework installation. Follow this video 1. If you see "Source Files Could not be Found", then follow video number 2 below. Lets gets started. 



Then If you get Source could not found error during the process, then follow this video below to fix that, and continue with the first video, where you had left.




How to Fix .Net 3.5 Framework Error Code 0x800F0950 in Windows 11


Download .Net Framework 3.5 from Microsoft website

Code we have to copy 

@echo off
Title .NET Framework 3.5 Offline Installer
for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\\sources\install.wim" set setupdrv=%%I
if defined setupdrv (
echo Found drive %setupdrv%
echo Installing .NET Framework 3.5...
Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess
echo.
echo .NET Framework 3.5 should be installed
echo.
) else (
echo No installation media found!
echo Insert DVD or USB flash drive and run this file once again.
echo.
)
pause

DISM Cab Download Link for Windows 11


Download these 2 files


DISM Commands for Windows 11


Command 1
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess

Command 2

Dism /Online /Cleanup-Image /RestoreHealth

Command 3

Dism.exe /online /enable-feature /featurename:NetFX3 /source:C:\ /LimitAccess 

Command 4

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess 

Command 5

 DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\sources\install.wim /LimitAccess


Any Issues? - Live Connect

You have our undying gratitude for your visit!