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_

  • 相关阅读:
    store的应用
    创建简单的SimpleStore
    设置间隔一周的算法
    C#里缓存的使用
    javaFileWrite,FileReader
    javaArrayList
    java函数方法
    java学生管理系统(简易版)
    Tensorflow框架
    java日期
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/5187214.html
Copyright © 2011-2022 走看看