windows - "EXISTS WIN://SYSAPPID"ACL 中的 "C:\Program Files\WindowsApps"条件是什么?

标签 windows acl ntfs

我注意到 C:\Program Files\WindowsApps 中的访问权限对于应用了特殊“条件”的用户:EXISTS WIN://SYSAPPID .
ACL condition EXISTS WIN://SYSAPPID
我没有找到任何关于 ACL 条件的信息,也没有找到我如何创建和利用这种东西。
如何创建和使用 ACL 条件?

最佳答案

我遇到了同样的问题,它不允许我编辑该条目以授予对 %USERS% 的访问权限
我关注了 this教程。对于此问题,它有 3 种解决方法。
对我来说,Method 2: Changing the owner to Users工作:

Perhaps the most effective fix for this particular issue is to change the Owner of the folder/file and to take full ownership of it. After doing this, you should be able to edit the permissions without encountering the ‘Access Control Entry is Corrupt‘ error.

  1. Right-click on the folder or file that you’re having issues with and choose Properties from the context menu.
  2. Once you’re inside the Properties screen, select the Security tab, click on the Advanced button associated with Permissions.
  3. Inside the Advanced Security Settings, click on the Change button associated with the Owner.
  4. Inside the Select User or Group, type Users inside the text box, then click on Check Names to verify. If the syntax is replaced correctly, click Ok to save the changes. Then click Apply at the previous window to make the change permanent.
  5. Try to modify the permissions accordingly and see if you still see the error message.

关于windows - "EXISTS WIN://SYSAPPID"ACL 中的 "C:\Program Files\WindowsApps"条件是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63455546/

相关文章:

c++ - 为什么这个 C++ 程序在 Windows 上比在 Linux 上慢?

jsf - jsf中的spring acl

php - Magento 的管理面板导航渲染 Hook 在哪里?

c - 是否可以在 Windows api 中覆盖 MFT 文件表?

c++ - 将对象交换到文件

windows - 替换 Windows 中可执行程序的策略

windows - 在 Windows 上记录 AWS EC2 UserData 脚本输出

grails - Grails Spring Security ACL域对象方法 protected

c++ - 将原始数据 "signature"写入磁盘而不损坏文件系统

windows-7 - 使用NTFS在Windows 7上创建写时复制目录