Fix Microsoft Store Error Code 0x80070002 Microsoft Store Couldn't Update On Windows 11/10

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Fix Error Microsoft Store Couldn't Update Something Happened And We Couldn't Complete The Update Error Code 0x80070002 On Windows 11/10
    Step 1) Make Sure Date, Time, Time Zone and Region is correct
    Step 2) Clear store cache Using wsreset command
    Step 3) Update Windows 11/10
    Step 4) Repair/Reset Store app
    Step 5) Restart Windows Update, Microsoft Store Install and background intelligence service
    Step 6) Run Powershell command to re-register store
    Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    Step 7) Uninstall & Reinstall Store
    Get-AppxPackage -allusers WindowsStore | Remove-AppxPackage
    Reboot your computer
    Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    Step 8) Run DISM Command
    sfc /scannow
    Dism /Online /Cleanup-Image /RestoreHealth
    Step 9) Run inetcpl.cpl command
    In Advanced Tab
    Check Use TLS 1.0, 1.1, 1.2 and 1.3
    Step 10) Update Windows to the latest version using media creation tool
    www.microsoft....
    www.microsoft....
    Step 11) Reset Windows 11/10 (Create a backup first as it may result in data loss)

Комментарии • 3