windows 从网络共享复制时出错“此页面存在未指定的潜在安全漏洞。”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/672890/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Error while copying from network share "This page has an unspecified potential security flaw."
提问by Henry B
I recently reinstalled XP and then SP3 and I'm currently getting an error whenever I try and copy something from a network share.
我最近重新安装了 XP,然后重新安装了 SP3,并且当我尝试从网络共享中复制某些内容时,我目前遇到错误。
Title: Internet Explorer
Message: This page has an unspecified potential security flaw.
Would you like to continue?
I believe it's related to KB921398 (MS06-045)and I'm currently uninstalling SP3, but does anyone know if there is another way to disable this specific update? It does not appear in Add & Remove Programs.
我相信它与KB921398 (MS06-045) 有关,我目前正在卸载 SP3,但有人知道是否有其他方法可以禁用此特定更新吗?它不会出现在“添加和删除程序”中。
There's a temporary fix by adding any network ip masks to the trusted intranet zones in Internet Explorer's Security settings, but it's no fix :(
通过在 Internet Explorer 的安全设置中将任何网络 ip 掩码添加到受信任的 Intranet 区域来临时修复,但没有修复:(
采纳答案by bobince
There's a temporary fix by adding any network ip masks to the trusted intranet zones
通过向受信任的 Intranet 区域添加任何网络 ip 掩码来临时修复
That's the real fix. The error message occurs when you are trying to copy files out of the Internet Zone. And it is indeed risky if you really are dragging files out of a public-internet network share, so the message isn't really wrong (just vague and misleading).
这才是真正的解决办法。当您尝试从 Internet 区域复制文件时,会出现该错误消息。如果您真的将文件从公共 Internet 网络共享中拖出,那确实是有风险的,因此该消息并没有真正错误(只是含糊和误导)。
To avoid the error popping up in your intranet?—?and because it's the right thing to do anyway?—?you need to make sure Windows sees the intranet as being in the Local intranet Zone.
为了避免在您的 Intranet 中弹出错误?-?并且因为无论如何这是正确的做法?-?您需要确保 Windows 将 Intranet 视为位于本地 Intranet 区域中。
Go to Control Panel -> Internet Options-> Security -> Local intranet -> Sites. If “Automatically detect intanet network” is ticked, untick it as obviously the automatic detection isn't working. Turn on the top two; if you're sure that you will never be accessing network shares outside the intranet (eg. because a firewall prevents it), you can tick “Include all network paths”.
转至控制面板 -> Internet 选项 -> 安全 -> 本地 Intranet -> 站点。如果“Automatically detection intanet network”被勾选,取消勾选,因为很明显自动检测不起作用。开启前两位;如果您确定永远不会访问 Intranet 之外的网络共享(例如,因为防火墙阻止它),您可以勾选“包括所有网络路径”。
If this doesn't work add the folder path as a trusted Local Intranet site.
如果这不起作用,请将文件夹路径添加为受信任的本地 Intranet 站点。
回答by Trevor Turnbull
This is the correct fix, because of the tie in between IE and Windows Explorer. What i have found is a neat trick because all of our servers export their windows shares on a common subnet. add this one line to Intranet Setting "File://192.168.0.*" (change for your correct subnet).
这是正确的修复,因为 IE 和 Windows 资源管理器之间的联系。我发现的是一个巧妙的技巧,因为我们所有的服务器都将它们的 Windows 共享导出到一个公共子网上。将此一行添加到 Intranet Setting "File://192.168.0.*" (更改为您正确的子网)。