시작버튼에서 마우스 오른쪽 누르고
명령프롬프트(관리자) 선택하고
명령프롬프트에서
powershell 치고 엔터
그리고
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
위 명령어 입력
빨강 에러 떠도 무시
- Open Windows PowerShell as Administrator
- Right click Start button
- Choose Command prompt (Admin)
- Key in Powershell in the black window and hit Enter
- Paste the following command in the Administrator: Windows PowerShell window and press Enterkey:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}