¿Qué son los productos OEM y por qué son más baratos?
21 mayo, 2021
9 Vital Steps to Secure Your Windows 10 Computer
21 mayo, 2021

How to Fix Error Code 0x800F081F in Windows 10

Cómo solucionar el código de error 0x800f081F en Windows 10

Rate this post

Despite significant improvements over the last couple of years, Windows is still prone to throwing out the occasional error code.

Today, it’s time to investigate error code 0x800F081F. Keep reading to find out what causes it and how you can resolve the issue.

What Causes Error Code 0x800F081F?

Error code 0x800F081F is one of four possible error codes that all point to the same underlying issue. The other three are error code 0x800F0906, error code 0x800F0907, and error code 0x800F0922.

Microsoft .NET Framework 3.5 incompatibilities cause each of these error codes. Typically, they will occur when you enable the .NET Framework using either the installation wizard, the Deployment Image Servicing and Management (DISM) tool, or Windows PowerShell commands.

You will only see the codes on Windows 10, Windows Server 2016, Windows Server version 1709, Windows 8.1, Windows Server 2012 R2, Windows 8, and Windows Server 2012. On those operating systems, Microsoft .NET Framework 3.5 is a “Feature on Demand” (i.e., it is not enabled by default).

When you turn on the feature, Windows Update tries to grab .NET binaries along with other necessary files. If your computer is not correctly configured, you might see the codes.

  • 0x800F081F: Windows could not find the .NET source files for the installation to proceed.
  • 0x800F0906: Windows either could not download the .NET source files, could not connect to the internet, or could not install a role, role service, or feature.
  • 0x800F0907: Either the DISM tool failed, or your network policy settings prevented Windows from connecting to the web.
  • 0x800F0922: The processing of .NET advanced installers or generic commands failed.

How to Fix Error Codes 0x800F081F, 0x800F0906, 0x800F0907, or 0x800F0922 on Windows 10

Thankfully, the methodology for fixing the first three error codes is the same. There are two approaches you can try. For error code 0x800F0922, you need to jump straight to method two.

1. Configure Your Group Policy

Your group policy settings may be affecting Windows’ ability to activate the installation.

Note: Natively, the Group Policy Editor is only available in Windows 10 Pro, Enterprise, and Education. Thankfully, there’s a workaround. You can follow our guide to accessing the Group Policy Editor on Windows 10 Home.

To start, press Windows Key + R to bring up the Run dialogue. Next, type gpedit.msc and hit Enter. The command will open the Group Policy Editor window.

Once the editor is on your screen, use the left-hand panel to navigate to Computer Configuration > Administrative Templates > System.

fixing error code 0x800f081f in windows 10

Move your attention to the right-hand panel. Scroll down until you find the entry labeled Specify settings for optional component installation and component repair. You will find it underneath the folders you see at the top of the list.

Double link on the entry to open the Settings window. Finally, in the top left-hand corner, mark the checkbox next to Enabled and click OK.

fixing error code 0x800f081f in windows 10

If you’d like to learn more, check out our list of other interesting ways the Group Policy Editor can make your PC better.

2. Enable the .NET Framework Using a DISM Command

Note: This is the only method that will fix error code 0x800F0922.

The second approach requires you to use a DISM command to enable the .NET Framework. Don’t worry; it’s not as complicated as it sounds. Follow our guide, and you will be fine.

Before starting on the main process, you will first need to make sure you have an ISO image of Windows 10 handy. The ISO version must exactly match your current operating system.

You can create an ISO image using Microsoft’s official Media Creation Tool, which you can download from Microsoft’s website.

Once the download has finished, run the tool and click on Create installation media for another PC. On the next screen, choose your language and system architecture, then select ISO file to begin the creation process. Burn the ISO file onto a DVD before continuing.

Ready? Now we can begin to fix the error code.

To start, you need to mount your freshly created ISO image. Open File Explorer and double-click on the file. It should mount automatically. Alternatively, you can right-click the file and select Mount from the context menu.

If the process was successful, you will see the ISO in a virtual drive in the left-hand panel of the window. Make a note of the drive’s letter.

Note: To unmount the image, right-click on the virtual drive in This PC and choose Eject.

fixing error code 0x800f081f in windows 10

Once the image is mounted, input cmd in the Start menu search bar. When you see the list of results, right-click Command Prompt and select Run as administrator.

On the command line, type dism /online /enable-feature /featurename:NetFx3 /All /Source:[Drive]:sourcessxs /LimitAccess. Replace [Drive] with the drive letter you made a note of previously, and make sure you leave spaces in the correct places. When you’re ready, press Enter.

3. Try to Reinstall Microsoft .NET Framework 3.5

After you’ve successfully navigated the instructions, it’s time to install .NET Framework 3.5 and see if error code 0x800F081F (or one of its associated error codes) returns.

Open the Settings app and go to Apps > Apps and Features. Scroll down to Related Settings and click on Programs and Features. Next, in the new window, click on Turn Windows features on or off in the upper left-hand corner.

turn windows features on or off net framework

Finally, mark the checkbox next to .NET Framework 3.5 (includes .NET 2.0 and 3.0) and click on OK. The installation process will take a few minutes to complete, depending on the speed of your connection.

Did it work? Great, you’ve beaten error code 0x800F081F.

How to Fix Error Code 0x800F081F: A Summary

To fix error code 0x800F0922 on Windows 10:

  1. Open the Group Policy Editor.
  2. Go to Computer Configuration > Administrative Templates > System.
  3. Double-Click on Specify settings for optional component installation and component repair.
  4. Select Enable.

If that doesn’t work, follow these instructions instead.

  1. Create and mount a Windows 10 ISO image.
  2. Open Command Prompt as an administrator.
  3. Type ism /online /enable-feature /featurename:NetFx3 /All /Source:[Drive]:sourcessxs /LimitAccess (replacing [Drive] with the appropriate letter).
  4. Press Enter

Troubleshooting Windows Doesn’t Have to Be Troublesome

Look, we get it. There’s a whole load of seemingly highly technical information in this post. But don’t let that put you off. The steps are easy to follow and will almost always result in the problem going away.

The same applies to many of the most common issues that you might encounter while using Windows. Remember, Windows has a built-in troubleshooter in the Settings app (go to Settings > Update and Security > Troubleshoot to find it). The tool can fix most of the problems you will encounter will very little input from you.

All in all, Windows has made great strides in simplifying the ease with which you can fix problems, so don’t be dissuaded from trying! At the very least, you might save yourself some money from not having to visit a computer repair shop.

critical-process-died-fix
Critical Process Died in Windows 10? How to Fix This Stop Code

The “critical process died” stop code is one of the most undesirable sights for a Windows user. Here’s how to fix it in a few easy steps.

Read Next

About The Author

.