Windows update error 0x800f081f windows

При установке обновлений Windows 11 или 10 некоторые пользователи могут столкнуться с ошибкой установки 0x800f081f, при этом повторные попытке скачивания и установки обновления обычно не срабатывают.

В этой инструкции подробно о способах, которые могут помочь исправить ошибку и установить обновление, с которым возникла проблема. Обратите внимание: если ошибка появляется при установке .NET Framework, решения приведены в отдельной инструкции.

Очистка кэша обновлений и сброс компонентов Центра обновлений Windows

Ошибка 0x800f081f при обновлении Windows

Как и при большинстве других ошибок Центра обновлений, первое, что следует попробовать выполнить в случае ошибки 0x800f081f — очистку кэша обновлений, для этого достаточно выполнить следующие действия:

  1. Запустите командную строку от имени администратора (как это сделать).
  2. По порядку введите следующие команды (если некоторые сообщат об ошибке, пропускаем и переходим к следующей):
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
  3. Перезагрузите компьютер.

Выполнив перезагрузку, попробуйте снова скачать и установить обновление — возможно, в этот раз всё пройдёт исправно.

Если описанные шаги не привели к решению проблемы, попробуйте выполнить полный сброс компонентов Центра обновления Windows:

В ситуации, когда вышеописанные шаги не помогли, можно сделать предположение, что проблема не ограничивается Центром обновлений и его компонентами, возможно, её источник — сама Windows 11 или Windows 10, а точнее какие-то неполадки в её работе, об устранении которых — в следующем разделе.

Дополнительные варианты решения

Ошибка 0x800f081f может быть вызвана повреждением системных файлов Windows, чтобы восстановить их, запустите командную строку от имени администратора и по порядку выполните команды:

dism /online /cleanup-image /restorehealth
sfc /scannow

После чего перезагрузите компьютер и повторите установку обновления.

Если не помогло и это, можно попробовать такие варианты:

  • Выполнить поиск обновления в официальном каталоге обновлений по его KB-номеру, скачать обновление и выполнить установку вручную.
  • По некоторым сообщениям пользователей может сработать отключение компонентов .NET Framework в Win+Rappwiz.cpl — дополнительные компоненты, перезагрузка и повторное их включение.
    NET Framework в дополнительных компонентах

  • Если на компьютере присутствуют сторонние антивирусы, а также программы очистки места на диске или оперативной памяти в автоматическом режиме, попробуйте временно отключить их.
  • Попробуйте откатить систему с использованием точек восстановления: нажмите клавиши Win+R на клавиатуре, введите rstrui и нажмите Enter, выберите недавнюю точку восстановления, когда всё работало исправно и попробуйте выполнить откат, а после него вновь установить доступные обновления.
    Использование точек восстановления системы

  • На всякий случай, выполните проверку компьютера на наличие вирусов и других вредоносных программ, но используя не тот антивирус, который у вас установлен, а другие варианты — KVRT, Kaspersky Recue Disk.

И, наконец, в крайнем случае можно попробовать выполнить «Обновление на месте» для исправления ошибок Windows и, с большой вероятностью, всех ошибок при установке обновлений.

Нередко при обновлении .NET Framework 3.5, Cumulative Updates и других системных пакетов возникает ошибка 0x800f081f. Это приводит к нестабильной работе Windows — вплоть до зависаний. В этом материале мы рассмотрим основные причины появления ошибки и способы ее устранения.

Пользователь может столкнуться с ошибкой 0x800f081f по самым разным причинам. Чаще всего проблема кроется в следующем:

  • Отсутствие необходимых файлов или компонентов для установки обновления;

  • Повреждение системных файлов или реестра;

  • Проблемы с хранилищем компонентов Windows;

  • Конфликт свежего обновления с ранее установленными патчами на системном уровне;

  • Блокировка нужных файлов антивирусом.

Способы устранения ошибки 0x800f081f

Способы решения данной проблемы во многом зависят от причины его возникновения. Но в любом случае начать следует с самых базовых действий, а именно с проверки устройства на наличие вирусов и шпионских программ, установки свежих драйверов и очистки реестра. Также убедитесь, что на вашем жестком диске достаточно свободного места для установки обновлений.

Источники: Windows Report / Уведомление об ошибке 0x800f081f

Источники: Windows Report / Уведомление об ошибке 0x800f081f

Если после этого неприятное уведомление продолжает выскакивать, следует прибегнуть к более сложным вариантам.

