Ошибка 0x800f081f dism windows 11

Running the update troubleshooter is an easy fix

by Vladimir Popescu

Being an artist his entire life while also playing handball at a professional level, Vladimir has also developed a passion for all things computer-related. With an innate fascination… read more


Updated on

  • Microsoft .NET Framework is an important software to run software and applications on Windows OS.
  • If there are some issues with the .NET Framework, then you may experience Windows 11 update error 0x800f081f.
  • To fix this, you can try to tweak the Group Policy files, install Windows updates manually, or remove WUServer and WIStatusServer from registry.

How to fix 0x800f081f Windows 11 install error

XINSTALL BY CLICKING THE DOWNLOAD FILE

Repair all Windows Updates Errors with Fortect:

SPONSORED

Windows update failures can be annoying! With Fortect, you will get rid of errors caused by missing or corrupted files after an update. The utility maintains a repository of the original Windows system file versions, and it uses a reverse algorithm to swap out the damaged ones for good ones.

  1. Download Fortect and install it on your PC
  2. Start the tool’s scanning process to look for corrupt files that are the source of the issues
  3. Right-click on Start Repair to resolve security and performance issues with your computer
  • Fortect has been downloaded by 0 readers this month, rated 4.4 on TrustPilot

Installing the latest Windows 11 updates is essential for multiple reasons. But our readers have been complaining about the Windows 11 install error 0x800f081f. This error code is mainly related to the Microsoft .NET Framework 3.5 incompatibilities.

Notably, similar issues were reported by users with the Windows 10 OS as well. Here’s what to do to fix it.

What does Windows 11 error code 0x800f081f mean?

Error 0x800f081f is a system error code related to updates in Windows 11. The interesting fact about this error code is that it’s among the most common ones that pop up for the same reason. Here are some of the causes of this error:

  • Improper connection – This happens because Windows cannot download the critical files from the available update.
  • .Net Framework issue – Microsoft .Net Framework incompatibilities also cause this problem so updating .Net Framework can be a viable solution.
  • Improper commands – It may also come up because of the DISM (Deployment Image Servicing and Management) tool, or some Windows PowerShell commands.

The other three error codes are 0x800F0906, 0x800F0907, and 0x800F0922. All these error codes, including error code 0x800F081f, will show you an error message: 

There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help.

Now that we know what we’re dealing with, let’s fix the problem with the solutions below.

How do I fix error code 0x800f081f in Windows 11?

In this article

  • What does Windows 11 error code 0x800f081f mean?
  • How do I fix error code 0x800f081f in Windows 11?
  • 1. Run the Windows Update troubleshooter
  • 2. Tweak your group policy
  • 3. Repair Windows system files
  • 4. Download Windows 11 update manually
  • 5. Clear Windows Update Cache and components
  • 6. Remove WUServer and WIStatusServer from registry
  • Why do my Windows updates keep failing?
  • What else can I do to avoid Windows 11 update error 0x800f081f?

1. Run the Windows Update troubleshooter

Multiple users reported that Windows Update troubleshooter can help you restore the 0x800f081f error on Windows 11 OS.

1. Open the Start Menu.

2. Type in Troubleshoot other problems and open the app.

troubleshoot other settings

3. Click Run next to Windows Update.

windows-11-update-error-0x800f081f

4. The troubleshooter will begin the diagnosis and will check for errors.

windows-11-update-error-0x800f081f

5. Apply the recommended fixes.

6. Restart your PC.

One of the most common solutions to fix most of the common Windows 11 issues is to run the in-built Windows troubleshooter.

To fix this Windows 11 update error 0x800f081f, we advise you to try the Windows update troubleshooter. It will not only detect the issue but possibly fix it during the process.

2. Tweak your group policy

  1. Press Windows + R keys to open the Run dialogue.
  2. Type gpedit.msc and hit Enter.
  3. Expand Computer Configuration.
  4. Then expand Administrative Templates.
  5. Click on System.system
  6. On the right pane, click on the entry labeled Specify settings for optional component installation and component repair.group policy editor
  7. Double-click on this entry to open it.
  8. Check Enabled and hit OK.enable

