Microsoft store ошибка 0x800706d9

Многие пользователи сообщают о возникновении кода ошибки 0x800706d9 при попытке войти в приложение Магазина Windows, используя учетные данные учетной записи Microsoft. Отображаемое сообщение об ошибке выглядит следующим образом:

Что-то пошло не так
Пожалуйста, повторите попытку позже.
0x800706d9
Из сопоставителя конечных точек больше нет доступных конечных точек.

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

1. Нажмите Windows + R, чтобы открыть «Выполнить».

2. Введите ms-settings: appsfeatures, чтобы открыть «Приложения и функции».

Параметры запуска приложений Мин.

3. Введите Microsoft Store в поле поиска под списком приложений.

4. Щелкните три вертикальные точки, связанные с Microsoft Store.

5. В открывшемся меню выберите Дополнительные параметры.

Возможности приложений Ms Store Выберите Дополнительные параметры Мин.

6. На странице «Дополнительные параметры» найдите раздел «Сброс» и нажмите кнопку «Сброс».

7. Снова нажмите «Сброс» в запросе подтверждения.

Параметр расширенного сброса Microsoft Store, мин.

8. Перезапустите приложение Store и проверьте, устранена ли проблема.

Исправление 2 — изменение настроек DNS-сервера

1. Откройте «Выполнить» с помощью клавиш Windows и R на клавиатуре.

2. Введите ncpa.cpl, чтобы открыть сетевые подключения.

Запустить Ncpa Cpl Min

3. Щелкните правой кнопкой мыши на сетевом адаптере и выберите Свойства.

Свойства Network Adpater Мин.

4. В окне «Свойства» выберите «Протокол Интернета версии 4 (TCP / IPv4)».

5. Теперь нажмите кнопку «Свойства» ниже.

Свойства сетевого адаптера Tcp Ipv4 Min

6. Установите переключатель, связанный с параметром Использовать следующие адреса DNS-серверов.

7. В поле рядом с Предпочтительным DNS-сервером введите значение 1.1.1.1.

8. Установите для альтернативного DNS-сервера значение 1.0.0.1.

9. Нажмите ОК, чтобы сохранить изменения.

Свойства TCP IPv4 Предпочтительный альтернативный адрес DNS Мин.

10. Теперь проверьте, устранена ли ошибка входа в учетную запись Microsoft.

Исправление 3 — Очистить кеш MS Store

1. Нажмите клавишу Windows и введите wsreset в поле поиска.

2. Щелкните wsreset.exe, чтобы начать процесс сброса.

Wsreset Search Run Windows Key Min

3. Дождитесь восстановления Магазина Windows и сброса его кеша.

4. После завершения процесса откроется MS Store.

5. Закройте Магазин. Перезагрузите компьютер.

6. Проверьте, помогло ли это вам преодолеть ошибку.

Исправление 4 — Выполнение кода с помощью PowerShell

1. Нажмите одновременно клавиши Windows и R, чтобы открыть диалоговое окно «Выполнить».

2. Введите powershell и нажмите Ctrl + Shift + Enter, чтобы открыть PowerShell от имени администратора.

Запустите Powershell Min

3. Нажмите Да, когда будет предложено Управление учетными записями пользователей.

4. Скопируйте приведенный ниже код.

 # Get all the provisioned packages 
 $Packages = (get-item 'HKLM:SoftwareMicrosoftWindowsCurrentVersionAppxAppxAllUserStoreApplications') | Get-ChildItem 
 # Filter the list if provided a filter 
 $PackageFilter = $args[0] 
 if ([string]::IsNullOrEmpty($PackageFilter))
{
  echo "No filter specified, attempting to re-register all provisioned apps." 
 } 
 else 
 { 
  $Packages = $Packages | where {$_.Name -like $PackageFilter} 

  if ($Packages -eq $null)
   { 
  echo "No provisioned apps match the specified filter." 
  exit 
  } 
  else 
  { 
  echo "Registering the provisioned apps that match $PackageFilter" 
 } 
 }
  ForEach($Package in $Packages) 
 { 
  # get package name & path 
  $PackageName = $Package | Get-ItemProperty | Select-Object -ExpandProperty PSChildName 
  $PackagePath = [System.Environment]::ExpandEnvironmentVariables(($Package | Get-ItemProperty | Select-Object -ExpandProperty Path)) 
  # register the package 
  echo "Attempting to register package: $PackageName" 
  Add-AppxPackage -register $PackagePath -DisableDevelopmentMode 
 }

