Исправить ошибку 0x80070426 в Windows 10

Многие пользователи Windows 10 в последнее время испытывают ошибку «0x80070426«. Обычно они видят эту ошибку в Защитнике Windows или Центре обновления Windows. Если вы также испытываете это, вы, несомненно, очень расстроены. Но не волнуйтесь! Эта ошибка исправима …

Попробуйте эти исправления

Возможно, вам не придется пробовать их все; просто пройдите вниз по списку, пока не найдете тот, который работает для вас.

Исправить ошибку 0x80070426 в Защитнике Windows

Чтобы исправить ошибку 0x80070426 в Центре обновления Windows

Исправление 1: запустить проверку системных файлов

Возможно, эта ошибка возникает из-за проблем с системными файлами Windows. Вы должны запустить System File Checker для восстановления этих файлов:

Обратите внимание, что эта команда предоставляет вашей системе источник восстановления, необходимый для проверки системных файлов. Это делается через Центр обновления Windows.
* Если у вас возникли проблемы с Центром обновления Windows, вместо ввода вышеуказанной команды подключите Установочный носитель Windows в ваш компьютер (вам может понадобиться создать Системное программное обеспечение Windows), затем введите следующая команда:

Если это сработало для вас, отлично! Но если нет, то перейдите к исправлению 2 ниже …

Исправление 2: проверка на наличие программных конфликтов

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

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

Исправление 3: Устраните проблему с Центром обновления Windows.

Если вы видите ошибку 0x80070426 в Центре обновления Windows, возможно, у вас проблема с этим компонентом. Вы должны устранить эту проблему согласно инструкциям на эта страница и посмотрим, решат ли они вашу проблему.

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

How to get rid of the error 0x80070426 on Windows 10?

When it comes to upgrading from an older version of the Windows operating system to Windows 10, Windows Defender takes the place of Microsoft Security Essentials, the previous built-in security tool. It is worth noting that a small percentage of all Windows 10 upgrades encounter issues. In some cases, users reported that Windows Defender had failed to start. The problem is usually accompanied by the Error Code 0x80070426.

If you are one of the few unlucky victims of this bug, do not despair yet because we’ve got you covered. In this post, we are going to share how to fix the Error 0x80070426 on Windows 10. Of course, we also want to free you from this curse forever. So, to prevent it from happening again, we will also discuss what causes the Windows Error Code 0x80070426.

What is the Error Code 0x80070426?

You may have noticed that when you upgraded to Windows 10, Windows Defender failed to replace Microsoft Security Essentials. Basically, the two antivirus programs are running on the new operating system.

Perhaps, you tried launching Windows Defender, but it failed to start. As such, you turned to Microsoft Security Essentials. However, when you opened it, you noticed that the Virus Protection and Spyware & Unwanted Software Protection features were disabled. So, you tried to switch them on. Unfortunately, a Microsoft Security Client dialog with the following error message showed up:

“An error has occurred in program initialization. If this problem continues, contact your System Administrator. Error Code: 0x80070426.”

To get rid of the Windows Defender Error 80070426, you need to uninstall Microsoft Security Essentials first. Once you’ve done that, you can follow our solutions below to get Windows Defender up and running.

Solution 1: Running an SFC Scan

It is likely that this error occurred during the upgrade process due to some problematic Windows system files in your computer. To determine if this is true, we recommend performing an SFC scan. Here are the steps:

dism. exe /online /cleanup-image /restorehealth

Note: If the error code appeared while you were upgrading, then instead of running the command above, you need to use your Windows installation media. After that, you must paste the text below on Command Prompt:

dism. exe /online /cleanup-image /restorehealth /source:[DRIVE]:\sources\sxs /limitaccess

Do not forget to replace [DRIVE] with the drive letter for your Windows installation media.

Solution 2: Checking if there are Software Conflicts

As we’ve mentioned, the Error Code 80070426 occurs due to software conflicts. So, to ensure that no other program will interfere with Windows Defender, you must perform a clean boot. Doing so will allow you to launch your operating system with only the essential programs, services, and drivers. This process will help you determine if there are other items coming in conflict with Windows Defender. Once you’re ready, just follow the instructions below:

After restarting your computer, check if the Error Code 0x80070426 is still there when you launch Windows Defender. If it isn’t, then you need to go back to the System Configuration window and enable a startup item. After that, restart your PC to see if the error is gone. Keep in mind that you need to perform this process for all the startup items until the Error Code 0x80070426 shows up again. Once you identify the culprit, you can disable it or remove it completely from your computer.

Protect PC from Threats with Anti-Malware

Check your PC for malware your antivirus may miss and get threats safely removed with Auslogics Anti-Malware

Solution 3: Running the Windows Update Troubleshooter

As we’ve mentioned, the issue usually occurs because of problems during the upgrade process. So, to get rid of the Windows Defender Error 0x80070426, it is best that you run the built-in troubleshooter for updates. To do that, you need to follow the steps below:

Solution 4: Resetting the Windows Update Components

It is possible that some components of the updates were corrupted, prompting the Error 0x80070426 to appear. To resolve this problem, you simply need to reset all the services, folders, and files associated with Windows Update. Here are the instructions:

net stop bits

net stop wuauserv

net stop appidsvc

net stop cryptsvc

ren %systemroot%\softwaredistribution softwaredistribution. old

ren %systemroot%\system32\catroot2 catroot2.old

net start bits

net start wuauserv

net start appidsvc

net start cryptsvc

Solution 5: Setting the Windows Update Services to Start Automatically

It is possible that the Windows Update services were not configured to start automatically, causing issues during the upgrade process. To fix this, you just have to follow the instructions below:

SC config bits start= auto

SC config cryptsvc start= auto

SC config trustedinstaller start= auto

SC config wuauserv start= auto

Note: Remember to press Enter on your keyboard after every line.

Solution 6: Updating Your Device Drivers

There can be conflicts during the upgrade process if you’re using the wrong or outdated device drivers. So, you need to ensure that there are no issues with your drivers in order to get rid of the Error 0x80070426 on Windows 10. The best way to do this is to use Auslogics Driver Updater. After your installing this tool, it will automatically recognize your processor type and operating system version. All you need to do is click a button, and the program will locate, download, and install the latest compatible drivers for your computer.

Pro Tip: To ensure that your PC will perform smoothly after the upgrade, we encourage you to install Auslogics BoostSpeed as well. The powerful cleaning module of this software will effectively sweep out all types of junk in your PC and other items that may affect its performance. After using this tool, you can expect most operations and processes to go at a faster pace.

Источники:

https://milestone-club. ru/ispravit-oshibku-0x80070426-v-windows-10

https://www. auslogics. com/en/articles/fix-error-0x80070426-on-windows-10/

Понравилась статья? Поделиться с друзьями:
Добавить комментарий

;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: