我把注册表的about:blank这个项改了没用,不知道为什么?

解决方案 »

  1.   

    参考一下:http://study.99net.net/study/program/vb/1005114182.html
      

  2.   

    Set my = CreateObject("WScript.Shell") 
      my.regWrite "HKCUSoftwareMicrosoftInternet ExplorerMainWindow Title", winTitle, "REG_SZ"   
      End Sub "HKCUSoftwareMicrosoftInternet ExplorerMainWindow Title"应该怎么写啊?
      
      
      

  3.   

    修改HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main下面的Start Page键值
      

  4.   

    如果针对本机所有用户:
    修改HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main下面的Start Page键值
      

  5.   

    使用WScript.Shell会简化处理Set my = CreateObject("WScript.Shell") 
      my.regWrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\StartPage","www.csdn.net"