How to Fix Windows Store Error 0x80131500 in Windows 10 - [4 Solutions] 2024

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • How to Repair Error Code: 0x80131500 While Installing Updates in Windows 10. How to Solve Windows App Install Error 0x80131500 in Windows 8. . Error Code 0x80131500 Windows 10 Solution. Microsoft Store Error 0x80131500 Fix.
    Works on Laptops, and PCs made by Samsung, Lenovo, Toshiba, Asus, Acer, HP, Dell, Alienware.
    Copy and Paste this 1:
    Get-AppXPackage -AllUsers -Name Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
    Copy and paste this 2:
    Get all the provisioned packages
    $Packages = (get-item 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications') | 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
    }

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

  • @dbcarey8899
    @dbcarey8899 4 года назад +6

    Still not working :(

  • @OmgxAnt
    @OmgxAnt 2 года назад

    not working because its code is alrealy typed

  • @jack95888
    @jack95888 4 года назад +3

    Not working still

  • @toons-reallife
    @toons-reallife 3 года назад

    supported make me connect

  • @robertotrinidad280
    @robertotrinidad280 3 года назад +1

    Change your region to United States!!!!

  • @mrsalty4591
    @mrsalty4591 4 года назад +7

    It still isnt working for me ;_;

    • @ericbridge8419
      @ericbridge8419 4 года назад

      @Rasmus Berglund Have you found a solution? I'm just so stuck :(

  • @Arda-xm1bs
    @Arda-xm1bs 3 года назад +2

    When I enter the Microsoft store and hit a random game I get an error plz help
    0x80131500

  • @Xenoblade_Natsu
    @Xenoblade_Natsu 4 года назад +11

    I still can't use Microsoft Store. It's just not working

    • @MisaelWerneck
      @MisaelWerneck 4 года назад +1

      I'm done with Windows 10. So many bugs in all functions.

    • @williamshatnerface2439
      @williamshatnerface2439 4 года назад +1

      Did you ever figure it out man? I'm dealing with this currently.

    • @guen8069
      @guen8069 4 года назад

      @@williamshatnerface2439 same here

    • @williamshatnerface2439
      @williamshatnerface2439 4 года назад +3

      @@guen8069 Hey, just figured out it works if I use a VPN. Connected to America and it's all good. Super weird.

  • @nicksonjeffery5553
    @nicksonjeffery5553 4 года назад +2

    I still can't use Microsoft Store. It's just not working....yh same

  • @chongmhk
    @chongmhk 4 года назад +2

    No use

  • @IaP86
    @IaP86 2 года назад

    this is fake do not waste your time doing this

  • @raulgonzalez1193
    @raulgonzalez1193 4 года назад +1

    Still not working

  • @saleemsh7705
    @saleemsh7705 2 года назад

    thnks now its worked