5. Вернитесь в PowerShell и вставьте скопированный код. Нажмите Enter, чтобы выполнить код.

6. Дождитесь завершения выполнения.

7. Закройте PowerShell и перезагрузите систему.

8. После запуска проверьте, можете ли вы войти в свою учетную запись Microsoft в Магазине.

Вот и все!

Мы надеемся, что эта статья была достаточно информативной, чтобы помочь вам устранить ошибку входа в учетную запись Microsoft с кодом 0x800706d9. Прокомментируйте и дайте нам знать, какое исправление сработало для вас.


  • 16/03/202317/03/2023
  • 🕑 1 minute read
  • 438 Views

Ошибка Microsoft Store 0x800706d9: 6 простых способов ее исправить

0x800706d9 — это код ошибки, который появляется при установке приложения из Магазина Microsoft. Microsoft Store — одно из самых важных приложений в Windows 11, так как это универсальный магазин для всех ваших приложений.

Quickly fix Windows 11, 10, 8 and 7 errors with Outbyte PC Repair

Take the bull by the horns: identify and fix performance issues that may be affecting your PC.

Outbyte PC Repair is a comprehensive computer repair tool designed to solve a number of different system problems, clean up your disk, optimize performance, and improve privacy and security.

  • Compatible with: Windows 11, 10, 8 and 7
  • Trial: Free trial by category for at least 2 days*
  • Full version: from $29.95 (for a 3-month subscription)

*Free trial allows you to fix all detected items in each category

Если Microsoft Store не работает, вы не сможете обновлять или загружать приложения. Это может повлиять на многие приложения, поэтому вам нужно немедленно разобраться в сути этой проблемы. К счастью, мы собрали для вас лучшие решения, о которых сообщают пользователи.

Что такое проблема 0x800706d9?

Проблема 0x800706d9 — это распространенная ошибка, возникающая в процессе установки или обновления приложения из Магазина Microsoft. Эта ошибка имеет много причин, но наиболее распространенными из них являются:

  • Настройки брандмауэра. Если вы видите это сообщение при загрузке приложения, это может означать, что ваш сетевой администратор или брандмауэр заблокировал приложение.
  • Поврежденные установочные файлы. Ошибка обычно вызывается поврежденным или неполным установочным пакетом. Это также может быть вызвано поврежденными системными файлами.
  • Проблемы с подключением к Интернету. Если ваше подключение к Интернету не работает должным образом, вы не сможете получить доступ к Microsoft Store или загрузить/установить приложения и игры.
  • Поврежденные файлы кэша. Иногда поврежденные файлы кэша могут накапливаться со временем и вызывать эту проблему.
  • Недостаточно средств. Если вы пытаетесь купить и загрузить приложение, загрузка может завершиться неудачно, поскольку на вашем счету недостаточно средств.

Как исправить код ошибки 0x800706d9?

Чтобы устранить эту ошибку, сначала попробуйте выполнить следующие основные действия по устранению неполадок:

  • Убедитесь, что вы подключили свой компьютер к Интернету, предпочтительно через кабель Ethernet вместо Wi-Fi.
  • Проверьте настройки даты и времени. Дата и время на вашем компьютере могут влиять на поведение программ, поэтому важно убедиться, что в Windows установлены правильные время и дата.
  • Попробуйте выйти из своей учетной записи Microsoft, а затем снова войдите через 30 секунд.
  • Убедитесь, что в вашей учетной записи Майкрософт достаточно средств, если вы пытались приобрести приложение.
  • Убедитесь, что информация о вашей кредитной карте верна в файле, чтобы она совпадала с тем, что отображается на вашем экране.
  • Убедитесь, что ваше программное обеспечение безопасности не блокирует связь Microsoft Store с его серверами.
  • Удалите и переустановите приложение, которое выдает ошибку.

