powershell如何禁止文件写入文件夹2017年5月18日 在 Powershell基础 标签 文件和目录权限管理 来自 PowerShell交流中心 › 分类: Powershell基础 › powershell如何禁止文件写入文件夹 0 赞 踩 Q1495073085 asked 7 年 ago powershell如何禁止某类文件写入某文件夹 有一堆文件如:student1.txt、student2,teacher1.txt,teacher2.txt……,文件夹student、teacher,那么如何用powershell禁止包含student的文件写入文件夹teacher中,禁止包含teacher文件写入文件夹student中? 1 Answers 1 赞 踩 Mooser Lee 管理员 answered 7 年 ago 这个做不到,你只能保证自己不写入,保证不了别人,系统,其它程序。