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_

  • 相关阅读:
    线性回归模型练习
    《代码整洁之道》读书笔记五
    第八周总结
    第七周总结
    《代码整洁之道》读书笔记四
    《代码整洁之道》读书笔记三
    第六周总结
    《代码整洁之道》读书笔记二
    第五周总结
    HDFS的JavaAPI操作
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/5187214.html
Copyright © 2011-2022 走看看