Windows10之家 > Win10教程 >
Win10系统edge浏览器页面无法加载怎么解决
- 作者:huahua
- 时间:2017-08-24 17:40:15
最近有用户遇到了win10系统Edge浏览器访问网页时遇到了无法加载页面的情况,导致无法正常浏览网页,Win10系统edge浏览器页面无法加载怎么解决?下面小编整理了Win10系统edge浏览器页面无法加载的解决方法,现分享给大家。
1、在cortana搜索框输入windows powershell ;
2、在搜索结果中找到windows powershell ,在windows powershell上单击鼠标右键,选择【以管理员身份运行】;
3、接着在windows powershell 框中键入(复制粘贴即可):
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
4、等待powershell框中的信息滚动完成后重新运行edge即可正常打开网页!