1. Запустите средство устранения неполадок Магазина Windows.

  1. Нажмите Windows клавишу и нажмите «Настройки».
    настройки виндовс 11
  2. Нажмите «Система» на левой панели, затем «Устранение неполадок» на правой панели.
    Откройте средство устранения неполадок системы
  3. Выберите Другие средства устранения неполадок.
    другие средства устранения неполадок
  4. Прокрутите вниз, найдите Приложения Магазина Windows и нажмите кнопку «Выполнить».
    нажав запустить средство устранения неполадок приложений магазина Windows

2. Перезапустите службы Windows.

  1. Нажмите клавиши Windows + R, чтобы открыть команду «Выполнить».
  2. Введите services.msc в диалоговом окне и нажмите OK.
    запустить команду services.msc
  3. Найдите службу Windows Update , щелкните ее правой кнопкой мыши и выберите «Свойства».
  4. В разделе «Тип запуска» выберите «Автоматически» в раскрывающемся меню, нажмите «Пуск», затем нажмите «Применить» и «ОК», чтобы сохранить изменения.
  5. Повторите шаги с 1 по 4 также со службой хранилища и брандмауэром Защитника Windows.

3. Запустите сканирование DISM и SFC.

  1. Нажмите Windows клавишу, введите cmd и нажмите «Запуск от имени администратора».
    cmd-run-admin-w11 непредвиденная ловушка режима ядра Windows 11
  2. Введите следующие команды и нажмите Enter после каждой:
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

4. Сброс кэша Магазина Microsoft

  1. Нажмите значок поиска Windows.
  2. Введите WSReset.exe в строке поиска и нажмите «Запуск от имени администратора».

5. Восстановить/сбросить Microsoft Store

  1. Нажмите Windows клавишу и нажмите «Настройки».
    настройки виндовс 11
  2. Нажмите «Приложения» на левой панели, затем «Приложения и функции» на правой панели.
  3. Найдите приложение Microsoft Store, нажмите на три вертикальных многоточия и выберите «Дополнительные параметры».
    переход к расширенным параметрам Microsoft Store
  4. Нажмите Восстановить.
  5. Вернитесь назад и нажмите «Сброс», если вариант восстановления не удался.

6. Переустановите Магазин Microsoft.

  1. Одновременно нажмите клавиши Windows + I , чтобы открыть настройки.
    настройки виндовс 11
  2. Введите Powershell в строке поиска и нажмите «Запуск от имени администратора».
  3. Enter следующая команда: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"

Помимо кода ошибки 0x8007069d, вы также можете столкнуться с проблемой, когда Microsoft Store не может ничего загрузить. Это не должно вызывать тревогу, так как мы уже рассмотрели способы преодоления этого препятствия.

Quickly fix Windows 11, 10, 8 and 7 errors with Outbyte PC Repair

Take the bull by the horns: identify and fix performance issues that may be affecting your PC.

Outbyte PC Repair is a comprehensive computer repair tool designed to solve a number of different system problems, clean up your disk, optimize performance, and improve privacy and security.

  • Compatible with: Windows 11, 10, 8 and 7
  • Trial: Free trial by category for at least 2 days*
  • Full version: from $29.95 (for a 3-month subscription)

*Free trial allows you to fix all detected items in each category

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

Сообщите нам, какое решение устранило эту ошибку, в разделе комментариев ниже.

Related post



Nothing in Windows 10 comes error-free so does Microsoft store. You might encounter certain codes at times that restrict the procedure while attempting to download or install an app. Error 0x800706D9 is one of these and it mostly prompts when something unexpected happens with the Windows Store. There might be some other factors that lead to such unwanted issues like corruption in the system and damaged cache.

Some people also reported that Microsoft Store error 0x800706D9 is more prominent when Storage Service is disabled in their Windows 10 PC. However, fixing the fatal code is not hard at all no matter what the actual reason is. In most cases, a built-in troubleshooter dedicated to the Windows store does the tweak. If not, you might need to enable storage service, reset the store to its default state, or reinstall the app.

Here is how to fix Microsoft Store Error 0x800706D9 in Windows 10 –

1] Run Store App Troubleshooter

