Share via

Error when trying to enable .net framework 3..5

Anonymous
2023-06-11T05:17:49+00:00

Windows couldn't complete the requested changes.

Windows couldn't find the files to complete the requested changes. Make sure you are connected to internet, and try again.

Error code: 0x80070490

I was trying to enable .net framework 3.5 and it bombs with the above error

Windows for home | Windows 11 | 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

2 answers

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-06-11T05:23:21+00:00

    Hi Peggy,Open OptionalFeatures.exe. Is the ".NET Framework 3.5" option shown there? Anyway, please try the ISO method.

    Download the Windows 11 ISO, mount it, and run the DISM command mentioning the source (X:\Sources\SxS) folder.

    Example: dism /online /enable-feature /featurename:NetFX3 /Source:h:\sources\sxs /LimitAccess

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2023-06-11T06:10:22+00:00

    Hello,

    Try enabling .NET Framework 3.5 using DISM:

    https://www.kapilarya.com/how-to-enable-net-framework-3-5-in-windows-11

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    Was this answer helpful?

    0 comments No comments