以编程方式/通过安装脚本配置 Windows 资源管理器文件夹
我编写了一个属性处理程序作为 Windows 资源管理器的 shell 扩展。对于文件类型“tea”,当设置为“详细信息视图”时,它将在 Windows 资源管理器中提供 10 个新列。
客户将下载安装程序。在设置结束时,我想打开一个包含 20 个示例文件的文件夹(“SAMPLE”文件夹),以演示新的可用列。问题来了:我看不到有任何可能将这些新列自动添加到新 SAMPLE 文件夹的详细信息视图中。
任何人都知道在安装结束时配置详细信息视图的方法。这可以是脚本、程序或注册表项。
我所知道的是,资源管理器显然以未记录的格式将文件夹设置存储在注册表中的 HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell 下的“Bags”键中。
desktop.ini 也不提供此类自定义。
我很确定没有办法自定义文件夹的列,但很高兴我错了。
I write a property handler as a shell extension for windows explorer. For the file type "tea" it will offer 10 new columns in windows explorer when set to Details View.
Customers will download a Setup. At the end of the setup I want to open a folder (the "SAMPLE" folder) with 20 sample files in order to demonstrate the new available columns. And here comes the problem: I do not see any possibility to automtically add these new columns to the details view of the new SAMPLE folder.
Anybody knows of a way to configure the Details View at the end of a Setup. This could be a Script, Program or registry keys.
All I know is that Explorer obviuosly stores folder settings in the registry below HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell in the "Bags" keys, in undocumented format.
desktop.ini does not offer such customization either.
I am quite sure that there is no way to customize a folder's columns, but I am happily wrong on that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论