Microsoft offers a dedicated troubleshooter for Windows store that works to bypass any problem the app conflicts. Usually, the tool scans the system to find the issues causing 0x800706D9 and fixes them automatically. Even if it fails to do so, the tool will let you know what the problem is and what step you should take next. Steps to run the troubleshooter are as followed –

  1. Press Win+I keyboard shortcut.
  2. When Windows Settings page turns up, click Update & Security.
  3. Opt for Troubleshoot from the left overlay.
  4. Move to the right pane and click the link Additional troubleshooters.
  5. Scroll down and locate Windows Store Apps.
  6. Select the same and click the button Run the troubleshooter from the extended tray.
  7. Let the tool detect and fix any problem related to error 0x800706D9.

2] Enable Storage Service to settle down error 0x800706D9

Oftentimes Storage service becomes troublesome and many of you keep it disabled in order to prevent Windows from writing hidden system files to USB devices. Due to this reason, 0x800706D9 Windows store error may take place. In such a case, what you can do is enabling the service manually and check if this was the real cause behind the code. Here is how to proceed –

  1. Right-click on Start button and choose Run.
  2. Type services.msc in the dialog box and click the OK button.
  3. Locate Storage Service on the Window that appears.
  4. Double-click the same to open its Properties.
  5. Set the Startup type to Automatic.

Set the startup type of Storage Service to Automatic

  1. Click on Start if the service is highlighting the Start button.
  2. Select Apply followed by OK button to save the changes.
  3. Lastly, restart Windows 10.

3] Reset Microsoft Store

As we said earlier, error 0x800706D9 mostly shows up when you try to download and install new software. Corrupted Store Cache is highly responsible for giving rise to such stop codes. Resetting the store cache may help in this kind of issue. To do so –

  1. Open Windows Settings app first.
  2. Click on Apps.
  3. When Apps & features page shows up, move to the adjacent right and scroll down to find out Microsoft Store.
  4. After getting the app, select it.
  5. Click Advanced options link from the expanded pane.
  6. From the next page, move down a bit and click the Reset button.

Error 0x800706D9 - Reset Microsoft store

  1. A popup may appear for final confirmation where you need to click Reset again.

You can also follow the guidelines here – 5 Ways to Reset Microsoft Store in Windows 10.

4] Re-register All Store apps

Microsoft store can’t get deleted automatically or without any valid reason but the same can be damaged by losing its essential components which result in 0x800706D9. To settle it down, you need to re-register the app using PowerShell command. Here are the steps you need to follow –

  1. Press Win+Q, type in PowerShell, and choose the option Run as administrator from right pane.
  2. When a UAC prompts, click Yes button.
  3. Once Administrator: Windows Powershell console rolls out, insert the below command –

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

  1. Hit Enter.
  2. In the end, reboot the system.

5] Uninstall & Reinstall Store to fix error 0x800706D9

If the Windows Store has become corrupted or defective itself, better to uninstall the app and install it again. In this way, you will have a fresh moreover error-free version of store. To proceed forward –

  1. First of all, run PowerShell as administrator.
  2. Once the console becomes ready to execute a command, insert the below line at the base of blinking cursor –

Get-AppxPackage *windowsstore* | Remove-AppxPackage

  1. When the app is uninstalled, reboot the computer.
  2. After powering up, again open Windows PowerShell (Admin).
  3. This time, execute the below command-line –

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}

6] Run SFC /Scannow

Store error 0x800706D9 may appear on Windows 10 PC due to corrupted system components and missing dll files. Such an incident usually happens because of unexpected power surge, malware attack, and collision of programs. To resolve the corruption at the same time recover missing elements, run system file checker in elevated Command Prompt. For that –

  1. Open Run Dialog box.
  2. Put cmd.exe in the text field and press Ctril+Shift+Enter keys altogether.
  3. When a UAC shows up, click Yes.
  4. Once in the black window, insert the below command followed by hitting Enter key –

Sfc /scanow

  1. Let the tool complete the scanning process without interruption.
  2. After completion, restart the computer and check if error 0x800706D9 has resolved.

7] Disable Antimalware program for a while to resolve error 0x800706D9

Antimalware programs always work to keep you away from vulnerable threats and to do so, often they block some app from downloading that seems suspicious. There is a high chance that Microsoft store has misinterpreted the app you are trying to download or install. As a result, the system fails to get it and throw 0x800706D9 Windows store error. To get rid of it, you can disable the active anti-malware program for a while. Keep in mind that disabling the security program for always can harm the PC badly, so, don’t forget to enable it later.