Средство проверки системных файлов

Утилита System File Checker считается одним из самых действенных инструментов, вшитых в саму систему и позволяющих решить множество проблем. Она способна проверить целостность важных файлов, отвечающих за установку обновлений, и восстановить их в случае необходимости.

Для запуска проверки через программу нужно:

  • Кликнуть правую кнопку мыши на «Пуск» и открыть «Терминал Windows (Администратор)»;

Источники: CQ / Запуск «Терминала Windows»

Источники: CQ / Запуск «Терминала Windows»

  • В поле набрать команду sfc /scannow и нажать Enter.

Источники: CQ / Сканирование через команду sfc /scannow

Источники: CQ / Сканирование через команду sfc /scannow

После этого остается только дождаться окончания сканирования. В случае обнаружения поврежденных файлов, система постарается восстановить их. В самом конце надо перезагрузить компьютер и проверить, решена ли ошибка. Кстати, ознакомиться с отчетом работы программы можно как в окне терминала, так и в специальном файле.

Средство восстановления хранилища компонентов

DISM — еще один встроенный инструмент сканирования и восстановления системных компонентов. Чтобы устранить ошибку установки 0x800f081f с ее помощью:

  • Кликните правую кнопку мыши на «Пуск» и откройте «Терминал Windows (Администратор)»;

Источники: CQ / Запуск «Терминала Windows»

Источники: CQ / Запуск «Терминала Windows»

  • Введите команду DISM /Online /Cleanup-Image /RestoreHealth и нажмите Enter.

Источники: CQ / Сканирование через утилиту DISM

Источники: CQ / Сканирование через утилиту DISM

Данная опция позволяет восстановить повреждения, обнаруженные в хранилище компонентов образа Windows, путем скачивания, установки или замены недостающих и неисправных файлов. Сама процедура может занять более получаса реального времени, после которой необходимо заново перезапустить компьютер.

Отключение антивируса

Если внутренний защитник Windows обычно работает стабильно, то сторонние антивирусы могут «переусердствовать» и стать причиной той самой ошибки. Ведь они очень «любят» блокировать установку необходимых обновлений.

Но если с установкой возникают проблемы, то временно отключите встроенный антивирус. Для этого:

  • Через «Пуск» откройте панель «Параметры»;

  • В левом столбце кликните сначала на пункт «Конфиденциальность и защита», а затем «Безопасность Windows»;

Источники: CQ / Раздел «Безопасность Windows»

Источники: CQ / Раздел «Безопасность Windows»

  • Из появившихся вариантов выберите «Защита от вирусов и угроз»;

Источники: CQ / Переход во вкладку «Защита от вирусов и угроз»

Источники: CQ / Переход во вкладку «Защита от вирусов и угроз»

  • В появившемся окне нажмите на кнопку «Управление настройками»;

Источники: CQ / Настройки внутреннего антивируса

Источники: CQ / Настройки внутреннего антивируса

  • Отключите защиту, просто переключив все тумблеры.

Источники: CQ / Отключение антивируса Windows

Источники: CQ / Отключение антивируса Windows

Также, на всякий случай, отключите еще и брандмауэр. Алгоритм действий выглядит следующим образом:

  • В «Панели управления» откройте вкладку «Система и безопасность»;

Источники: CQ / Переход во вкладку «Система и безопасность»

Источники: CQ / Переход во вкладку «Система и безопасность»

  • Нажмите на пункт «Брандмауэр Защитника Windows»;

Источники: CQ / Раздел «Брандмауэр Защитника Windows»

Источники: CQ / Раздел «Брандмауэр Защитника Windows»

  • С левой стороны кликните на строчку «Включение и отключение брандмауэра Защитника Windows»;

Источники: CQ / Параметры отключения «Брандмауэра Защитника Windows»

Источники: CQ / Параметры отключения «Брандмауэра Защитника Windows»

  • Поставьте галочки напротив пунктов «Отключить брандмауэр Защитника Windows».

Источники: CQ / Отключения «Брандмауэра Защитника Windows»

Источники: CQ / Отключения «Брандмауэра Защитника Windows»

Главное, не забыть включить Windows Defender и брандмауэр обратно после завершения установки обновлений. Что касается сторонних антивирусных программ, то они отключаются в «Параметрах» или «Настройках» приложения.

Сброс Windows Update

