- What build of Vista are you running?
- Have you tried running the application with a compatiblity shim applied?
- Have you tried running your application in an elevated user context? And does the problem duplicate?
- Have you tried using other registry formats such as RegOpenKeyExW (Unicode)?
改为RegOpenKeyEx A
记住unicode与ansic区别
Vista应用故障排查
本文探讨了在Windows Vista操作系统上运行应用程序时遇到的问题,并提出了几种可能的解决方案,包括使用兼容性模式、提升用户权限和尝试不同的注册表API调用。
3311

被折叠的 条评论
为什么被折叠?



