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

下载的exe文件要求我打开文件的属性,然后单击“取消阻止”,因为
"This file came from another computer and might be
blocked to help protect this computer."

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

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

如何设置下载自动解除阻止?我有管理员权限…(操作系统: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

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...