Если предыдущие варианты не помогли, то придется заняться центром обновления Windows. Именно этот раздел ответственен за установку системных апдейтов.

  • Уже знакомым способом запустите «Терминал Windows (Администратор)»;

  • В свободном поле наберите команду net stop wuauserv;

Источники: CQ / Сброс Windows Update

Источники: CQ / Сброс Windows Update

  • Перейдите в папку C:\Windows\SoftwareDistribution, где расположены все прошлые апдейты, и удалите ее.

Источники: CQ / Очистка папки SoftwareDistribution

Источники: CQ / Очистка папки SoftwareDistribution

Этот вариант эффективен только в том случае, если причина крылась в повреждении компонентов службы. В других случаях лучше лишний раз туда не соваться, поскольку велик риск навредить операционке.

Включение .NET Framework 3.5

Данный метод работает только в том случае, если ошибка 0x800f081f случилась из-за .NET Framework 3.5. Системный компонент потребуется включить вручную. Делается это так:

  • В «Панели управления» кликните на «Программы»;

Источники: CQ / Вкладка «Программы» в «Панели управления»

Источники: CQ / Вкладка «Программы» в «Панели управления»

  • В новом окне нажмите на «Программы и компоненты»;

Источники: CQ / Вкладка «Программы и компоненты»

Источники: CQ / Вкладка «Программы и компоненты»

  • С левой стороны откройте пункт «Включение и отключение компонентов Windows»;

Источники: CQ / Пункт «Включение и отключение компонентов Windows»

Источники: CQ / Пункт «Включение и отключение компонентов Windows»

  • Поставьте галочку напротив «.NET Framework 3.5 (включает .NET 2.0 и 3.0)» и нажмите кнопку «OK».

Источники: CQ / Включение .NET Framework 3.5

Источники: CQ / Включение .NET Framework 3.5

Когда операционная система попросит, то перезагрузите компьютер. Не забудьте перед началом обеспечить надежное соединение с интернетом.

Заглавное фото: Videvo

Читайте также:

  • Ошибка BAD SYSTEM CONFIG INFO в Windows — причины и решения
  • Как исправить ошибку 0xc0000225 при загрузке Windows
  • Как исправить ошибку 0x80070570 в Windows
  • Как исправить ошибку 0x80004005 в Windows
  • Как исправить ошибку 0xc0000142 при запуске приложения

During a Windows update, problems frequently occur and users may see error messages like the error code 0x800f081f. Often, the problem occurs during the update process in Windows because one important update file is missing. You may experience error 0x800f081f due to incompatibility issues caused by Microsoft .NET Framework 3.5. In this article, we will fix Windows Update Error 0x800f081f in Windows 11/10.

Windows Update Error 0x800f081f

Various variations of the Windows Update 0x800f081f error, with varying causes. Below are some of the popular ones:

  • 0x800f081f .NET 3.5 Windows 10: If you can’t install updates due to this error, the problem might be .NET Framework. To fix the problem, enable .NET Framework or use an offline .NET installer.
  • 0x800f081f Surface Pro 3: This issue can affect Surface Pro and other laptop devices. If this happens, you should know that all of our solutions can be applied to laptops, so don’t hesitate to try them out.
  • 0x800f081f Windows Update core agent: This error can affect other Windows Update components, and to fix the problem, it’s advised to reset all Windows Update components using the Command Prompt.

Page Contents

Here, we have top 7 methods to solve the Windows Update Error 0x800f081f in Windows 11/10:

Method 1: Install the Update Manually

1. Check Microsoft’s Update History website to find the update code number.

Windows Update Error 0x800f081f - Check Windows Update History

2. Now, visit the Microsoft Update Catalog page. It should start with KB and some numbers.

Windows Update Error 0x800f081f - Windows Update Catalog Page 1

3. Enter the Update code number in the search bar and list will appear.

4. Download the update.

Windows Update Error 0x800f081f - update the Code number 2

5. Now, run the setup file to install it.

Method 2: Restart Windows Update Components

1. Open Command Prompt and select “Run as administrator”.

2. Run the following commands:

Net Stop bits

Command Prompt 3

Net Stop wuauserv

Command Prompt 7

Net Stop appidsvc

Command Prompt 1

Net Stop cryptsvc

Command Prompt 10

Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak

Command Prompt 2

Ren %systemroot%system32catroot2 catroot2.bak

Command Prompt 4

Net Start bits

Command Prompt 5