Disable built-in Windows Security

  1. Press Win+I to bring Settings app.
  2. Continue with Update & Security.
  3. Select Windows Security from the left overlay.
  4. Move to alongside right and opt for the option Virus & threat protection.
  5. From the newly appeared window, click the link says Manage settings located in right pane.
  6. Switch the toggle button of Real-time protection left.

Error 0x800706D9 - Disable Real-time protection temporarily

  1. A pop-up will turn up for final confirmation. Hit the Yes button.

Disable third-party antivirus

  1. Click the up arrow icon from the right side of taskbar to unfold system tray.
  2. Right-click on the antivirus icon installed on your PC.
  3. Choose Disable or anything identical from the appearing context menu.
  4. Now, you might need to choose a time slot that decides how long the antivirus program will remain disabled. Choose what you prefer.

Methods:
1] Run Store App Troubleshooter
2] Enable Storage Service
3] Reset Microsoft Store
4] Re-register All Store apps
5] Uninstall & Reinstall Store
6] Run SFC /Scannow
7] Disable Antimalware program for a while

That’s all!!

Repair any Windows problems such as Blue/Black Screen, DLL, Exe, application, Regisrty error and quickly recover system from issues using Reimage.

Restart essential associated services to easily fix this error

by Claire Moraa

Claire likes to think she’s got a knack for solving problems and improving the quality of life for those around her. Driven by the forces of rationality, curiosity,… read more


Updated on March 16, 2023

Reviewed by
Alex Serban

Alex Serban

After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server… read more

  • The Microsoft Store is an all-in-one hub for downloading apps, so it is concerning when it fails to do so.
  • Usually, a restart of the application should do the trick to salvage the situation. However, if this fails, try other troubleshooting steps, such as the SFC scan.

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix Windows PC system issues, you will need a dedicated tool
Fortect is a tool that does not simply cleans up your PC, but has a repository with several millions of Windows System files stored in their initial version. When your PC encounters a problem, Fortect will fix it for you, by replacing bad files with fresh versions. To fix your current PC issue, here are the steps you need to take:

  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 your problem
  3. Right-click on Start Repair so the tool could start the fixing algorythm
  • Fortect has been downloaded by 0 readers this month.

0x800706d9 is an error code that appears when installing an app from the Microsoft Store. The Microsoft Store is one of the most important apps in Windows 11 as it is the one-stop shop for all your apps.

If Microsoft Store isn’t working, you’ll be unable to update or download apps. This can affect many applications, so you need to get to the bottom of this issue immediately. Luckily, we have compiled the top solutions for you, as reported by users.

What is problem 0x800706d9?

Problem 0x800706d9 is a common error that occurs during the installation or update process of an app from the Microsoft Store. This error has many causes, but the most common ones are:

  • Firewall settings – If you see this message while downloading an app, it could mean your network administrator or firewall blocked the app.
  • Corrupt installation files – The error is usually caused by an installation package that’s corrupted or incomplete. It can also be triggered by system files that have been damaged.
  • Internet connection problems – If your internet connection isn’t working properly, you won’t be able to access Microsoft Store or download/install apps and games.
  • Corrupted cache files – Sometimes, corrupted cache files can accumulate over time and cause this issue. 
  • Insufficient funds – If you’re trying to purchase and download an app, the download may fail because you don’t have enough money in your account.

How do I fix error code 0x800706d9?

To resolve this error, try these basic troubleshooting steps first:

  • Ensure you have connected your PC to the internet, preferably via Ethernet cable instead of Wi-Fi.
  • Check your date and time settings. The date and time on your computer can affect how programs behave, so it’s important to make sure Windows has the correct time and date set.
  • Try signing out of your Microsoft account, then sign back in after 30 seconds.
  • Ensure that you have sufficient funds in your Microsoft account if you were trying to purchase an app.
  • Make sure that your credit card information is correct on file so that it matches up with what is on your screen.
  • Verify that your security software isn’t blocking Microsoft Store from communicating with its servers. 
  • Delete and reinstall the app that is giving you the error.

