zoukankan      html  css  js  c++  java
  • 解除IE锁定主页批处理

    解除IE锁定主页.bat

    rem 解除IE锁定主页
    @echo off
    echo HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain [1 7 17]>regset.ini
    regini regset.ini
    del regset.ini
    reg delete "HKEY_CURRENT_USERSoftware360360se5defaultSearch" /v "搜索…" /f
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" /v "Default_Page_URL" /d about:blank /f
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" /v "Search Bar" /d about:blank /f
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain" /v "Search Page" /d about:blank /f
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchUrl" /ve /d about:blank /f
    reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMain" /v "DisableFirstRunCustomize" /t REG_DWORD /d 2 /f
    reg add "HKEY_CURRENT_USERSoftwarePoliciesMicrosoftInternet ExplorerMain" /v "DisableFirstRunCustomize" /t REG_DWORD /d 2 /f
    reg add "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerCommandBar" /v "TextOption" /t REG_DWORD /d 2 /f

  • 相关阅读:
    webservice
    AppDomain (转)
    Apache和Nginx防盗链的几种配置方法
    优化PHP代码的40条建议
    file_get_contents无法请求https连接的解决方法
    PHP SPL
    Ubuntu 查看系统信息
    PHP导出Excel
    mysql集群
    配置yum源的两种方法
  • 原文地址:https://www.cnblogs.com/liuzhaoyzz/p/6364030.html
Copyright © 2011-2022 走看看