zoukankan      html  css  js  c++  java
  • 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_ROOTCLSID{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.

    http://blog.sina.com.cn/s/blog_9d31d38701013gmc.html

    重要参考:

    https://sourceforge.net/p/j-interop/discussion/840678/thread/97e8609e/

    http://www.68idc.cn/help/server/201208231343.html

    http://baike.baidu.com/link?url=phXrGypNU1ehkGXq5tvMhQV5x8Ubu68LiR5gj7EF_LSpVwU6FWZCRBFEun7WJrw2Kb2-uPnMS__mrYvmHegEY_

  • 相关阅读:
    Zookeeper
    RPC
    RabbitMQ学习总结
    ActiveMQ学习总结
    mybatis自动映射和手动映射
    oracle instantclient_12_2安装
    EFK(Elasticsearch+Filebeat+Kibana)收集容器日志
    prometheus-operator监控Kubernetes
    编译安装 keepalived-2.0.16.tar.gz
    Kubernetes pod平滑迁移
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/5187214.html
Copyright © 2011-2022 走看看