Net Start wuauserv

Command Prompt 6

Net Start appidsvc

Command Prompt 8

Net Start cryptsvc

Command Prompt 9

After running the above commands, check if the problem is resolved.

Method 3: SFC and DISM Scan

SFC (System File Checker) Scan

1. Open Command Prompt and select “Run as administrator”.

2. Copy and paste the below command:

sfc /scannow

Windows Update Error 0x800f081f - Command Prompt SFC Scan

3. Complete the process and this will take approximately 15 minutes.

Once the scan is complete, check if the problem is resolved.

DISM (Deployment Image Servicing and Management) Scan

1. Open the Command Prompt and select “Run as administrator”.

2. Copy and paste the below command:

DISM.exe /Online /Cleanup-image /Restorehealth

Windows Update Error 0x800f081f - Command Prompt DISM Scan

3. Complete the process.

After completing the process, check if the issue is resolved.

Error 0x800f081f when running DISM

If there is error 0x800f081f while running DISM, you will likely stumble across this error message: Error: 0x800f081f. The source files could not be found. Use the Source option to specify the location of the files required to restore the feature. Follow the steps to fix the error:

1. Copy and paste the below command:

dism.exe /online /Cleanup-Image /StartComponentCleanup

Windows Update Error 0x800f081f - Command Prompt DISM Scan 1

2. After that, run the initial command;

 Dism /Online /Cleanup-Image /RestoreHealth

Method 4: Use Offline .NET Framework Installer

You must use Offline Microsoft version from the verifies site. Follow the below steps:

1. Search latest “Offline .NET Framework installer” on the web.

Windows Update Error 0x800f081f - Offline .NET Framework installer

2. Download the installer and start the installation process.

3. The installation will take some time. Follow the instruction.

4. When the process is finished, restart your PC.

Method 5: Enable .NET Framework

1. Press the Windows key + S and click on “Windows features”.

Windows Update Error 0x800f081f - Enable .NET Framework

2. Now, select “Turn Windows features on or off”.

3. Prompt box will appear.

Check the “.NET Framework 3.5” box. Click OK.

Windows Update Error 0x800f081f - Enable .NET Framework 3.5

After enabling the .NET Framework, perform the update and check if it works.

Method 6: Perform Clean Install

1. Firstly, backup your files and the license key.

2. Download the Media Creation Tool and use USB to install the system.

3. Once you have the bootable source, plug it into the affected device.

4. Open the Start Menu and click on Power button.

5. Now, press and hold the Shift key and choose “Restart” from the menu.

or go to your BIOS and change your boot priority settings.

6. Select Troubleshoot and then click Advanced options.

Windows Update Error 0x800f081f - Troubleshoot

7. Now, choose Startup repair and follow the instructions.

8. This process will take time and might reboot the system again.

After this you will have the fresh installation of the Windows. It will repair any corrupted files and fixes error caused by misconfiguration.

Method 7: Use Windows Update Troubleshooter

1. Open the Settings App and select “System” option.

Windows Update Error 0x800f081f - Open System App

2. Now, choose Troubleshoot from the right panel.

3. Click the “Other troubleshooters” option.

Windows Update Error 0x800f081f - Other troubleshoot

4. Now, click on the “Run”.

Windows Update Error 0x800f081f - Advanced troubleshoot

5. Follow the instructions on the screen to complete. Once the troubleshooter is finished, check if the Windows 11/10 update 0x800f081f error is resolved.

That’s It!

Microsoft regularly releases Windows updates to introduce new features and fix known issues. While most updates install without problem, some might throw errors during installation.

The error 0x800f081f is one of the many update errors you might face while downloading Windows 11 updates. Luckily, it’s a very common update error and can easily be eliminated. Check out all the working solutions to eliminate Windows update error 0x800f081f on Windows 11.

What Causes Windows Update Error 0x800f081f

Considering the number of updates Microsoft rolls out, you’re always likely to encounter an update error while downloading or installing an update. The update error 0x800f081f usually appears when your computer fails to download Windows 11 22H2 update.

Some of the prime culprits behind this update error are:

  • Incompatible system
  • Corrupt Windows update components
  • Misconfigured Group policy settings
  • Unavailability of Microsoft .NET Framework 3.5

Now that you know the main reasons behind the update error, let’s dive into all the working fixes.

1. Check Your Computer Compatibility With the Windows 11 22H2 Update

