无法将* .amazonaws.com添加到Internet Explorer 11中的受信任站点

时间:2019-06-04 06:36:48

标签: windows powershell internet-explorer-11

我无法将*.amazonaws.com添加到Internet Explorer 11中的受信任站点(我使用的是Windows Server 2019附带的默认浏览器)

amazonaws-com-internet-explorer-11

我也尝试了以下组合,但结果相同:

  • *.amazonaws.com
  • *.amazonaws.*
  • *://*.amazonaws.com
  • http://*.amazonaws.com
  • https://*.amazonaws.com

由于Internet Explorer很困难,我想通过使用以下命令通过PowerShell手动添加注册表项来规避此问题:

Set-Location "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
Set-Location "ZoneMap\EscDomains"
New-Item "amazonaws.com"
Set-Location "amazonaws.com"
New-ItemProperty . -Name * -Value 2 -Type DWORD

这似乎无法产生正确的输出...

strange result

不确定我做错了什么吗?

我还将错误提交给了Microsoft社区here

0 个答案:

没有答案