Share via

PUR-InventoryNeverAugmented

Anonymous
2019-01-07T22:12:53+00:00

Hi, I've got a Work Account which I use to purchase Apps from the App store. I've got a new laptop but now it seems I get the error message "PUR-InventoryNeverAugmented" when I try to download Apps which I have already Installed. Thanks in advance for your help.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2019-01-07T22:37:27+00:00

    Hi, 

    My name is Rogelio. I am an Independent Advisor. Thanks for contacting our support.

    Try to fix your Microsoft Store App with this procedure:

    Go to Settings > Update & security > Troubleshoot >Windows Store Apps >Run the troubleshooter

    Try to download it again

    If that didn't work

    Reset the Microsoft store

    Go to Settings > Apps > Apps & Features > select Microsoft Store > Advance options > Reset

    If issue persist I would suggest you to follow these methods:

    Method 1: Re-register Microsoft Store app for Current User

    1. Terminate the Microsoft Store app to make sure it's closed and not running.
    2. Open PowerShell
    3. Copy and paste the command below into PowerShell, and press Enter.

    Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    1. When finished, you can close PowerShell, and try opening the Microsoft Store app again ..

    Method 2: Re-register Microsoft Store app for All Users

    You must be signed in as an administrator to be able to do this option.

    1. Terminate the Microsoft Store app to make sure it's closed and not running.
    2. Open an elevated PowerShell
    3. Copy and paste the command below into the elevated PowerShell, and press Enter.

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

    1. When finished, close the elevated PowerShell,
    2. Restart the computer to apply.
    3. Try opening the Microsoft Store app again.

    Was this answer helpful?

    20+ people found this answer helpful.
    0 comments No comments