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 XP中使用默认 shell 视图实现了命名空间扩展。一切正常,但我想添加路障(受保护文件夹的描述- 也适用于 Windows XP)。是否可以使用记录/未记录的功能(SFVM 消息),或者此功能是硬编码的?
如果您自己为扩展视图填充所有数据,那么您可以自己读取隐藏(或任何其他)文件夹的内容并立即显示它们,或者在需要时隐藏它们。
您的扩展使用自己的命名空间,它不受内置外壳保护选项的控制。
PS从 Windows 7+ 开始,这应该不是问题。