如何在 WOW64 应用程序中重命名网络卷的名称通用文件对话框
我正在开发一个像 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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