You’re likely to face the update 0x800f081f if your computer isn’t compatible with the Windows 11 22H2 update. This situation mainly arises on a system where you have installed Windows 11 by bypassing its minimum requirement.

You can check whether your computer is compatible with the 22H2 update or not by following the below steps:

Step 1: Press the Windows + R keys to open the Run dialog box.

Step 2: In the text field, type regedit and press Enter.

Typing regedit in Run tool

Step 3: In the Registry Editor, head toward the following location:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TargetVersionUpgradeExperienceIndicators\NI22H2

Step 4: Double-click on the RedReason entry in the right pane.

red record entry in Registry Editor

If the Value data says ‘None,’ your system is compatible with the 22H2 update. But if it says TPM UEFISecureBoot, you can’t install the update on your computer.

None Value data

2. Use the Window Update Troubleshooter

Windows Update Troubleshooter is a built-in utility that can come in handy in resolving Windows Update issues. Here’s how you can run the Windows Update Troubleshooter on your computer:

Step 1: Press the Windows + I keys to open the Settings app.

Step 2: Choose the Troubleshoot option in the right pane.

Troubleshoot option in Settings

Step 3: Select Other troubleshooters.

Other troubleshooters in Settings app

Step 4: Click the Run button next to the Windows Update option.

Run option for Windows Troubleshooter

The Window Update Troubleshooter will crop up and look for any available issues. If it finds any, it will automatically resolve it without much user input.

Troubleshooter window of Windows Troubleshooter

3. Edit the Group Policy Settings

The Windows update error 0x800f081f will likely appear if optional update installation is disabled on your computer. You can use the Local Group Policy Editor, but it isn’t available on the Windows 11 Home edition. The Group Policy Editor is available in Windows 11 Pro, Enterprise and Education editions.

To enable it, follow the below instructions:

Step 1: Press Windows + R keys to the Run dialog box, type gpedit.msc and click OK to open the Local Group Policy Editor.

Gpedit.msc command in Run tool

Step 2: In the Local Group Policy Editor, navigate to the below location:

Computer Configuration > Administrative Templates > System

System option in LGPE

Step 3: In the right pane, look for and double-click on the ‘Specify settings for optional component installation and component repair’ policy.

Specify settings for optional component installation and component repair policy in LGPE

Step 4: Click the Enabled option and click Apply to save the changes.

Enabled option in LGPE

Try installing the update and check if you still face the error code.

4. Reinstall Microsoft .NET Framework 3.5

Reinstalling the .NET Framework 3.5 is another effective solution to eliminate the Windows update error 0x800f081f. Here’s how to do that:

Step 1: Press the Windows + S to open the Windows Search.

Step 2: In the search bar, type Turn Windows features on or off and choose Open.

Turn Windows features on or off  in Windows Search

Step 3: Uncheck the .NET Framework 3.5 (includes 2.0 and 3.0) option and click OK. Then, wait till the framework is uninstalled from your computer.

.NET Framework 3.5 (includes 2.0 and 3.0) option in Optional features

Step 4: Navigate to .NET Framework 3.5 download website and click the Download icon.

Download Microsoft .NET Framework 3.5

Download option on the Website

Step 5: Open the downloaded executable file and choose Download and install this feature option.

Download and install this feature option on Windows 11

Windows will download and install the .NET Framework 3.5 on your computer. After that, check if the update error appears again.

download and install the .NET Framework 3.5 on Windows 11

5. Reset Windows Update Components

The SoftwareDistribution and Catroot2 are two of the most important folders on a Windows operating system. They contain files required to install Windows updates.

If the content of these folders gets corrupted, you’ll face issues upon installing Windows updates. The best way to remove the corruption is to reset the Windows update components. Here’s how to do that:

Step 1: Press Windows + S keys to open Windows Search, type Command Prompt in the search bar, and choose ‘Run as administrator.’

Run as admin option in Windows Search

Step 2: In the Command Prompt window, type these four commands and press Enter after each one:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

Stopping services in Command Prompt

Step 3: Type the following command and press Enter. Executing this command will rename the SoftwareDistribution folder:

Ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

SoftwareDistribution folder in CMD

Step 4: To rename the Catroot2 folder, type the following command and press Enter:

Ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

Catroot2 folder in CMD

Step 5: Type the following and press Enter after each command to restart the stopped services:

net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Starting services in CMD

6. Manually Enable Windows Update Services