1. Run the Windows Store troubleshooter

  1. Hit the Windows key and click on Settings.settings windows 11
  2. Click on System on the left pane then Troubleshoot on the right pane.Open system troubleshooter
  3. Select Other troubleshooters.other troubleshooters
  4. Scroll down, locate Windows Store Apps and click the Run button.clicking run windows store apps troubleshooter

2. Restart Windows services

  1. Hit the Windows + R keys to open the Run command.
  2. Type services.msc in the dialog box and click OK.run services.msc command
  3. Find the Windows Update service, right-click on it, and select Properties.
  4. Under Startup type, select Automatic from the drop-down menu, click Start then press Apply and OK to save changes. 
  5. Repeat steps 1 to 4 with Storage Service and Windows Defender Firewall as well.

3. Run the DISM and SFC scans 

  1. Hit the Windows key, type cmd and hit Run as administrator.cmd-run-admin-w11 unexpected kernel mode trap windows 11
  2. Type the following commands and press Enter after each one: DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow

4. Reset the Microsoft Store cache

  1. Hit the Windows Search icon.
  2. Type WSReset.exe in the search bar and hit Run as administrator.

5. Repair/reset Microsoft Store

  1. Hit the Windows key and click on Settings.settings windows 11
  2. Click on Apps on the left pane then Apps & features on the right pane.
  3. Locate the Microsoft Store app, click on the three vertical ellipses and select Advanced options.going advanced options microsoft store
  4. Click on Repair.
  5. Go back and click on Reset if the repair option failed.

Some PC issues are hard to tackle, especially when it comes to missing or corrupted system files and repositories of your Windows.
Be sure to use a dedicated tool, such as Fortect, which will scan and replace your broken files with their fresh versions from its repository.

In case Microsoft Store is missing from the Apps and features section, here’s what to do to restore it.

Read more about this topic

  • AADSTS51004 error on Teams: how to fix it
  • Fix: url previews not properly showing in Teams
  • 0x8007274d Mail Sync Error: How to Fix it

6. Reinstall the Microsoft Store

  1. Press the Windows + I keys simultaneously to open Settings.settings windows 11
  2. Type Powershell in the search bar and click Run as administrator.
  3. Enter the following command: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"

Aside from the error code 0x8007069d, you may also come across an issue where the Microsoft Store fails to download anything. This should not be a cause for alarm, as we have already covered ways to overcome this hurdle.

If you frequent the Microsoft Store, you may get bored of the default theme over time. Don’t worry, as we are here to help refresh things. Check out our impressive library of the best Microsoft Store themes that will elevate your browsing experience.

Find out more in our in-depth review of the Microsoft Store and get to learn about all that it has to offer.

Let us know which solution fixed this error in the comment section below. 

Still experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

newsletter icon

Во время обновления ПК на базе Windows 10 некоторые пользователи могут сталкиваться с ошибкой 0x800706d9. Самая частая причина за этой неполадок — деактивированный брандмауэр Windows. Впрочем, иногда она может возникать из-за проблем с компонентами Центра обновления.

Содержание

  • Как исправить ошибку 0x800706d9?
    • Метод №1 Включение брандмауэра Windows
    • Метод №2 Проверка параметров служб брандмауэра и Центра обновления
    • Метод №3 Запуск средства устранения неполадок Центра обновления
    • Метод №4 Сброс компонентов Центра обновления

Как исправить ошибку 0x800706d9?

Прежде всего, создайте точку восстановления на вашем компьютере. Она поможет вам в случае того, если что-то пойдет не так. Нажмите Win+S и пропишите в поисковую строку запрос «Создание точки восстановления». В появившемся окошке выполните все необходимые действия и создайте точку на одном из разделов диска. Как только закончите, переходите к методам ниже.

0x800706d9

Метод №1 Включение брандмауэра Windows

Ошибка 0x800706d9 может возникать в процессе обновления Windows, если в вашей системе отключен брандмауэр. Чтобы включить его, сделайте следующее:

  • нажмите Win+S для вызова поисковой строки;
  • пропишите запрос «Брандмауэр Защитника Windows»;
  • кликните на ссылку «Включение и выключение брандмауэра Защитника Windows» в левой части окошка;
  • выберите опции по включению брандмауэра и сохраните внесенные изменения;
  • перезагрузите компьютер и попробуйте запустить апдейт ОС Windows еще раз.

