识别 win vista 和 win 7 中已安装的更新?
在winXP中,读取位于以下位置的注册表项 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix 会给我一个 Windows 系统所有已安装更新的列表。
我猜这种做法从 windows 7 开始就已经被取消了(也可能是 vista)。那么我现在如何生成所有已安装更新的列表?他们是否更改了注册位置的名称?或者他们引入了一些新方法来识别这一点?
In winXP, reading the registry entries at location
SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix
would give me a list of all installed updates to my windows system.
I am guessing this practise has been discountinued since windows 7 (may be vista too). So how do I now generate a list of all installed updates? Have they changed the name of the resgistry location? or have they introduced some new method to identify this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的问题:
安装更新和修补程序的注册表密钥有关 Windows 7 的信息
Windows 更新代理 API如果您需要从代码中执行此操作, 将会有所帮助。
Similar question:
Registry key for Install update and hotfix information on windows 7
Windows Update Agent API will help if you need to do it from code.