A couple of Windows update services must be enabled and running for you to install Windows updates. If any of these services are disabled, you might face update errors.

Windows Update, Application Identity, and Background Intelligent Transfer Service are services. Here’s how to enable the Windows Update service:

Step 1: Press Windows + S keys to open Windows Search, type Services and click Open.

Open option in Windows Search

Step 2: Double-click on the Windows Update service to open its properties window.

Windows Update service in Services window

Step 3: Change the Startup type to Automatic and click Start under the Service status section.

Windows Update service properties window in Services window

Step 4: Click Apply and OK buttons.

Similarly, enable the Application Identity and Background Intelligent Transfer Service.

7. Run SFC and DISM Scan

Are you still unable to update your computer? If yes, then corruption in the OS files is likely causing the issue. You can detect and eliminate corrupt files by running the SFC scan. Here’s how:

Step 1: Open Command Prompt as an administrator.

Step 2: Type sfc /scannow and press Enter.

Running SFC Scan in CMD

After the scan is complete, restart your computer and check for the problem. If it persists, try executing the DISM scan.

Unlike SFC scan, DISM scan repair system images and files on your computer. To run the DISM scan, open Command Prompt with administrative access again, type the following commands one by one, and press Enter after each command:

DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

DISM command in Command Prompt

Update Windows Without Issues

Nothing worse than facing an error code while downloading Windows updates. Like most error codes, Windows update error 0x800f081f can easily resolve. Just try the above solutions to eliminate the problem for good.

Was this helpful?

Thanks for your feedback!

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.

How to Fix Update Error 0x800f081f in Windows 10

If you’re getting error 0x800f081f when trying to update your operating system, you won’t get important system updates. This article will show you several methods to fix this error.

Error 0x800f081f

What Causes Error 0x800f081f

You may experience error 0x800f081f due to incompatibility issues caused by Microsoft .NET Framework 3.5. It has been determined that such incompatibilities occur when users enable NET Framework.

In Windows 10, NET Framework works as an on-demand feature, meaning that when the user turns it on, the Windows Update service tries to acquire the binaries of .NET and other files. If your computer has been incorrectly configured, you will get the 0x800f081f error because Windows Update cannot find the necessary files for NET.

If Microsoft NET Framework is the cause of error 0x800f081f, then you may be able to resolve the issue by using an offline NET Framework installer or enabling the currently installed NET Framework version manually. NET Framework can be enabled using a PowerShell Command, the Deployment Image Servicing, and Management tool, or the installation wizard.

Video Guide on How to Fix Windows Update Error 0x800f081f

Table of Contents:

  • Introduction
  • Solution 1. Run the Windows Update Troubleshooter
  • Solution 2. Enable Microsoft .NET Framework using Command Prompt
  • Solution 3. Run the System File Checker (SFC) Scan
  • Solution 4. Run the Deployment Image & Servicing Management (DISM) Scan
  • Solution 5. Configure the Group Policy Setting
  • Solution 6. Upgrade Windows 10 Using the Media Creation Tool
  • Video Guide on How to Fix Windows Update Error 0x800f081f

Download Computer Malware Repair Tool

It is recommended to run a free scan with Combo Cleaner — a tool to detect viruses and malware on your device. You will need to purchase the full version to remove infections. Free trial available. Combo Cleaner is owned and operated by Rcs Lt, the parent company of PCRisk.com read more.

Solution 1. Run the Windows Update Troubleshooter

Right-click Start and click Settings

1. Right-click the Start Menu and click Settings.

Navigate to Update & Security

2. Select Update & Security.

Select Troubleshoot

3. Click Troubleshoot.

Select additional troubleshooters

4. Click Additional troubleshooters.

Select Windows Update and click Run the troubleshooter

5. Select Windows Update and click Run the troubleshooter.

6. If the troubleshooter detects an issue, it will select and apply a fix automatically.

[Back to Table of Contents]

Solution 2. Enable Microsoft .NET Framework using Command Prompt

Right-click Start and select Apps and Features

1. Right-click the Start Menu and select Apps and Features.

Click programs and features

2. At the top-right of the window, select Programs and Features.

Select Turn Windows features on or off

3. In the resulting Programs and Features window, click Turn Windows features on or off.

Uncheck .NET Framework 3.5 and .NET Framework 4.8 and click OK

4. Find .NET Framework 3.5 and .NET Framework 4.8.

5. Uncheck the boxes next to .NET Framework 3.5 and .NET Framework 4.8 and click OK to disable them.

