Ошибка 0x800706d9 обновление windows 10

Во время обновления ПК на базе 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 не должна вас больше донимать.


  • 16/03/202317/03/2023
  • 🕑 1 minute read
  • 320 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



Перейти к содержанию

Опубликовано 18.12.2015 Обновлено

Начнем с того, что после того, когда в ноябре вышло глобальное обновление для Windows 10, некоторые ошибки исчезли, но появились другие (а может это и не ошибка, может так решили разработчики, но это не суть важно) и тут у некоторых юзеров начала вылезать ошибка обновления 0x800706d9.

Устраняем проблему

Решение: чтобы избавиться от ошибки 0x800706d9 при обновлении Windows 10 нужно просто запустить службу брандмауэра (он же файрволл). Если вы не знаете, как это сделать, тогда проделайте следующие действия: открываем панель управления – администрирование – службы.

Здесь вылезет окно, в котором нужно найти службу «брандмауэр Windows», открываем ее свойства и устанавливаем тип запуска автоматически.  После чего жмем на кнопку «запустить». Вот собственно и все, снова пробуем обновить ОС и радуемся, что ошибка 0x800706d9 исчезла.

"Ошибка



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 various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer’s security and performance
  • Restoro 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 corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken.
We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

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

  • 0xC19A0023 Printer Error: 4 Ways to Fix It
  • Error 1200: How to Fix This Microsoft Sign-in Issue

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 having issues? Fix them with this tool:

SPONSORED

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

newsletter icon

Сегодня расскажем, что делать если у вас 0x800706d9 в windows 10 при установке обновлений.

Это достаточно распространненная ошибка у тех, кто не любит в ОС ничего лишнего :) Ну или скачал и установил не официальный образ Windows 10.
Итак, если у вас выскочила ошибка 0x800706d9 в windows 10, то сделайте следующее:
— нажмите WIN+R и в открывшееся окно вставьте следующее:
services.msc и нажмите Enter
— в открывшемся окне ищем службу «Брандмауэр Windows»
— Нашли? Отлично, щелкаем дважды по службе, откроется окно настроек
— Ставим тип запуска «Вручную», жмем «Применить»
— Щелкаем кнопку запустить и «ОК»

Пробуем обновиться — все должно получиться! Потом можно опять остановить службу :)

Понравилась статья? Поделить с друзьями:
  • Ошибка 0x800706be при обновлении windows 10 как исправить
  • Ошибка 0x800706ba при печати
  • Ошибка 0x800706ba при обновлении windows 10
  • Ошибка 0x800706ba xbox
  • Ошибка 0x800706b9 недостаточно ресурсов