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.
我有一个共享文件夹,放在计算机上充当服务器。当我想从另一台充当客户端的计算机访问此共享文件夹时,如何检查我要访问的共享文件夹是否受密码保护。
尝试访问它。如果可以的话,你会的。如果不是,则会出现安全异常。那是您需要密码的部分。
我想这是关于 Windows 共享的。现在 Windows 共享永远不会受密码保护。通过对某些用户帐户的权限来保护共享。文件夹 > rt.click > 属性 > 安全性。点网代码从登录用户的帐户运行。如果运行代码的用户对文件夹以及共享具有权限,则允许代码访问它。否则会发生安全异常。