0

I have a hp windows 10 probook laptop that is new. My issue is that every couple of minutes a screen appears that says the following:

enter image description here

How do I fix this? I've tried searching it but I don't understand their solutions. I do have microsoft family features.

The screen pops up every 5 minutes about 5 times each.

0

1 Answer 1

0

That error will sometimes keep popping up if Windows 10 gets stuck updating a Windows Store App

To fix it, start powershell in admin mode and enter the following:

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

2
  • Must it be on the admin account? Because I receive this error: Get-AppXPackage : Access is denied. Access is denied. At line:1 char:1 + Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ... + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-AppxPackage], UnauthorizedAccessException + FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.Windows.Appx.PackageManager.Commands.GetApp xPackageCommand Commented Jan 11, 2019 at 20:54
  • Not admin account, but in Administrator Mode
    – JCA122204
    Commented Jan 11, 2019 at 20:56

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .