Windows10 pro 默认Edge浏览器调用 F12开发人员工具(无法调用,显示空白)

问题

2018年1月2日星期二 上午6:43

步骤:

显示空白

全部回复 (8)

2018年1月3日星期三 上午3:51 ✅已答复

可以在开始搜索框输入windows powershell,鼠标右击windows powershell以管理员运行,复制粘贴以下命令运行。

Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode
-Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

这样就能重置Edge了。

Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


2018年1月3日星期三 上午2:32

请技术尽快对应,谢谢!

例如对应方法:1,从新安装Edge方法

                    2,修复Edge方法


2018年1月3日星期三 上午2:47

根据你的描述,;乎是Edge的问题,我建议修复或者重置Edge浏览器试试。

打开设置-应用-在应用和功能中找到Microsoft Edge,点击选择高级选项。

然后可以进行修复或者重置功能。

Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


2018年1月3日星期三 上午3:05

您好!

在应用和功能中找到Microsoft Edge

->没有找到,主该如何对应呢?


2018年1月3日星期三 上午3:14

在这个路径或者添加删除程序不能找到Edge


2018年1月3日星期三 上午6:11

谢谢您!

我重置成功了,问题解决了。


2018年1月3日星期三 上午6:18

很高兴看到你的问题被解决了,如果你觉得有帮助的话,请标记为答复。

Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


2018年11月22日星期四 上午5:22

请问Path和Register的;该怎么输入