다음을 통해 공유

window 11에서 microsoft store가 동작하지 않습니다.

sungyub kim 0 평판 포인트
2026-02-22T00:11:53.1366667+00:00

사용자의 이미지

무슨 문제가 있는지 microsoft store가 열리지 않습니다.

해본 방법은 윈도우 +R 키를 통해서 wsreset.exe를 실행했는데

안됩니다.

추가적으로 해봐야 하는 건 어떤게 있을까요?

Microsoft 팀 | Microsoft Teams(무료) | 기타
댓글 0개 설명 없음

답변 1개

정렬 기준: 가장 유용함
  1. Estrella721 39,880 평판 포인트 독립 자문가
    2026-02-22T00:52:23.7633333+00:00

    Hi,

    • If you're using a VPN or Third-party antivirus program, try temporarily uninstalling it to see if the problem goes away.
    • Then try uninstalling and reinstalling the Windows Store.
    • Press Windows Key + X and choose Windows PowerShell (Admin).
    • Copy and paste the command below and hit Enter.
        Get-AppxPackage -Name "Microsoft.WindowsStore" | Remove-AppxPackage
        
      
      Note: Please complete the process before proceeding.
    • After that, reinstall the Windows Store.
    • Press Windows Key + X and choose Windows PowerShell (Admin).
    • Copy and paste the command below, then hit Enter.
        Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      
    • Wait 2 minutes, then reboot your computer and try again.

    이 대답이 도움이 되었나요?

    댓글 0개 설명 없음

답변

질문 작성자는 답변을 '승인됨'으로 표시하고, 중재자는 답변을 '추천됨'으로 표시할 수 있습니다. 이를 통해 사용자는 해당 답변이 작성자의 문제를 해결했다는 것을 알 수 있습니다.