3. Repair Windows system files

  1. Open the Start menu.
  2. Search for Command Prompt and run it as an administrator.cmd admin
  3. Type the below command and hit Enter.
    sfc /scanowsfc-scannow
  4. Your PC will start scanning and, in the process, will try to fix the issue.
  5. Reboot your PC.
  6. Again open command prompt.
  7. Type in the below command and hit Enter
    chkdsk C: /f /r /x
  8. After the process completes, enter the below command and press Enter.
    DISM.exe /Online /Cleanup-image /Restorehealth
  9. You will see the message – The operation completed successfully. Close the window and reboot your PC.

Besides this manual process, you can always choose a professional tool that will perform all these steps automatically. It is a safer and much easier option for your computer’s health and performance.

4. Download Windows 11 update manually

  1. Open the official Microsoft Catalogue website.
  2. In the search bar, enter the KB (Knowledge Base) number of the Windows update you wish to download and hit the Search button.windows 11 update error 1
  3. A list of available update packages associated with the entered KB number will show up.list of updates
  4. Click on the update’s title to get more information, such as Installation Resources, Package details, and Languages supported about the update.update details
  5. Identify the correct update and hit the Download button.download the update
  6. Right-click on the download link and press Save link as.save link as
  7. Choose the download directory and press Save.download directory
  8. Open the folder where you have downloaded the Windows 11 update package.
  9. Double-click on it to run.open the update
  10. After a few seconds, press the Yes button on the Windows Update Standalone Installer pop-up to begin the update installation.
    0x800f081f windows 11
  11. Reboot your PC and check if this fixes the Windows 11 update error 0x800f081f.

5. Clear Windows Update Cache and components

  1. Open the Start menu.
  2. Search for Command Prompt and run it as an administrator.cmd admin
  3. Type the below commands and hit Enter after you have typed each command, one by one.
    Net Stop bits
    Net Stop wuauserv
    Net Stop appidsvc
    Net Stop cryptsvc
    Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak
    Ren %systemroot%system32catroot2 catroot2.bak
    Net Start bits
    Net Start wuauserv
    Net Start appidsvc
    Net Start cryptsvc

4. Exit cmd and restart your PC.

6. Remove WUServer and WIStatusServer from registry

  1. Open Run dialog using Windows + R keys on your keyboard.
  2. Type the below command and press Enter.regeditregedit run command
  3. Click on Yes if a prompt asks you for permission.
  4. You need to navigate to the below address
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  5. On the right pane, locate WUServer and WIStatusServer.
  6. Delete both entries.delete registry entries
  7. If these entries are not available, then hop onto another solution.

Why do my Windows updates keep failing?

There are several potential causes for problems like Windows Update failing repeatedly. Based on user feedback, we have generated a list of the most frequent reasons.

  • Out-of-date drivers – Drivers must operate components like graphic cards and network cards that aren’t natively compatible with Windows. Windows Update problems might result from outdated drivers connected to this problem.
  • System file errors or absences – System files are essential to the smooth operation of your device. Your system files may have recently been destroyed or damaged, which is why Windows Update failed.
  • A problem with the Windows Update service – Your update service may be having problems. If so, alternate methods for downloading the most recent Windows update are provided above.

Remember that not all potential reasons are included in the list mentioned above. However, the error can occur specifically for you because of a problem with your machine.

What else can I do to avoid Windows 11 update error 0x800f081f?

When you come across an error, and that too while installing a Windows 11 update, then it can be frustrating and annoying.

The solutions mentioned above can be of great help when facing Windows 11 update error 0x800f081f, but that’s not all.

If, for some reason, none of the above steps helped you fix it, then we have some important points that you can follow and check if this fixes the issue or not.

Make sure the .NET Framework is turned on

It is essential since this issue is related to the Microsoft .Net Framework. Open Windows Feature by searching for it on the Start menu and checking the box next to .NET Framework 3.5 (includes .NET 2.0 and 3.0).

Hit OK and reboot your PC. Ensuring the .NET Framework is enabled will let you get automatic updates with no issues.

Turn off Developer Mode

All you need to do is open the Start menu and search for Developer mode. Open it and make sure to turn off Developer mode.

There are instances when developer mode may interfere with Windows update installation and, thus, the error. Make sure it is disabled and check if this fixes the issue or not.

