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
- VIRENDRAJGDJul 10, 2021Copper Contributor
- Dimitrije405Jul 10, 2021Copper 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.
- Dimitrije405Jul 10, 2021Copper ContributorAre you downloading from the Microsoft Windows 11 or Thepiratebay?
- Valcio123Jun 29, 2021Copper Contributordont 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