Windows 7 C# 上已安装的更新列表
通过 Microsoft Ultimate Wisdom,他们更改了注册表中的更新位置。我可以毫无问题地从 Windows 2003 Server 获取更新。只是 Windows 7 已不再流行:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
任何人都可以通过其他方式获得它。最好用 C# 或使用 WMI?
上帝用他们的智慧拯救微软
With Microsoft Ultimate Wisdom they have changed the location of updates from Registry. I can get the updates from Windows 2003 Servers no problem. Its just that Windows 7 is no longer in:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Any body got any other ways to get it. Preferably in C# or using WMI?
God Save Microsoft with their Wisdom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 Window 7 64 位,它位于 HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Updates 中
For Window 7 64-bit it's in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Updates