Share via

Error code 0x80072ee2 while runing Install-WindowsFeature Web-Asp-Net

Harsha Ujjwal 1 Reputation point
Oct 28, 2022, 3:36 PM

I was trying to run Install-WindowsFeature Web-Asp-Net, at first I was getting 0x800f0954 but after some fixes I started receiving 0x80072ee2.

I get same error code 0x80072ee2 for Install-WindowsFeature -name NET-Framework-Core -source C:\sources\sxs Image
255163-image.png

I have tried on server manager as well. Nut there also I am getting same error.Image
255194-image.png255117-0x80072ee2.png

Can anyone help to get this resolved asap?

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,598 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 34,946 Reputation points
    Oct 28, 2022, 5:28 PM

    at first I was getting 0x800f0954 but after some fixes

    If you have made updates, then I would suggest that a reboot would be the next step.

    Then I would check Windows Update to see if it detects that something else needs to be installed. Install those updates and reboot if necessary.

    Then I would RDP to the server and use the Optional Features dialog to install the IIS/ASP features.

    An internet search shows the 0x80072EE2 to be related to Windows Update and network interruptions. If you still get the error, then in Settings run the Window Update troubleshooter and see if that detects anything. Is your network (proxy servers, firewalls) running properly?

    255252-image.png

    0 comments No comments

  2. Ian Xue 38,846 Reputation points Microsoft Vendor
    Oct 31, 2022, 3:29 AM

    Hi

    Please try to temporarily bypass WSUS and restart the Windows Update service.

    1. Right-click Start, and click Run.
    2. Type regedit.exe and click OK.
    3. Go to the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
    4. In the right-pane, if the value named UseWUServer exists, set its data to 0.
    5. Exit the Registry Editor.
    6. Restart the Windows Update service.

    https://learn.microsoft.com/en-us/answers/questions/112308/error-code-0x800f0954-on-windows-10.html

    Hope this helps.

    Best Regards,
    Ian Xue

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

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