.NET Framework 3.5 installation error: 0x800F0950

Hello, I get this error: .NET Framework 3.5 installation error: 0x800F0950

I'm running an HP, Windows 10 home.. Okey i had this situation.. At the beginning i tried to reset my windows cause i wanted to, It didn't work so i installed a new windows 10 home, Then after i while i noticed that every wasn't running correctly, Then after i while i wanted to download .NET Framework 3.5, But that i got this error above, Someone help me please, In need !

Moved from Windows / Windows 10 / Windows update, recovery, & backup

Answer
Answer

Hi,

This worked for me... You need to put Installation Media in your DVD drive, Flash Drive or elsewhere... I used a Flash Drive...

Enter this into Command Prompt (Admin) or PowerShell (Admin)…

Dism /online /enable-

feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

Change D: to drive letter the installation media is on...

114 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Answer
Answer
Open Notepad then copy in this code

@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

Save the file as netfx.cmd

Right click it and choose Run as administrator.

The file will install .NET Framework 3.5 automatically after finding the drive letter of your Windows 10 installation media.

If media not found insert Win10 Usb or Dvd drive and run as administrator again.
Best,
Andre
twitter/adacosta
groovypost.com

183 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated May 16, 2024 Views 193,149 Applies to: