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_

  • 相关阅读:
    OpenCV使用边缘提取、腐蚀、轮廓进行车牌定位
    How To Move Or Rebuild A Lob Partition
    Hadoop入门进阶步步高(三)-配置Hadoop
    [学习笔记]整体DP
    leetcode404
    leetcode349
    leetcode383
    leetcode453
    leetcode455
    leetcode167
  • 原文地址:https://www.cnblogs.com/diyunpeng/p/5187214.html
Copyright © 2011-2022 走看看