기어즈 오브 워4 가 윈도우 스토어로 출시가 되었습니다.
그런데 실행되기는 커녕 에러로 인해 플레이 하지도 못하는 분들이 많이 있습니다.
바로 0x80070490 에러때문인데요.
이 에러를 해결하는 방법이 있습니다.
먼저 이 문제를 해결하게 해준 출처 사이트 입니다.
해결 방법
1. 윈도우+R 키 또는 윈도우 검색에서 powershell 입력 후 관리자권한으로 실행 합니다.
2. cmd 창과 비슷한 powershell 이 나오면 명령어를 입력할 수 있으며 명령어 창에
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
입력하고 엔터키 치면 오류가 발생할겁니다.
3. 당황하지 마시고 다시한번 입력하고 엔터를 치면 플레이버튼으로 바뀌었습니다.
이후 플레이 하시면 됩니다.
일단 대부분의 사람들이 이 방법으로 해결을 하시더군요.
원문 내용:
1. Open Start Menu and type Windows PowerShell. Select it from the search results.
2. Now type the following command Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} and press Enter.
3. The problem will be hopefully solved. Close PowerShell and open the affected app.
That’s it.