Reset your copy of Windows 11

If absolutely nothing works, then as a last resort, all you can do is reset or reinstall the Windows 11 OS on your PC. Possibly, some critical files were not installed during the previous installation.

If you encounter the 0x800f081f error on Windows 10, we have another article on the topic that you can check out.

Let us know in the comments below which one of the above solutions helped you fix the Windows 11 update error 0x800f081f. Moreover, you can also share with us any other solution.

newsletter icon

‍The 0x800f081f error is a common problem for users of Windows 11 operating system.

This error can occur when trying to install a new feature or update .

If you’re having trouble installing Windows 11 and the error 0x800f081f is preventing you from completing the installation, this article is for you.

We’ll also provide instructions on how to use the DISM tool to repair the 0x800f081f error.

Finally, we’ll provide some additional tips for troubleshooting the 0x800f081f error in Windows 11.

  • What is the 0x800f081f Windows 11 error?
  • Causes of the 0x800f081f error
  • How to fix the 0x800f081f Windows 11 error ?

  • Check Windows Update Components
  • Using the Microsoft Update Catalog
  • Restoring your System Files
  • Using a System Restore Point
  • Resetting Windows Update Components
  • Conclusion

What is the 0x800f081f Windows 11 error?

The 0x800f081f error is an error code that indicates the Windows 11 installation has failed.

  1. This error is typically seen during the installation process, when the user is attempting to install a new feature or update to Windows 11.
  2. The error may also appear if the user is trying to install an application that requires certain Windows 11 features to be installed.
  3. The 0x800f081f error can occur for a variety of reasons, including missing or corrupted system files, incorrect registry settings, or incorrect security settings.
  4. It can also occur if the Windows Update service is having trouble downloading the necessary files.

install error 0x800f081f windows 11

As mentioned above, the 0x800f081f error can have a variety of causes.

  1. Some of the most common causes include missing or corrupted system files, incorrect registry settings, or incorrect security settings.
  2. It can also occur if the Windows Update service is having trouble downloading the necessary files.
  3. In addition to these common causes, the 0x800f081f error can also be caused by a hardware problem, such as a faulty hard drive or RAM module.
  4. The error can also occur if a virus has infected the system files, or if the system has experienced a power outage during the installation process.

How to fix the 0x800f081f Windows 11 error ?

There are a few different ways to fix the 0x800f081f error in Windows 11.

windows 11 install error

The first step is to use the DISM tool to repair the 0x800f081f error. DISM (Deployment Image Servicing and Management) is a command-line tool that can be used to repair and troubleshoot Windows images.

Total Time: 11 minutes

  1. Using DISM Tool

    open cmd elevated windows 11

    First, open the Command Prompt as an administrator by typing “cmd” in the search box and then right-clicking on it and selecting “Run as administrator.”

  2. Enter the command

    run dism tool

    Then, type the following command and press Enter:
    DISM.exe /Online /Cleanup-image /Restorehealth

  3. Scan the Windows Image

    restore windows components dism windows 11

    This command will scan the Windows image for any errors and attempt to repair them. It may take several minutes for the command to complete, so be patient.

  4. Install new app or update

    Once the command has finished, you can try to install the feature or update again to see if the 0x800f081f error has been resolved.

If not, there are a few other things you can try.

Check Windows Update Components

If the 0x800f081f error persists, you can try to check the Windows Update components to make sure they are working properly. To do this, open the Command Prompt as an administrator and type the following command:

DISM.exe /Online /Cleanup-image /Scanhealth

This command will scan the Windows image for any errors and attempt to repair them. Once the command has completed, you can then try to install the feature or update again.

Using the Microsoft Update Catalog

If the 0x800f081f error still persists, you can try to use the Microsoft Update Catalog to download and install the necessary files.

To do this, go to the Microsoft Update Catalog website and search for the feature or update you’re trying to install.

Once you’ve found the feature or update, download the necessary files and then install them manually.

This can be done by double-clicking the downloaded files and following the on-screen instructions.

windows 11 update error

Restoring your System Files

