Share via

How to resolve the error 0x800f0954 when installing .NET Framework

Anonymous
2023-06-05T13:35:40+00:00

Whenever I try to install .NET Framework 3.5, I get the error: 0x800f0954. I have tried to even reset the registry value for UseWUServer but it didn't work.

Had tried to update my Windows 10 to the current version which is 22H2 but it didn't accept the installation of the .NET framework.

Windows for home | Windows 10 | Windows update

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

  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2023-06-05T15:09:36+00:00

    Whenever I try to install .NET Framework 3.5, I get the error: 0x800f0954. I have tried to even reset the registry value for UseWUServer but it didn't work.

    Hi there,

    Please try John's instructions for the .Net Framework issue. If disabling the UseWUServer registry value didn't help, see Method 3 (using the ISO) Error 0x800F0954 Installing .NET Framework 3.5.

    Had tried to update my Windows 10 to the current version which is 22H2 but it didn't accept the installation of the .NET framework.

    It would help if you posted the setup error code you received. Please download SetupDiag and run it. The tool collects the setup logs and saves them into a zip file named Logs.zip on your desktop. Upload the file to your OneDrive, Dropbox, or any other cloud hosting account and share the link here.

    1 person found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. John DeV 162.5K Reputation points Independent Advisor
    2023-06-05T14:09:03+00:00

    Hello ITHIGA,

    Good day! I'm John Dev a Windows user like you and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you.

    If you have a third-party VPN or Antivirus installed, please try to temporarily uninstall it then check if the issue persists.

    Please check and try Shawn Brink's tutorial guide in the link below on How to Install .NET Framework 3.5 in Windows 10. Please see Option Six.

    https://www.tenforums.com/tutorials/140142-inst...

    Kindly let me know if this helps or if you have any further concerns.

    Kind regards,

    John DeV

    Independent Advisor

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-02-12T22:35:55+00:00

    This helps no one.

    The question is specifically about error code 0x800F0954

    Your answer is about generic .Net installs.

    Please read the question properly before answering next time.

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-01-08T10:32:51+00:00

    Hello all,

    In my case, .net 3.5 installation only works via Powershell.

    You need a Win10/11 iso - it must be open.

    Then run Powershell as admin and enter the following command:

    Dism /online /enable-feature:NetFx3 /All /Source: E:\sources\sxs /LimitAccess

    "E:" stands for the drive letter in which the ISO file is opened.

    Execute the command with Enter.

    Then restart the client and it should work.

    3 people found this answer helpful.
    0 comments No comments