Метод №2 Проверка параметров служб брандмауэра и Центра обновления

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

  • нажмите комбинацию Win+R;
  • пропишите в пустой строчке services.msc и нажмите Enter;
  • найдите в списке службу «Центр обновления Windows» и дважды кликните на нее ЛКМ;
  • выставьте в типе запуске значение «Автоматически»;
  • сохраните выставленные настройки и закройте окно свойств службы;
  • сделайте все вышеописанное для службы «Брандмауэр Защитника Windows»;
  • перезагрузите компьютер и проверьте наличие ошибки 0x800706d9.

Метод №3 Запуск средства устранения неполадок Центра обновления

В некоторых случаях приходится положиться на системное средство устранения неполадок. Оно не всегда помогает, но попробовать все же стоит. Сделать это можно вот так:

  • нажмите Win+S;
  • пропишите «Устранение общих проблем» и выберите результат;
  • выберите пункт «Центр обновления Windows» и нажмите на кнопку «Запустить средство устранения неполадок»;
  • следуйте инструкциям, которые предлагает вам средство;
  • перезагрузите компьютер, если в этом будет необходимость.

Как только зайдете в Windows, запустите процесс обновления и проверьте, была ли решена ошибка 0x800706d9.

Метод №4 Сброс компонентов Центра обновления

Если ничего из вышеуказанного не помогло, предлагаем вам заняться сбросом компонентом Центра обновления. Да, звучит сложно, но на деле процедура крайне простая. Вот что вам нужно сделать:

  • нажмите Win+R;
  • напишите notepad.exe и нажмите Enter;
  • вставьте в окно Блокнота следующие команды:

:: Run the reset Windows Update components.
:: void components();
:: /*************************************************************************************/
:components
:: —— Stopping the Windows Update services ——
call :print Stopping the Windows Update services.
net stop bitscall :print Stopping the Windows Update services.
net stop wuauservcall :print Stopping the Windows Update services.
net stop appidsvccall :print Stopping the Windows Update services.
net stop cryptsvccall :print Canceling the Windows Update process.
taskkill /im wuauclt.exe /f
:: —— Checking the services status ——
call :print Checking the services status.sc query bits | findstr /I /C:»STOPPED»
if %errorlevel% NEQ 0 (
echo. Failed to stop the BITS service.
echo.
echo.Press any key to continue . . .
pause>nul
goto :eof
)call :print Checking the services status.

sc query wuauserv | findstr /I /C:»STOPPED»
if %errorlevel% NEQ 0 (
echo. Failed to stop the Windows Update service.
echo.
echo.Press any key to continue . . .
pause>nul
goto :eof
)

call :print Checking the services status.

sc query appidsvc | findstr /I /C:»STOPPED»
if %errorlevel% NEQ 0 (
sc query appidsvc | findstr /I /C:»OpenService FAILED 1060″
if %errorlevel% NEQ 0 (
echo. Failed to stop the Application Identity service.
echo.
echo.Press any key to continue . . .
pause>nul
if %family% NEQ 6 goto :eof
)
)

call :print Checking the services status.

sc query cryptsvc | findstr /I /C:»STOPPED»
if %errorlevel% NEQ 0 (
echo. Failed to stop the Cryptographic Services service.
echo.
echo.Press any key to continue . . .
pause>nul
goto :eof
)

:: —— Delete the qmgr*.dat files ——
call :print Deleting the qmgr*.dat files.

del /s /q /f «%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat»
del /s /q /f «%ALLUSERSPROFILE%MicrosoftNetworkDownloaderqmgr*.dat»

:: —— Renaming the softare distribution folders backup copies ——
call :print Deleting the old software distribution backup copies.

cd /d %SYSTEMROOT%

if exist «%SYSTEMROOT%winsxspending.xml.bak» (
del /s /q /f «%SYSTEMROOT%winsxspending.xml.bak»
)
if exist «%SYSTEMROOT%SoftwareDistribution.bak» (
rmdir /s /q «%SYSTEMROOT%SoftwareDistribution.bak»
)
if exist «%SYSTEMROOT%system32Catroot2.bak» (
rmdir /s /q «%SYSTEMROOT%system32Catroot2.bak»
)
if exist «%SYSTEMROOT%WindowsUpdate.log.bak» (
del /s /q /f «%SYSTEMROOT%WindowsUpdate.log.bak»
)