Click Restart now

6. Click Restart Now.

7. Return to the Turn Windows features on or off window.

Check .NET Framework 3.5 and .NET Framework 4.8 and click OK

8. Check the boxes next to .NET Framework 3.5 and .NET Framework 4.8 and click OK.

Select Let Windows Update download the files for you

9. Then, click the Let Windows Update download the files for you option.

Click Close

10. Click Close once the requested changes have been completed.

Type in CMD in Run and hold down Ctrl+Shift+Enter keys to open the elevated Command Prompt

11. Then, Hold down Windows+R keys to open the Run dialog box.

12. Type in CMD in the dialog box, and hold down Ctrl+Shift+Enter to open elevated Command Prompt.

Type in the command to enable .NET Framework 3.5 in CMD and hit Enter

13. In the Command Prompt window, type in DISM /Online /Enable-Feature /FeatureName:NetFx3 /All and hit the Enter key.

14. Close the Command Prompt and try updating Windows.

[Back to Table of Contents]

Solution 3. Run the System File Checker (SFC) Scan

1. Hold down Windows+R keys to open the Run dialog box.

Type in CMD in Run and hold down Ctrl+Shift+Enter keys to open the elevated Command Prompt

2. Type in CMD in the Run text box and hold down Ctrl+Shift+Enter keys to open the elevated Command Prompt.

Type in SFC /Scannow and hot Enter

3. In the Command Prompt window, type in SFC /Scannow and hit the Enter key to start the scan.

4. Once the scan has been completed, restart your PC.

[Back to Table of Contents]

Solution 4. Run the Deployment Image & Servicing Management (DISM) Scan

1. Hold down Windows+R keys to open the Run dialog box.

Type in CMD in Run and hold down Ctrl+Shift+Enter keys to open the elevated Command Prompt

2. Type in CMD in the Run text box and hold down Ctrl+Shift+Enter keys to open the elevated Command Prompt.

Enter the ScanHealth and RestoreHealth commnads in CMD and hit Enter

3. In the Command Prompt window, type in DISM /Online /Cleanup-Image /ScanHealth and hit the Enter key. This parameter will scan the component store for corruption.

4. Type in DISM /Online /Cleanup-Image /RestoreHealth and hit the Enter key.

5. Once the process has been completed, try updating Windows 10.

[Back to Table of Contents]

Solution 5. Configure the Group Policy Setting

This solution is not possible on Windows 10 Home Edition since the Home Edition does not have the Group Policy Editor.

1. Hold down Windows+R keys to open the Run dialog box.

Type in Gpedit.msc in Run and click OK

2. In the Run dialog box, type in gpedit.msc and click OK.

Navigate to Specify Settings for Optional Content Installation and double-click it

3. In the left pane, expand Administrative Templates.

4. Then, select System.

5. In the right pane, open the Specify Settings for Optional Content Installation.

Enable Download Repair Content and options features directly from Windows Update

6. At the top-right of the window, select the Enabled option.

7. Then, mark the Download Repair Content and options features directly from Windows Update instead of Windows Server Update Services (WSUS) checkbox.

8. Click Apply and click OK to save the changes.

[Back to Table of Contents]

Solution 6. Upgrade Windows 10 Using the Media Creation Tool

Go to the Media Creation Tool download webpage

1. Open your web browser, and go to Microsoft’s Download Windows 10 web page.

Select Windows 10

2. Once on the website, select Windows 10.

Click the Download tool now button

3. Click Download tool now to get the Media Creation Tool.

4. Run the Media Creation Tool once it’s been downloaded.

Accept the Media Creation Tool License terms

5. Then, Accept the license agreement.

Tick Upgrade this PC now and click Next

6. Make sure that the Upgrade this PC now is ticked, and click Next.

Accept the Windows 10 license terms

7. Then, Accept the Windows 10 license agreement.

Click Install to initiate the installation of Windows 10

8. You can opt to keep your personal files and apps, but if you want a clean installation of Windows 10, click the Change what to keep button to customize the installation settings.

9. Then, click Install, and the setup will begin installing Windows 10.

Take note that the installation will take some time, and your computer will restart several times throughout the installation.

[Back to Top]

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как изменить фото профиля windows
  • Как включить связь с windows на самсунг
  • Windows 10 1709 msdn iso
  • Copy file windows powershell
  • Windows firewall configuration utility rockwell