如何以编程方式删除网络目录中复制文件的安全保护?
我在网络目录中有一个文件,并且该文件之前已被复制,并且我想使用该文件进行操作。 但是,在 Windows Xp 中,该文件具有此安全保护/阻止:(
抱歉,它是意大利语)
我想以编程方式在 C# 中删除此安全保护。
提前致谢!
M。
i have a file in a network directory and this file it's been previously copied, and i want to operate with this file.
But, in Windows Xp, the file have this security protection / block:
(sorry it's in italian)
I want to programmatically remove this security protection in C#.
Thanks in advance!
M.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开此文件以写入
yourfile.exe:Zone.Identifier
并关闭它,这样它就会被清空。Open this file for write
yourfile.exe:Zone.Identifier
and close it, so it gets emptyed.