본문 바로가기

IT/OS

Microsoft Store 실행 시, 0x80131500 오류 발생

1. Powershell 을 관리자 모드로 실행.

2. 아래 명령을 순서대로 실행

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

 

3. OS 재시작