Home > Article > System Tutorial > win10 store cannot load page 0x80072F7D
Many friends cannot download applications from the win10 application software store, and it shows that the win10 store cannot load the page 0x80072F7D. What is going on? In fact, just open the network and internet in the control panel, then click the internet option, click Advanced and use TLS1 .1 and TLS1.2. Finally, click Apply. Let’s take a look at the details below.
First method:
1. Open IE browser and click Browser Click the gear button in the upper right corner, and then click Internet Options in the pop-up menu to enter the advanced settings interface.
2. Click Advanced on the IE browser settings page and drag down to find the TLS 1.2 option. If this option is not checked, it means you are experiencing the same problem.
Check the TLS 1.2 option and click OK to save this setting. After saving, it is best to log out or restart the computer and try to open the app store again.
Second method:
1. Press win-E to open Windows Explorer, open the C drive system disk, and then open: C: \Windows\System32\drivers\etc;
2. Then right-click on the hosts file, select, select "Show Applications", find and open it in Notepad;
3. Copy the following code to the end of the HOSTS file:
4. Click the Close button and a popup will appear whether to save it. Click "Save".
After the setting is completed, reopen the store and it will display normally!
Enter the following command in the opened "Administrator: Windows Powershell" window:
get-appxpackage *store* | remove-Appxpackage
Install again:
add-appxpackage -register "C:\Program Files\WindowsApps\*Store*\AppxManifest.xml" -disabledevelopmentmode
You can also go through Settings>>Update & Security>>Troubleshooting >>Windows Store Apps>> Run the troubleshooter to see if that resolves the issue.
Whether the proxy network is enabled or VP is mounted, if so, turn it off!
The above is the detailed content of win10 store cannot load page 0x80072F7D. For more information, please follow other related articles on the PHP Chinese website!