Share via

error code x80070422 .net framwork

manoj parmar 1 Reputation point
2021-06-08T12:17:32.247+00:00

how to solution error code x080070422 .net framework and install,and windows update so "somethings went wrong. try to reopen settings later

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft Security | Microsoft Graph

1 answer

Sort by: Most helpful
  1. Kapil Arya 37,826 Reputation points Volunteer Moderator
    2021-06-09T10:35:44.6+00:00

    Hello,

    Try the DISM method to enable .NET Framework 3.5 on your system.

    Please refer following step-by-step guide:

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

    To fix 'Something went wrong. Try to reopen Settings later', try to re-register Settings app:

    1. Open administrative Windows PowerShell.
    2. In PowerShell window, type/paste following cmdlet and press Enter key:

    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    Let the command complete.

    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.