🖥️ 정보

ms store remove install

천하나 2022. 10. 11. 21:00

 

아래 명령어 파워쉘 입력 후 재부팅

 

Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage

; re install 윈도우 업데이트 켜기
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

 

MUO