如何让下载自动畅通?

下载的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. 

如何将下载设置为自动解除阻止? 我有pipe理员访问…(操作系统:Windows Server 2003)


编辑罗伊的答案应该工作,所以我接受了。 Google Chrome浏览器对我来说不起作用,因为Chrome浏览器目前仍然是开放的。

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

右键单击文件, 属性常规选项卡 – 单击解除阻止button。

组策略:
运行gpedit.msc
用户configuration > pipe理模板 > Windows组件 > 附件pipe理器
启用:不保留文件附件中的区域信息

从添加/删除Windows组件中卸载“Internet Explorer增强的安全configuration”。

注销,重新login,你应该很好去。

如果有更安全的做法(我真的不喜欢这样做),请让我知道。