windows – 如何自动解除阻止下载?

前端之家收集整理的这篇文章主要介绍了windows – 如何自动解除阻止下载?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
下载的exe文件要求我打开文件属性,然后单击“取消阻止”,因为
"This file came from another computer and might be
blocked to help protect this computer."@H_301_2@ 
 

否则,当运行exe文件时,我收到错误消息

"Windows cannot access the specified device,path,or file. You may not have the appropriate permissions
to access the item.@H_301_2@ 
 

如何设置下载自动解除阻止?我有管理员权限…(操作系统:Windows Server 2003)

编辑罗伊的答案应该有效,所以我接受了.由于this Chrome bug目前仍处于打开状态,因此对谷歌浏览器不起作用.

您可以使用组策略禁用此行为,但我不推荐它.

只需右键单击文件,“属性”,“常规”选项卡即可取消阻止该文件 – 单击“取消阻止”按钮.

Group Policy:
run gpedit.msc
User Configuration > Administrative Templates > Windows Components > Attachment Manager Enable: Do not preserve zone information in file attachments

猜你在找的Windows相关文章