如何在 WOW64 应用程序中重命名网络卷的名称通用文件对话框

发布于 2024-09-19 19:03:16 字数 734 浏览 11 评论 0原文

我正在开发一个像 SMB 这样的网络重定向器。

连接卷后,我会为以下节点创建 4 个注册表项。

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\#UNCPATH
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\##UNCPATH
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\#Z:
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\Z:

键:“_LabelFromReg”
value: "我想要的磁盘名称"

然后,它可以在 32 位 Windows XP、Vista、7 的所有应用程序中正常运行。 它也适用于 64 位 Windows 资源管理器。

但对于 WOW64 应用程序的文件打开对话框,它不起作用。(例如 MS Office 2007)

为什么 wow64 应用程序不能显示我输入的名称?
我该如何解决这个问题?

I'm developing a network redirector like SMB.

Once a volume has been connected, I create 4 registry keys to following nodes.

  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\#UNCPATH
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\##UNCPATH
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\#Z:
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\Z:

Key: "_LabelFromReg"
value: "The Disk Name I Want"

Then, it works well in all apps of 32bit Windows XP, Vista, 7.
And it works in 64bit Windows Explorer too.

But for the WOW64 application's file open dialogs, it doesn't work.(eg. MS Office 2007)

Why can't wow64 apps show the name I put?
How can I solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦忆晨望 2024-09-26 19:03:16

32 位和 64 位应用程序在 64 位 Win 7 中获得不同的注册表视图。请参阅此处的详细信息 http://msdn.microsoft.com/en-us/library/aa384182%28VS.85%29.aspx

32-bit and 64-bit applications get a different view of the registry in 64-bit Win 7. See details here http://msdn.microsoft.com/en-us/library/aa384182%28VS.85%29.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文