Topic Options
Rate This Topic
#221390 - 03/15/19 04:39 AM Windows Store will not install apps
adamle01 Offline
Junior Member
Registered: 03/15/19
Posts: 1
Loc: CA
Windows Store will not install apps.

Hello all!

This is a problem that I cannot solve on my own. Google was not of much help either.

I can get to an app download page, but the moment I click install the window vanishes and reappears instantly.

I made a screen recording of this happening so that everyone is on the same page.

Oh, and here are the codes that I got from google searches.

Code:

Set-ExecutionPolicy Unrestricted

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register
_________________________
Adam Le01
Top