Under the win8.1 system, when the user in the link to the application store, we can through the Scannow command to scan the problem of the computer (, the specific use of the method, in the Run box input cmd, open a command prompt, input Sfc/scannow can scan the system), its users scan the system after , the resulting repair tips for "Windows resource protection found corrupted files but cannot fix" error, how can we solve this problem? Then we can use the DISM command to repair, let's take a look at it together!
Operation method
1. Open the command prompt (Admin) using win+x, and type the command: Dism/online/cleanup-image/checkhealth.
2, the Dism tool will report the status of the image, good damage but can be repaired, damage is not repaired.
3, continue typing command: dism/online/cleanup-image/restorehealth
4, in the networked state, the system image file with the official documents are not the same as the official system source files.
With the above approach, it is not difficult to see that, to solve the problem that the win8.1 system cannot connect to the application store, we first need to use the Scannow command to find the cause of the unreachable and then fix it through DISM!