Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何使用命令提示符锁定文件夹,而不设置用户权限,也不使用attrib命令。
attrib
首先进入文件夹目录,然后输入 cacls folder_name /e /p everyone:n 锁定和 cacls folder_name /e /p everyone:f 解锁。