Ошибка 8024A000 возникает при поиске или установке нового обновления для Windows. Этот код может появляться на всех версиях Windows, начиная от XP и заканчивая «десяткой». В этой статье мы расскажем вам, почему возникает данная ошибка и как от нее можно избавиться в кратчайшие сроки.
Причины появления 8024A000
- Баг в Центре обновления Windows. В некоторых ситуациях Центр обновления Windows может зависнуть из-за появление бага, вследствие чего он не сможет загрузить новое обновление для системы. Решением является специальное системное средство устранения неполадок.
- Службы Центра обновления «повисли». Появление ошибки 8024A000 точно также возможно, когда одна или несколько служб Центра обновления барахлят. Это можно исправить при помощи командной строки.
- Некорректная регистрация DLL-библиотек Центра обновления. Во время процесса установки новых апдейтов для системы Центр обновления полагается на огромное количество динамически подключаемых библиотек. Если эти библиотеки некорректно зарегистрированы в системе, то появление тех или иных проблем не так уж и удивительно.
- Повреждение системных файлов. За ошибкой 8024A000 может стоять повреждение системных файлов Windows. Решается такая ситуация с помощью System File Checker и DISM.
- Отсутствие драйвера RST в системе. Ошибка также может возникнуть, если в вашей Windows нет драйвера Intel RST (технология быстрого хранения данных) или он устаревшей версии. Установка/обновление драйвера устранит проблему.
- Сторонний антивирус блокирует порты, используемые Центром обновления. Оказывается, некоторые антивирусы могут буквально блокировать порты, которые используются Центром обновления Windows для загрузки обновлений с серверов Майкрософт. По этой причине и появляется ошибка 8024A000. Удаление/замена антивируса — адекватное решение.
Методы решения ошибки 8024A000
Метод №1 Использование средства устранения неполадок
Для начала давайте попробуем использовать системное средство устранения неполадок. К сожалению, довольно часто это средство не решает возникшей проблемы, но попробовать все же стоит. Чтобы использовать его, сделайте следующее:
- нажмите Windows+R;
- пропишите «control.exe /name Microsoft.Troubleshooting» и нажмите Enter;
- выберите пункт «Центр обновления Windows» и нажмите кнопку «Запустить средство устранения неполадок»;
- дождитесь окончания работы средства и нажмите кнопку «Применить это исправление»;
- после исправления перезагрузите свой компьютер.
Метод №2 Перезапуск служб Центра обновления
Иногда службы Центра обновления могут работать не вполне корректно. В таком случае поможет простой перезапуск этих служб. Для этого сделайте следующее:
- нажмите правой кнопкой мыши на Пуск;
- кликните на пункт «Командная строка (администратор)»;
- выполните следующий ряд команд:
- net stop wuauserv;
- net stop bits;
- net stop cryptsvc;
- после остановки работы служб выполните другой ряд команд:
- net start wuauserv;
- net start bits;
- net start cryptsvc;
- exit;
- перезагрузите свой компьютер.
Если причиной появления ошибки 8024A000 были службы Центра обновления, то этот метод должен был избавиться от нее.
Метод №3 Повторная регистрация DLL-библиотек Центра обновления
В некоторых случаях библиотеки, которые используются Центром обновления, могли быть некорректно зарегистрированы в системе. Если это действительно так, то вам требуется провести их перерегистрацию. Вот как это сделать:
- нажмите Windows+R;
- далее впишите «notepad» и нажмите комбинацию Ctrl+Shift+Enter;
- вставьте в блокнот следующий ряд команд:
- regsvr32 c:\windows\system32\vbscript.dll /s
- regsvr32 c:\windows\system32\mshtml.dll /s
- regsvr32 c:\windows\system32\msjava.dll /s
- regsvr32 c:\windows\system32\jscript.dll /s
- regsvr32 c:\windows\system32\msxml.dll /s
- regsvr32 c:\windows\system32\actxprxy.dll /s
- regsvr32 c:\windows\system32\shdocvw.dll /s
- regsvr32 wuapi.dll /s
- regsvr32 wuaueng1.dll /s
- regsvr32 wuaueng.dll /s
- regsvr32 wucltui.dll /s
- regsvr32 wups2.dll /s
- regsvr32 wups.dll /s
- regsvr32 wuweb.dll /s
- regsvr32 Softpub.dll /s
- regsvr32 Mssip32.dll /s
- regsvr32 Initpki.dll /s
- regsvr32 softpub.dll /s
- regsvr32 wintrust.dll /s
- regsvr32 initpki.dll /s
- regsvr32 dssenh.dll /s
- regsvr32 rsaenh.dll /s
- regsvr32 gpkcsp.dll /s
- regsvr32 sccbase.dll /s
- regsvr32 slbcsp.dll /s
- regsvr32 cryptdlg.dll /s
- regsvr32 Urlmon.dll /s
- regsvr32 Shdocvw.dll /s
- regsvr32 Msjava.dll /s
- regsvr32 Actxprxy.dll /s
- regsvr32 Oleaut32.dll /s
- regsvr32 Mshtml.dll /s
- regsvr32 msxml.dll /s
- regsvr32 msxml2.dll /s
- regsvr32 msxml3.dll /s
- regsvr32 Browseui.dll /s
- regsvr32 shell32.dll /s
- regsvr32 wuapi.dll /s
- regsvr32 wuaueng.dll /s
- regsvr32 wuaueng1.dll /s
- regsvr32 wucltui.dll /s
- regsvr32 wups.dll /s
- regsvr32 wuweb.dll /s
- regsvr32 jscript.dll /s
- regsvr32 atl.dll /s
- regsvr32 Mssip32.dll /s
- вставив команды, нажмите на «Файл» в строке меню и кликните на «Сохранить как…»;
- задайте файлу расширение «.bat» и любое понравившееся вам имя;
- выберите директорию, где будет лежать файл и нажмите на кнопку «Сохранить»;
- теперь откройте созданный «батник» и дождитесь окончания его работы;
- перезагрузите свой компьютер.
Как только вы завершите повторную регистрацию всех DLL-файлов, имеющих отношение к Центру обновления Windows, ошибка 8024A000 должна исчезнуть. Разумеется, это произойдет только в том случае, если проблема действительно заключалась в этом.
Метод №4 Применение утилит SFC и DISM
Повреждение системных файлов может вызвать целый вагон самых разных проблем, включая и нашу сегодняшнюю ошибку. К счастью, вы можете исправить повреждения, воспользовавшись функционалом таких утилит, как SFC и DISM.
- нажмите правой кнопкой мыши на Пуск;
- введите в командную строку следующие команды:
- sfc /scannow;
- DISM /Online /Cleanup-Image /RestoreHealth.
Обязательно подождите, пока каждая из программ закончит свою работу. Также мы рекомендуем вам перезагружать компьютер после окончания работы каждой из программ. При наличии поврежденных системных файлов ошибка 8024A000 должна исчезнуть.
Метод №5 Установка драйвера Intel RST
Возможно, на вашем компьютере отсутствует драйвер Intel RST. Некоторые пользователи утверждают, что как только они установили в свою систему этот драйвер — ошибка 8024A000 исчезла и больше не появлялась. Перейдите по этой ссылке, чтобы загрузить драйвер Intel RST и установите его, после чего перезагрузите компьютер и проверьте, решилась ли проблема.
Метод №6 Удаление антивируса
В довольно редких случаях сторонний антивирус может вызывать обговариваемую проблему. Такие антивируса, как McAfee Total Protection, AVAST и Comodo известны среди пользователей как ПО, которое зачастую не защищает систему, а мешает ее работе. Если у вас в системе есть какой-то сторонний антивирус, то попробуйте избавиться от него и посмотрите, что из этого выйдет.
Метод №7 Возвращение системы в исходное состояние
Если никакой из методов не смог вам помочь, то пора переходить к чему-то более серьезному. В этом последнем методе мы попробуем с вами выполнить возвращение системы к исходному состоянию. Сделайте следующее:
- нажмите правой кнопкой мыши на Пуск;
- выберите «Параметры» и зайдите в раздел «Обновление и безопасность»;
- перейдите во вкладку «Восстановление»;
- нажмите на кнопку «Начать» под разделом «Вернуть компьютер в исходное состояние»;
- выберите «Сохранить мои файлы» на экране «Выбор действия»;
- нажмите на кнопку «Сброс».
Как только вы снова зайдете в систему, попробуйте обновить Windows. Никакая ошибка 8024A000 больше вам не помешает.
- Ahmir
- Comments Off on What is error code 8024A000?
What is error code 8024A000?
The Windows Update Error Code 8024A000 means WU E AU NOSERVICE. This is translated as AU was unable to service incoming AU calls. I would like for you to perform general Troubleshooting steps for Windows Update.
The Windows update error code 8024A000 appears on the screen and you receive the message: Windows could not search for new updates. According to the error code, this error shows up when Windows Update tries to prevent the update process from been interrupted while the system is performing a vital task.
Updated September 2023: Stop error messages and fix your computer problem with this tool. Get it now at this link
- Download and install the software.
- It will scan your computer for problems.
- The tool will then fix the issues that were found.
Why do I get Windows Update error code 8024a000?
Windows Enhance error code 8024A000 appears on a certain screen and you get a notification that Windows cannot check for new types of updates. If the update is in progress while the system is performing some important task, Windows Update will also try to prevent the update process from being interrupted, as this error code suggests.
How do I fix error code 8024A000?
Follow these tips to fix Windows Error Code 8024A000:
- Run the Windows Update troubleshooter.
- Restart the Windows Update services.
- Reregister the updated DLLs.
- Run SFC and DISM . scanning.
- Troubleshoot clean boot problems.
Most affected buyers report that the updates have started downloading but the process won’t complete and they will see error area code 8024A000. According to the error code, this error occurs when Windows Update tries to prevent an update session from being canceled while it is busy performing an important task.
What is error 8024A000?
Most affected users have reported that updates are received but the process is never cleared and error code 8024A000 keeps popping up. Depending on the type of error, this error occurs when Windows Update tries to prevent an edit session from being canceled while an important task is in progress.
How does DHCP scope creation differ in Windows Server 2012 and Windows Server 2012 R2 compared to prior Windows Server versions?
In Windows Server 2012 R2, the realm itself is created before you can add DHCP server roles. On Windows Server 2012 R2, create a domain when you install DHCP as a server role. In Windows Server 2012 R2, scope creation is done by itself after adding the DHCP server role.
Will SQL Server 2012 run on Windows Server 2012 R2?
In the Database Engine Configuration section, set Authentication to Windows mode. You also have the option to choose both Windows Authentication with SQL and Server Authentication. You can use this style to install SQL Server later on Windows Server R2 2012.
Is SQL Server 2012 supported on Windows Server 2012 R2?
SQL Server 2012 and SQL Server 2007 R2 to support new features in Windows 8.1, Windows 8, Windows Server 2012.R2 and Windows Server below. Unless otherwise noted in the table below, all features of a Windows 2012 PC are supported on all recommended versions of SQL Server.
Most of the affected users are reporting that updates start downloading but the whole process never completes, error code 8024A000 is also displayed. According to the error code, this error occurs when Windows Update tries to prevent an update session by interrupting it while it is doing a great and important task.
Updated: September 2023
Are you grappling with persistent PC problems? We have a solution for you. Introducing our all-in-one Windows utility software designed to diagnose and address various computer issues. This software not only helps you rectify existing problems but also safeguards your system from potential threats such as malware and hardware failures, while significantly enhancing the overall performance of your device.
- Step 1 : Install PC Repair & Optimizer Tool (Windows 10, 8, 7, XP, Vista).
- Step 2 : Click Start Scan to find out what issues are causing PC problems.
- Step 3 : Click on Repair All to correct all issues.
If you receive Windows Update error 0x8024a000 when you run Windows Update, the connection between your personal PC and the Windows Update service may be the cause.
RECOMMENATION: Click here for help with Windows errors.
I’m Ahmir, a freelance writer and editor who specializes in technology and business. My work has been featured on many of the most popular tech blogs and websites for more than 10 years. Efficient-soft.com is where I regularly contribute to my writings about the latest tech trends. Apart from my writing, I am also a certified project manager professional (PMP).
- Remove From My Forums
-
Общие обсуждения
-
Не работает автоматическое обновление,выдается код ошибки 8024A000. что делать? после 5 % идет отмена обновления! делал диагностику-написано исправленно, но все ранво одно и тоже повторяется. почта fly679@mail.ru
-
Изменен тип
Elina Lebedeva
14 марта 2013 г. 9:21
Тема переведена в разряд обсуждений по причине отсутствия активности
-
Изменен тип
Все ответы
-
Не работает автоматическое обновление,выдается код ошибки 8024A000. что делать? после 5 % идет отмена обновления! делал диагностику-написано исправленно, но все ранво одно и тоже повторяется. почта fly679@mail.ru
-
Объединено
Elina Lebedeva
14 марта 2013 г. 9:17
-
Объединено
-
http://support.microsoft.com/kb/947821
Читаем, делаем, сообщаем результат.P.S. А почта зачем?
-
Изменено
Деньчик
2 марта 2013 г. 15:19
-
Изменено
-
воспользуйтесь рекомендациями http://answers.microsoft.com/en-us/windows/forum/windows_other-windows_update/windows-update-error-code-8024a000/562845f3-78d5-42a0-bed5-e3fd39f01df7
Если вам помог чей-либо ответ, пожалуйста, не забывайте жать на кнопку «Предложить как ответ» или «Проголосовать за полезное сообщение»
-
Уважаемый пользователь!
В вашей теме отсутствует активность в течениe
последних
дней. При отсутствии каких-либо действий в течениe
2 последующих дней, тема будет переведена в разряд обсуждений. Вы можете возобновить дискуссию, просто оставив сообщение в данной теме.
A comprehensive guide on fixing this issue
by Radu Tyrsina
Radu Tyrsina has been a Windows fan ever since he got his first PC, a Pentium III (a monster at that time). For most of the kids of… read more
Updated on
- Microsoft has tried to make the updating process a pain-free one, but with so many software configurations out there, errors do appear from time to time.
- The old Windows update error 8024A000 is still affecting many users.
- If you happen to be one of them, running the Windows Update Troubleshooter and renaming the Windows Update folder may both be quick solutions.
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.
- Download Fortect and install it on your PC
- Start the tool’s scanning process to look for corrupt files that are the source of the issues
- 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
There are some old errors that haven’t been fixed officially by Microsoft, and various Windows 10 users are still reporting them.
In this guide, we’re going to focus on error 8024A000 and how you can fix it. Years ago, somebody has complained that when he tries to take the updates, Windows is throwing the error 8024A000.
Since then, this has become one of the most visited threads on the Windows sub-forum on the Microsoft Community website, with various fixes being suggested along the way.
We tried to find some of the working ones for you to get rid of your problem.
How can I fix the Windows Update error 8024a000?
- How can I fix the Windows Update error 8024a000?
- 1. Run the Windows Update Troubleshooter
- 2. Stop the Windows Update Services
- 3. Rename the Windows Update folder
- 4. Register update DLLS again
- 5. Restart Windows Update Services
- 6. Combine some of the above solutions
- 7. Check your antivirus tools
- 8. Clean boot your computer
1. Run the Windows Update Troubleshooter
First of all, you need to perform the general Windows Update troubleshooting, because you just might be that lucky and you could solve it just like that. On Windows 10, you can run the troubleshooter from the Settings page.
On older OS versions, you can launch the tool from Control Panel.
2. Stop the Windows Update Services
If it doesn’t work, then you will need to stop services pertaining to Windows Update. For that, follow the following:
- Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.
- If you receive a notification from User Account Control simply click Continue.
- At the command prompt, type the following, commands and then press ENTER after each command.
net stop wuauserv
net stop bits
net stop cryptsvc
3. Rename the Windows Update folder
If that didn’t help, try to rename the folders pertaining to Windows Update by following this:
- At the command prompt, type the following commands, and then press Enter after each command:
ren %systemroot%System32Catroot2 Catroot2.old
ren %systemroot%SoftwareDistribution SoftwareDistribution.old - Do not close the Command Prompt window.
4. Register update DLLS again
Also, you might have to register the DLL’s pertaining to Windows Update like this:
- Copy and paste the following text into a new Notepad document, and save the file as WindowsUpdate.BAT
- If saved correctly, the icon will change from a Notepad file to BAT file which has two blue cogs as its icon.
- You can manually type each command at the command prompt
regsvr32 c:windowssystem32vbscript.dll /s
regsvr32 c:windowssystem32mshtml.dll /s
regsvr32 c:windowssystem32msjava.dll /s
regsvr32 c:windowssystem32jscript.dll /s
regsvr32 c:windowssystem32msxml.dll /s
regsvr32 c:windowssystem32actxprxy.dll /s
regsvr32 c:windowssystem32shdocvw.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 Softpub.dll /s
regsvr32 Mssip32.dll /s
regsvr32 Initpki.dll /s
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 Urlmon.dll /s
regsvr32 Shdocvw.dll /s
regsvr32 Msjava.dll /s
regsvr32 Actxprxy.dll /s
regsvr32 Oleaut32.dll /s
regsvr32 Mshtml.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 Browseui.dll /s
regsvr32 shell32.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 jscript.dll /s
regsvr32 atl.dll /s
regsvr32 Mssip32.dll /s
5. Restart Windows Update Services
Also, you might have to restart services pertaining to Windows Update by following these steps:
- Click Start, click All Programs, click Accessories, right-click Command Prompt, and select Run as Administrator.
- If you receive a notification from User Account Control simply click Continue.
- At the command prompt, type the following, commands and then press ENTER after each command.
net start wuauserv
net start bits
net start cryptsvc
exit - Check for updates using Windows Update to see if the issue has been resolved.
6. Combine some of the above solutions
- Try the following, as well:
- Press Windows + X keys and select command prompt(admin).
- In the command prompt window, copy and paste the commands (all at once) –
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:WindowsSoftwareDistribution SoftwareDistribution.old
ren C:WindowsSystem32catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
pause - Wait for the process to complete.
- Close command prompt.
- Now, go to Windows update and check.
7. Check your antivirus tools
Also, it’s a good idea to check whether you don’t have two antivirus software tools running in the same time, as it’s often not a good idea and it might result in conflicting software.
8. Clean boot your computer
- Go to Start > type msconfig > hit Enter.
- Go to System Configuration > click on the Services tab > check the Hide all Microsoft services check box > click Disable all.
- Go to the Startup tab > Open Task Manager.
- Select each startup item > click Disable.
- Close Task Manager > restart the computer.
Let me know by leaving your comment below if this has solved your problems. If not, I’ll try looking into it and add more solutions if there are.
It may seem inconvenient, but you don’t want to look for problems where there are none.
- Why is Windows Update taking so long?
Outdated drivers slow down your download speed, so Windows Update may end up taking much longer than before. Check out this guide to update drivers in Windows 10.
- Adding layers in Windows 11’s Paint greatly increases RAM usage
- How to copy texts from images with Snipping Tool’s Text Action
- The Windows 11’s weather widget now offers a detailed weather forecast
- Windows 11’s share window will let you send files to your Teams contacts
- Windows 11 now has SMB NTLM blocking, adding an extra layer of protection
We hope you managed to get rid of the Windows Update Error 8024a000 using our guide. Let us know which solution worked for you.
На чтение 6 мин. Просмотров 1k. Опубликовано
Содержание
- Как я могу исправить ошибку обновления 8024A000?
- Как я могу исправить ошибку обновления Windows 8024a000?
- Решение 1. Запустите средство устранения неполадок Центра обновления Windows.
- Решение 2. Остановите службы Windows Update
- Решение 3. Переименуйте папку Windows Update
- Решение 4. Зарегистрируйте обновление DLLS снова
- Решение 5. Перезапустите службы Центра обновления Windows
- Решение 6 – Объединить некоторые из вышеуказанных решений
- Решение 7 – Проверьте свои антивирусные инструменты
- Решение 8 – Чистая загрузка компьютера
Как я могу исправить ошибку обновления 8024A000?
- Запустите средство устранения неполадок Центра обновления Windows .
- Остановите службы Центра обновления Windows
- Переименование папки Центра обновления Windows
- Зарегистрируйте обновление DLLS снова .
- Перезапустите службы Центра обновления Windows .
- Объедините некоторые из приведенных выше решений .
- Проверьте свои антивирусные инструменты
- Чистый загрузочный компьютер
Есть некоторые старые ошибки, которые не были официально исправлены Microsoft, и различные пользователи Windows 10 и Windows 8.1 все еще сообщают о них.
В этом руководстве мы сосредоточимся на ошибке 8024A000 и на том, как ее можно исправить.
Еще в феврале 2009 года кто-то жаловался, что когда он пытается получить обновления, Windows выдает ошибку 8024A000.
С тех пор эта тема стала одной из самых посещаемых тем на подфоруме Windows 8.1 на веб-сайте сообщества Microsoft, и на этом пути предлагаются различные исправления.
Мы пытаемся найти некоторые из них, которые помогут вам решить вашу проблему.
У меня установлена последняя версия Windows? Узнайте, проверив нашу постоянно обновляемую статью!
Как я могу исправить ошибку обновления Windows 8024a000?
Решение 1. Запустите средство устранения неполадок Центра обновления Windows.
Прежде всего, вам нужно выполнить общее устранение неполадок Центра обновления Windows, потому что вам просто может повезти, и вы можете решить эту проблему просто так. В Windows 10 вы можете запустить средство устранения неполадок со страницы настроек.
В более старых версиях ОС, таких как Windows 7 или Windows 8.1, вы можете запустить инструмент из панели управления.
Работа в Windows Устранение неполадок – это кошмар? Попробуйте использовать один из этих инструментов!
Решение 2. Остановите службы Windows Update
Если это не работает, то вам нужно будет остановить службы, относящиеся к Центру обновления Windows. Для этого выполните следующее:
- Нажмите «Пуск», выберите «Все программы», «Стандартные», щелкните правой кнопкой мыши командную строку и выберите «Запуск от имени администратора».
- Если вы получили уведомление от контроля учетных записей, просто нажмите «Продолжить».
-
В командной строке введите следующие команды и нажмите клавишу ВВОД после каждой команды.
- net stop wuauserv
- чистые стоповые биты
- net stop cryptsvc
- Пожалуйста, не закрывайте окно командной строки.
Если это не помогло, попробуйте переименовать папки, относящиеся к Центру обновления Windows, выполнив следующие действия:
-
В командной строке введите следующие команды и нажмите клавишу ВВОД после каждой команды:
ren% systemroot% System32Catroot2 Catroot2.old
ren% systemroot% SoftwareDistribution SoftwareDistribution .old - Не закрывайте окно командной строки
Решение 4. Зарегистрируйте обновление DLLS снова
Кроме того, вам, возможно, придется зарегистрировать DLL, относящуюся к Центру обновления Windows, следующим образом:
1. Скопируйте и вставьте следующий текст в новый документ «Блокнот» и сохраните файл как WindowsUpdate.BAT.
2. При правильном сохранении значок из файла «Блокнот» изменится на файл BAT с двумя синими зубцами. значок.
3. Каждую команду можно ввести вручную в командной строке
regsvr32 c: windowssystem32vbscript.dll/s
regsvr32 c: windowssystem32mshtml.dll/s
regsvr32 c: windowssystem32msjava .dll/s
regsvr32 c: windowssystem32jscript.dll/s
regsvr32 c: windowssystem32msxml.dll/s
regsvr32 c: windowssystem32actxprxy.dll/s
regsvr32 c: windowssystem32shdocvw.dll/s
regsvr32 wuapi.dll/s
regsvr32 wuaueng1.dll/s
regsvr32 wuaueng.dll/s
regsvr32 wucltui.dll/s
regsvr32 wups2.dll/s
regsvr32 wups.dll/s
regsvr32 wuweb.dll/s
regsvr32 Softpub.dll/s
regsvr32 Mssip32.dll/s
regsvr32 Initpki.dll/s
regsvr32 softpub.dll/s
regsvr32 wintrust.dll/s
regsvr32 initpki.dll/s
regsvr32 dssenh.dll/s
regsvr32 rsaenh.dll/s
regsvr32 gpkcsp.dll/s
regsvr32 sccbase.dll/s
regsvr32 slbcsp.dll/s
regsvr32 cryptdlg.dll/s
regsvr32 Urlmon.dll/s
regsvr32 Shdocvw.dll/s
regsvr32 Msjava.dll/s
regsvr32 Actxprxy.dll/s
regsvr32 Oleaut32.dll/s
regsvr32 Mshtml.dll/s
regsvr32 msxml.dll/s
regsvr32 msxml2.dll/s
regsvr32 msxml3.dll/s
regsvr32 Browseui.dll/s
regsvr32 shell32.dll/s
regsvr32 wuapi.dll/s
regsvr32 wuaueng.DLL/s
regsvr32 wuaueng1.dll/s
regsvr32 wucltui.dll/s
regsvr32 wups.dll/s
regsvr32 wuweb.dll/s
regsvr32 jscript. dll/s
regsvr32 atl.dll/s
regsvr32 Mssip32.dll/s
Не можете получить доступ к редактору реестра? Все не так страшно, как кажется. Ознакомьтесь с этим руководством и быстро решите проблему.
Решение 5. Перезапустите службы Центра обновления Windows
Кроме того, вам может потребоваться перезапустить службы, относящиеся к Центру обновления Windows, выполнив следующие действия:
- Нажмите «Пуск», выберите «Все программы», «Стандартные», щелкните правой кнопкой мыши командную строку и выберите «Запуск от имени администратора».
- Если вы получили уведомление от контроля учетных записей, просто нажмите «Продолжить».
-
В командной строке введите следующие команды и затем нажмите клавишу ВВОД после каждой команды.
net start wuauserv
net start bits
net start cryptsvc
выход - Проверьте наличие обновлений с помощью Центра обновления Windows, чтобы увидеть, была ли проблема решена.
Решение 6 – Объединить некоторые из вышеуказанных решений
Попробуйте также следующее:
- Нажмите клавиши Windows + X и выберите командную строку (admin).
-
В окне командной строки скопируйте и вставьте команды (все сразу) –
- чистая остановка wuauserv
- чистая остановка cryptSvc
- стоповые биты
- Чистая остановка
- ren C: WindowsSoftwareDistribution SoftwareDistribution.old
- ren C: WindowsSystem32catroot2 catroot2.old
- чистый старт wuauserv
- net start cryptSvc
- чистые стартовые биты
- net start msiserver
- Пауза
- Подождите, пока процесс завершится.
- Закройте командную строку.
- Теперь перейдите к обновлению Windows и проверьте.
Решение 7 – Проверьте свои антивирусные инструменты
Кроме того, рекомендуется проверить, не запущены ли одновременно два антивирусных программного обеспечения, так как это часто не очень хорошая идея и может привести к конфликту программного обеспечения.
Решение 8 – Чистая загрузка компьютера
- Выберите «Пуск»> введите msconfig > и нажмите «Ввод».
-
Перейдите в «Конфигурация системы»> щелкните вкладку «Службы»> установите флажок «Скрыть все службы Microsoft»> нажмите «Отключить все».
- Перейдите на вкладку «Автозагрузка»> «Открыть диспетчер задач».
-
Выберите каждый элемент автозагрузки> нажмите Отключить
- Закройте диспетчер задач> перезагрузите компьютер.
Дайте мне знать, оставив свой комментарий ниже, если это решило ваши проблемы. Если нет, я постараюсь разобраться в этом и добавить больше решений, если они есть.