call :print Renaming the software distribution folders.

if exist «%SYSTEMROOT%winsxspending.xml» (
takeown /f «%SYSTEMROOT%winsxspending.xml»
attrib -r -s -h /s /d «%SYSTEMROOT%winsxspending.xml»
ren «%SYSTEMROOT%winsxspending.xml» pending.xml.bak
)
if exist «%SYSTEMROOT%SoftwareDistribution» (
attrib -r -s -h /s /d «%SYSTEMROOT%SoftwareDistribution»
ren «%SYSTEMROOT%SoftwareDistribution» SoftwareDistribution.bak
if exist «%SYSTEMROOT%SoftwareDistribution» (
echo.
echo. Failed to rename the SoftwareDistribution folder.
echo.
echo.Press any key to continue . . .
pause>nul
goto :eof
)
)
if exist «%SYSTEMROOT%system32Catroot2» (
attrib -r -s -h /s /d «%SYSTEMROOT%system32Catroot2»
ren «%SYSTEMROOT%system32Catroot2» Catroot2.bak
)
if exist «%SYSTEMROOT%WindowsUpdate.log» (
attrib -r -s -h /s /d «%SYSTEMROOT%WindowsUpdate.log»
ren «%SYSTEMROOT%WindowsUpdate.log» WindowsUpdate.log.bak
)

:: —— Reset the BITS service and the Windows Update service to the default security descriptor ——
call :print Reset the BITS service and the Windows Update service to the default security descriptor.

sc.exe sdset wuauserv D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLCRSDRCWDWO;;;SO)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;WD)
sc.exe sdset bits D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLCRSDRCWDWO;;;SO)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;WD)
sc.exe sdset cryptsvc D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLCRSDRCWDWO;;;SO)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;WD)
sc.exe sdset trustedinstaller D:(A;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLCRSDRCWDWO;;;SO)(A;;CCLCSWRPWPDTLOCRRC;;;SY)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;WD)

:: —— Reregister the BITS files and the Windows Update files ——
call :print Reregister the BITS files and the Windows Update files.

cd /d %SYSTEMROOT%system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll

:: —— Resetting Winsock ——
call :print Resetting Winsock.
netsh winsock reset

:: —— Resetting WinHTTP Proxy ——
call :print Resetting WinHTTP Proxy.

if %family% EQU 5 (
proxycfg.exe -d
) else (
netsh winhttp reset proxy
)

:: —— Set the startup type as automatic ——
call :print Resetting the services as automatics.
sc.exe config wuauserv start= auto
sc.exe config bits start= delayed-auto
sc.exe config cryptsvc start= auto
sc.exe config TrustedInstaller start= demand
sc.exe config DcomLaunch start= auto

:: —— Starting the Windows Update services ——
call :print Starting the Windows Update services.
net start bits

call :print Starting the Windows Update services.
net start wuauserv

call :print Starting the Windows Update services.
net start appidsvc

call :print Starting the Windows Update services.
net start cryptsvc

call :print Starting the Windows Update services.
net start DcomLaunch

:: —— End process ——
call :print The operation completed successfully.

echo.Press any key to continue . . .
pause>nul
goto :eof
:: /*************************************************************************************/

  • нажмите на пункт «Файл» в строке меню и выберите «Сохранить как…»;
  • задайте файлу имя «WinUpdReset.cmd» (обязательно укажите расширение CMD в конце!) и сохраните его в удобное для вас место;
  • дважды кликните ЛКМ на созданный WinUpdReset.cmd и следуйте инструкциям в окошке Командной строки;
  • перезагрузите компьютер по окончанию сброса компонентов Центра обновления.

После выполнения этого процесса ошибка 0x800706d9 не должна вас больше донимать.

  • Microsoft store ошибка 0x80048823
  • Microsoft store ошибка 0x00000000
  • Microsoft store код ошибки 0x80131500
  • Microsoft store инициализация скачивания ошибка
  • Microsoft store выдает ошибку при запуске