程序说明:
1、本程序为工具类软件,vbs 文件为程序化操作,不含任何病毒
2、本程序实现功能:打开部分无法打开的常用网址
3、本程序需要安装谷歌浏览器,请 预先安装谷歌浏览器,再使用本程序
4、第一次使用,双击“初次使用。vbs”,创建桌面图标,启动浏览器
5、本程序启动较慢,请耐心等待
下载链接 1:https://pan.baidu.com/s/1i4FnocH 密码:bvbo,如果连接无法打开,请刷新网页
下载链接 2:http://url.cn/5PrZP4G 密码:wgupMA,如果连接无法打开,请刷新网页
注意:如杀毒软件报毒,原因在于压缩文件中存在 VBS 脚本,该脚本仅为启动程序脚本
VBS 脚本源码如下
1、初次使用脚本主要功能是创建桌面快捷方式
set ws=WScript.CreateObject("WScript.Shell") ws.Run left(wscript.scriptfullname,instrrev(wscript.scriptfullname,"\")-1) & "\xyg\goproxy.exe",0,true ws.Run left(wscript.scriptfullname,instrrev(wscript.scriptfullname,"\")-1) & "\initial.cmd",0,true strDesktop=ws.SpecialFolders("Desktop") set oShellLink=ws.CreateShortcut(strDesktop & "\GoogleBar.lnk") currentpath = createobject("Scripting.FileSystemObject").GetFolder(".").Path oShellLink.TargetPath=currentpath&"\start.vbs" oShellLink.WindowStyle=1 oShellLink.Hotkey="CTRL+SHIFT+E" oShellLink.IconLocation=currentpath&"\bar.ico" oShellLink.Description="GoogleBar" oShellLink.WorkingDirectory=strDesktop oShellLink.Save
2、Start 脚本为启动程序
[版权声明] :本文文字、代码及图片版权归原作者所有,任何媒体、网站或个人未经本网协议授权不得采集、整理、转载或以其他方式复制发表。已经本站协议授权的媒体、网站,在使用时必须注明“稿件来源:学研谷”。