zoukankan      html  css  js  c++  java
  • IE添加信任站点并设置允许ActiveX控件的VBS脚本

    Set objFSO = CreateObject("Scripting.FileSystemObject") 
    Set WSHShell = CreateObject("WScript.Shell") 
    on Error resume next 
    WshShell.RegWrite "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsoneMapDomainshwwt2.com","" 
    WshShell.RegWrite "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsoneMapDomainshwwt2.comproxy.fis","" 
    WshShell.RegWrite "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsoneMapDomainshwwt2.comproxy.fishttp","2","REG_DWORD"
    
    WshShell.RegWrite "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settingsones21201","0" ,"REG_DWORD"
    Wscript.Echo "Added http://proxy.fis.hwwt2.com/ to Trusted sites Zone successfully."
    

      

  • 相关阅读:
    python2.7 pip
    opencv
    运维url收集
    转 string和byte[]的转换 (C#)
    Thrift
    Oracle AWR
    并发编程
    LED相关
    java mail 使用 gmail smtp 发送邮件
    jquery动画总结
  • 原文地址:https://www.cnblogs.com/kevin-h-wang/p/ActiveX.html
Copyright © 2011-2022 走看看