It comes with a variety of commands that allow you to repair, scan, and restore damaged or missing system files.

  • The ‘restorehealth’ command will scan the integrity of all protected system files and replace any incorrect versions with the correct versions from the Windows image file.
  • This command also repairs any corrupted system files that may have been caused by viruses, software conflicts, or other issues.
  • Additionally, the ‘scanhealth’ command can be used to check for component store corruption without making any changes to your system.

Using these commands can help fix many issues related to corrupted or missing system files and help keep your computer running smoothly.

Using a System Restore Point

If you’re still having trouble installing the feature or update, you can try using a system restore point.

A system restore point is a snapshot of your system that can be used to restore your system to a previous state.

To use a system restore point, open the Control Panel and go to the System and Security section. Then, click on the “System Restore” option and follow the on-screen instructions.

Resetting Windows Update Components

If the 0x800f081f error still persists, you can try resetting the Windows Update components. To do this, open the Command Prompt as an administrator and type the following command:

net stop wuauserv net stop cryptSvc net stop bits net stop msiserver

This command will stop the Windows Update services. Once the services have been stopped, type the following command and press Enter:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old

This command will rename the Windows Update folders. Then, type the following command and press Enter:

net start wuauserv net start cryptSvc net start bits net start msiserver

This command will start the Windows Update services. Once the services have been started, try to install the feature or update again to see if the 0x800f081f error has been resolved.

Conclusion

The 0x800f081f error is a common problem for users of Windows 11. In this article, we discussed what the 0x800f081f error is, what causes it, and how to fix it.

We also provided instructions on how to use the DISM tool to repair the 0x800f081f error. Finally, we provided some additional tips for troubleshooting the 0x800f081f error in Windows 11.

fix error 0x800f081f windows 11

If you’re having trouble installing Windows 11 and the error 0x800f081f is preventing you from completing the installation, try using the methods outlined in this article. If none of the methods work, contact Microsoft Support for assistance.

Palla Sridhar is the writer and admin for WindowsTechIt.com. His primary focus is to write comprehensive how-tos and solutions guides for Windows 11, 10, Skype, Outlook, HDMI, Redmi, Facebook, Google, Tech Apps and LinkedIn.

In this troubleshooting guide where we will address a common issue encountered by Windows 11 users and it is DISM error 0x800f081f. DISM (Deployment Image Servicing and Management) is a powerful command-line tool used to service Windows images, including repair operations. However, when attempting to run DISM and encountering error code 0x800f081f, it indicates that the tool is unable to locate the necessary files to complete the operation. In this article, we will provide step-by-step solutions to help you fix it.

Page Contents

Fix 1: Run Windows Update Troubleshooter

1. Press the Win + I keys to open Settings.

2. Click System > Troubleshoot.

Fix: DISM error 0x800f081f on Windows 11

3. Click on Other troubleshooters.

Fix: DISM error 0x800f081f on Windows 11

4. Click on the Run button next to Windows Update.

Fix: DISM error 0x800f081f on Windows 11

Fix 2: Perform an In-place Upgrade to latest version

1. Download Windows 11 Media Creation Tool on your computer and execute/run it as an administrator.

2. Accept the license terms and choose the “Upgrade this PC now” option when prompted.

3. Then execute DISM command in Command Prompt to check if DISM error 0x800f081f is resolved.

Fix 3: Get source from Windows Image to fix DISM error 0x800f081f on Windows 11

Part 1

