.NET Framework 3.5 installation error: 0x800F0950

Anonymous
2017-12-14T20:14:23+00:00

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

Windows for home | Windows 10 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2017-12-14T20:18:23+00:00

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.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2018-09-17T17:26:57+00:00

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...

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

84 additional answers

Sort by: Newest
  1. Anonymous
    2019-02-04T10:47:40+00:00

    Wellcome, I`m glad that it worked, I was able to help you. :)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-02-04T10:36:33+00:00

    Thank you for your advice. I had in the interim solved this issue by installing the two updates of this application.

    Many thanks,

    William

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-02-04T01:49:59+00:00

    I've been using Windows since 3.11 in 1995. Then came along 95.

    I got MCSE Certified in 1996. I know Windows right through to making changes in the Registry. With the advent of Windows 10 to Microsoft schizophrenic narcissists think that it would be a good idea to have the PC resemble a **** cell phone. 

    I've had it those **** clowns and their whacked mindsets. 

    I just split the drive for a dual boot with Ubuntu. What an amazing OS!

    The install setup everthing...and I do mean everything...even the Network connections. I contacted the community. They are working on an automatic updating system for the OS and drivers. Currently it's not convenient for non-savvy PC Users. But once they get that system in place. That's going to be the downfall of MS. History shows that once a company reaches a certain level of success they think that they are invincible and start acting in tyrannical manner such as MS taking my ability to update when I want...not when they force it on me  which has cost me many, many hours of fixing their **** up. And time is money!

    Another year and MS is out of my life forever.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments