关于ie默认的安全配置提醒 the Internet Explorer engine is not available

阅读 13

2024-03-06

执行powershell的时候如果提示:The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.

就是ie默认没有打开安全配置。对于这种情况,可以通过执行下面的命令,在注册表完全关闭这个提示,这样任何用户登录都打开ie或者powershell都不会提示报错了

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Internet Explorer\Main" -Name "DisableFirstRunCustomize" -Value 2

精彩评论(0)

0 0 举报