1. Go to the Microsoft Software Download website (https://www.microsoft.com/en-us/software-download/windows11) and click on Create Windows 11 installation media.

Fix: DISM error 0x800f081f on Windows 11

2. Click on Accept to agree with the license terms.

Fix: DISM error 0x800f081f on Windows 11

3. Choose the media – USB flash drive or ISO file > click Next.

Fix: DISM error 0x800f081f on Windows 11

4. Select the download location on your computer > click Save.

Fix: DISM error 0x800f081f on Windows 11

5. Open Windows Explorer and find Windows 11 ISO image file.

6. Right-click on the file and choose Mount in the menu.

You can now see a virtual drive on This PC.

Part 2

1. From the mounted Windows ISO file, right-click on the install.esd file from the source folder to copy it to the root folder of drive C:

2. Open Command Prompt as administrator.

3. Type cd\ and press Enter.

4. Then type:

dism /Get-WimInfo /WimFile:install.esd

5. Press Enter.

6. Note down the index number as per the Windows 11 installed version.

7. Execute this command (replace the IndexNumber with the number you just noted down):

dism /export-image /SourceImageFile:install.esd /SourceIndex:IndexNumber /DestinationImageFile:install.wim /Compress:max /CheckIntegrity

Step 3:

1. Open Command Prompt as an administrator.

2. Run the two commands below and hit Enter.

DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /AnalyzeComponentStore

3. Run the following command to specify the C:\install.wim as the source of the known good files.

DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:c:\install.wim:1 /LimitAccess

4. After this process completes, type sfc /scannow and hit Enter.

Fix 4: Perform a Component Cleanup

1. Run Command Prompt as administrator.

2. Execute the following commands. Press Enter after each command.

dism.exe /online /Cleanup-Image /StartComponentCleanup
sfc /scannow

Fix: DISM error 0x800f081f on Windows 11

Fix 5: Reinstall Microsoft .NET Framework 3.5

1. Open Control Panel.

2. Click on Programs > “Turn Windows features on or off” in Programs and Features.

Fix: DISM error 0x800f081f on Windows 11

3. Uncheck .NET Framework 3.5 (includes .NET 2.0 and 3.0) and click OK.

Fix: DISM error 0x800f081f on Windows 11

4. Restart your system and check the same option we unchecked in step 3.

That’s it!

READ THESE ARTICLES NEXT

  • Fix: DISM Error 0x800f081f, The Source Files Could Not Be Found
  • Fix: Transaction support within the specified resource manager is not started or was shut down
  • Repair Windows 10 Using DISM Command-line Tool
  • [FIX] .NET Framework 3.5/DISM Error 0x800F0954 In Windows 10
  • [How To] Use DISM To Manage Feature Updates In Windows 10
  • [FIX] DISM Error 0x800f0906 On Windows 10 V1703
  • [FIX] DISM Error 14098, The Component Store Has Been Corrupted
  • [FIX] DISM Error 1726, The Remote Procedure Call Failed
  • [FIX] Repair Your Windows 8 Using DISM Commands

На чтение 4 мин Просмотров 3.6к. Опубликовано

Все версии операционной системы Windows поставляются с множеством различных инструментов и утилит, которые доступны пользователям Windows, если Windows когда-либо потребуется какой-либо ремонт. Одним из таких инструментов является инструмент развертывания образов и управления обслуживанием (DISM). Инструмент DISM можно использовать через любую командную строку (с соответствующими привилегиями) и можно использовать для проверки состояния сетевого или автономного образа Windows и исправления образа Windows, который был поврежден или нуждается в каком-либо другом ремонте. Ниже приводится одна из наиболее часто используемых командных строк DISM:

DISM/Online/Cleanup-Image/RestoreHealth

Эта конкретная командная строка используется для восстановления онлайн-образа Windows. Часть этой команды RestoreHealth в первую очередь инструктирует DISM восстановить онлайн-образ Windows, но также открывает пользователю возможность указать дополнительные источники восстановления, в которых DISM может искать файлы, необходимые для восстановления онлайн-образ Windows. Однако при запуске этой командной строки в Windows 10 некоторые пользователи Windows могут столкнуться с ошибкой и появлением следующего сообщения об ошибке.

« Ошибка: 0x800f081f Не удалось найти исходные файлы. »

В этом сообщении об ошибке в основном говорится, что DISM не удалось найти файлы, необходимые для исправления образа Windows в Интернете в их местоположение по умолчанию. Чтобы решить эту проблему, необходимо либо запустить очистку компонентов, а затем сканирование SFC, либо предоставить DISM расположение, содержащее файлы, необходимые для восстановления образа. Вы также можете исправить это, обновив Windows с помощью средства создания мультимедиа на веб-сайте Microsoft.

Содержание

  1. Метод 1. Выполнение очистки компонентов
  2. Метод 2: получение исходного кода из образа Windows
  3. Метод 3: Обновление Windows

Метод 1. Выполнение очистки компонентов

Используя переключатель очистки компонентов DISM, вы можете очистить образ и снова заставить все работать правильно. Вот как это сделать.

  1. Откройте меню “Пуск”, введите cmd , щелкните правой кнопкой мыши и Запуск от имени администратора .
  2. В командной строке с повышенными привилегиями введите следующие команды в том же порядке:
    dism.exe/online/Cleanup-Image/StartComponentCleanup
    sfc/scannow

  1. Дождитесь выполнения этих команд, а когда они будут выполнены, запустите: Dism/Online/Cleanup-Image/RestoreHealth

На этом этапе Dism/Online/Cleanup-Image/RestoreHealth должен снова работать.

Метод 2: получение исходного кода из образа Windows

Используя свежий образ Windows 10, вы можете запустить команду DISM, указав расположение, которое содержит файлы, необходимые для восстановления образа..

  1. С тех пор, как MS удалила iso-файлы tech bench, доступно не так много источников. Однако отсюда вы можете получить дампы образов.
  2. После загрузки ISO-образа Windows 10 вам необходимо смонтировать его на свой компьютер, чтобы компьютер извлек его и затем имел к нему доступ. . Чтобы смонтировать ISO-файл в Windows, перейдите сюда и выполните действия, относящиеся к используемой вами версии Windows.
  3. Откройте меню «Пуск», введите cmd , щелкните правой кнопкой мыши и выполните Запуск от имени администратора .
  4. В командной строке с повышенными привилегиями введите следующую команду, заменив X на каталог, в котором находится ISO-файл Windows 10. загруженное ранее монтируется:
    DISM/Online/Cleanup-Image/RestoreHealth/source:WIM:X:SourcesInstall.wim:1/LimitAccess
  5. Дождитесь выполнения команды, и на этот раз DISM должен успешно восстановить образ Windows. .

Убедитесь, что вы загрузили ISO-файл Windows 10 по ссылке для дампа Tech Bench, указанной выше, поскольку в результате вы получите ISO-образ, содержащий Install.wim. файл, который вам нужен. При загрузке ISO-образа Windows 10 из Microsoft Media Creation Tool вы получите ISO-образ, содержащий файл Install.esd, который практически бесполезен для исправления ошибки 0x800f081f.

Метод 3: Обновление Windows

Хотя это долгий процесс, он решает проблему путем переустановки всего ядра Windows с последним образом от Microsoft, что устраняет проблему. . Этот инструмент будет работать в Windows 7, Windows 8.1 или Windows 10.

  1. Получите средство создания Windows 10 Media отсюда.
  2. Запустите исполняемый файл с вашего ПК. Вам необходимо запустить это от имени администратора.
  3. Примите условия лицензии и выберите Обновить этот компьютер сейчас в Что вы хотите сделать ? , а затем нажмите кнопку “Далее”.
  4. Инструмент начнет загрузку, а затем установку Windows 10. Внимательно следуйте инструкциям, чтобы завершить обновление.
  5. По завершении , у вас должна быть свежая копия Windows с целым файлом. Нет необходимости запускать Dism/Online/Cleanup-Image/RestoreHealth , но вы можете запустить его, чтобы узнать, решена ли ваша проблема.

I was having some issues with Cortana on the recently released windows 10, so decided to run a SFC /Scan Now and DISM /Online /Cleanup-Image /restorehealth.

DISM Failed with

«Error: 0x800f081f

The source files could not be found.
Use the «Source» option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log»

The log is here: https://app.box.com/s/9ing5w3gs7b538d8nzqvz7r4y0msr78r

I could not understand the errors, only that it can’t seem to find the source and google searching has gotten me no where fast.

SFC Fails with:

«Windows Resource Protection found corrupt files but was unable to fix someof them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not supported in offline servicing
scenarios.»

Again I have had no luck in finding a fix.

CBS log is here: https://app.box.com/s/0zrlj0dnfx0mcjpoen7olqqawy1rp1ck

Thanks in advance for your kind assistance.

Понравилась статья? Поделить с друзьями:
  • Ошибка 0x800f0818 при установке фреймворк
  • Ошибка 0x800f0905 windows 10 при установке обновлений
  • Ошибка 0x800f080c имя компонента microsoft hyper v неизвестно
  • Ошибка 0x800f080c wsl
  • Ошибка 0x800f080c telnet