WMI

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WMI相关的知识,希望对你有一定的参考价值。

1. Login to the target remote host as an Administrator.
2. Run the program Regedit
3. If you are asked to allow the Regedit program to make changes to the computer, click ‘Yes‘
4. Navigate to the Registry item HKEY_CLASSES_ROOT\CLSID\{YOUR CLSID HERE}
5. Right click on this item and select ‘Permissions‘
6. Click ‘Advanced‘
7. Select the ‘Owner‘ tab
8. In the ‘Change Owner to...‘ box, highlight the account you are currently logged in as.
9. Click ‘Ok‘
10. Click ‘Ok‘
11. Right click the registry item again and select ‘Permissions‘
12. Highlight the ‘Administrators‘ group
13. Give ‘Full Control‘ permissions to this group by checking the ‘Allow‘ box
14. Click ‘Ok‘


CLSID是 76A6415B-CB41-11d1-8B02-00600806D9B6.

以上是关于WMI的主要内容,如果未能解决你的问题,请参考以下文章

SQL 注入是不是适用于 WMI 查询?

如何以编程方式更改 WMI 的设置而不是使用 wmimgmt.msc snappin?

从数据库查询而不是 StdClass 获取模型

基于WMI的信息查询和编辑,按微软的说明一般都是

核心数据:有没有办法使用隐含关系而不是真实关系来有效地查询模型?

仅从 sequelize 原始查询而不是模型实例中获取 dataValues