以编程方式/通过安装脚本配置 Windows 资源管理器文件夹

发布于 2024-12-16 19:58:28 字数 436 浏览 0 评论 0原文

我编写了一个属性处理程序作为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文