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.
Valcio123
Jun 29, 2021Copper Contributor
try 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
Valcio123
Jun 29, 2021Copper Contributor
dont forget to save as "notepad.cmd"
- Dimitrije405Jun 30, 2021Copper ContributorYes, I tried, but the file does not open as a CMD or as an administrator.
- Dimitrije405Jun 30, 2021Copper Contributor