Forum Discussion
Dimitrije405
Jun 28, 2021Copper Contributor
Windows 11 Error about Net framework 3.5 includes( NET 2.0 and 3.0)
I tried to fix the error, but when i install every time, it says Error code: 0x800F0950. I tried with CMD and Windows features updates. But nothing workds.
9 Replies
- djiunit92Copper Contributor
Hello Dimitrije405,
This is the solution to your problem, just follow those steps after viewing this video below :
https://www.youtube.com/watch?v=vFtypMTleoM
Curious that this software generate error by spending by Install Feature menu, especially since this is a Microsoft program.
Good luck
Djiby- Dimitrije405Copper Contributor
djiunit92 Thanks for helping, but i downloaded the Windows 11 from Microsoft. All fixed things. 🙂
- Valcio123Copper Contributortry to open notepad with adm rights and paste this script of manual instalation of net framework. @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:sourcesinstall.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:PLACEHOLDER:sourcessxs /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 **** Dont forget to remove the keywords of the local media instalation
- VIRENDRAJGDCopper Contributor
- Dimitrije405Copper ContributorYes, I contacted them, they say to post it here on the site and I will respond within the deadline. Of course maybe it's better to go back to Windows 10, because again Windows 11 is a beta version and it comes out in my estimation only in 2022. So this is still 70% real, 30% windows 10.
- Valcio123Copper Contributordont forget to save as "notepad.cmd"
- Dimitrije405Copper ContributorYes, I tried, but the file does not open as a CMD or as an administrator.