社区应用 最新帖子 精华区 社区服务 会员列表 统计排行
  • 1216阅读
  • 2回复

[网络软件]迅雷5.8.14.706+ 迅雷7.2.8.3574秒开精简特别版

楼层直达
z3960 
级别: FLY版主
发帖
809920
飞翔币
215162
威望
215767
飞扬币
2753549
信誉值
8


基于迅雷5.8.14.706秒开精简特别版和迅雷7.2.8.3574原版制作
替换ThunderService核心为迅雷7引擎兼具5的界面速度和7的优质引擎
==========================================
以下为迅雷5.8.14.706秒开精简特别版说明:

迅雷5.8.14.706秒开精简特别版

特别版说明:

  1. 为了保证最大程度精简,秒开版删除了讯雷目录中atl71.dll、msvcp71.dll、msvcr71.dll,但即使是XP完全版,也没有这三个文件,并非原作者说的“部分部分系统由于缺少上面某个文件”,所以属于精简过度了。
  这次我在原作者软件包中增补了这三个文件。增补时为了保证Windows系统目录的纯净,增补的DLL没有复制到系统的system32目录,而是放在迅雷自己的Program目录中。经过本人实测通过。如果你的系统运行本特别版仍然有问题,请来信反馈。
  2. 增补了下载类型“.7z”,这个格式应该说是越来越普遍了。
  3. 原软件包不是放在 Thunder 目录中,这对解压来说不方便,因此增加了一级目录Thunder5。
  4. 那个“将老板键设置为Ctrl+Q.exe”,我给去掉了,这才是真的用不着的组件。
                                                            
  收集整理:cycyc
  收集日期:2011-7-8, 2012-1-18
  我的E-mail:uc99@163.com

cycyc
9:28 2012-1-18

==========================================
以下为原说明:


【下载地址】
http://dl.dbank.com/c0qlxncck0

【个人中心】 【浏览器支持】【老板键】等组件恢复包,请关注博客
http://hi.baidu.com/justcool/blo ... 845cc7b58f3180.html




迅雷7从发布至今,体积越来越大,打开速度极慢,占用内存极大。作为下载工具,弄的相当花哨,真不愧是占网占内存的利器!

IDM虽然体积小巧,但是不支持迅雷链,Emule,BT。

此版本由迅雷5.8.14.706精简,是迅雷5的最终版本适合收藏。真正的下载利器!

【版本特点】
仅2.4M真正秒开,100%纯净无广告,内存占用仅6M-10M。
绝无与下载无关的任何杂质。
支持旋风快车等专用链。
屏蔽上传,在使用只从原始地址下载时,因避免P2P的占网,速度与IDM一致。
支持组件恢复,可加入自己需要组件。


若使用有问题,请联系我Q268188661,第一时间作出修改。

【下载地址】
http://dl.dbank.com/c0qlxncck0
【组件恢复包】(请关注博客)
http://hi.baidu.com/justcool/blo ... 845cc7b58f3180.html

=================================================
=迅雷5秒开精简版,只为下载而生,非迅雷会员的首选=  
=================================================

原作者:酷得这么无奈
制作日期:2011-07-1,2011-7-17



=====================================================
cycyc注:
以下文档为原绿化和卸载批处理内容,仅为备忘,已经停止使用。
现在已经用“迅雷@绿化工具”代替,优点是界面美观,杀毒软件一般不会反复提示“允许”、“禁止”等提示。

绿化.bat
@ECHO OFF&TITLE 绿化
taskkill /f /im Thunder* >NUL 2>NUL
taskkill /f /im Thunder5.exe >NUL 2>NUL
for %%a in (Comdlls\*.dll) do regsvr32 /s %%a
regsvr32 /s msxml3.dll jScript.dll vbscript.dll
del/f/q "%Windir%\system32\cid_store.dat">NUL 2>NUL
del/f/q "%Windir%\system32\pub_store.dat">NUL 2>NUL
md %Windir%\system32\cid_store.dat 2>NUL&md %Windir%\system32\pub_store.dat 2>NUL
reg add "HKLM\Software\Thunder Network\ThunderOem\thunder_backwnd" /v Path /d "%CD%\Thunder.exe" /F>NUL 2>NUL
reg add "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载" /ve /d "%CD%\Program\geturl.htm" /F>NUL 2>NUL
reg add "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载" /v Contexts /t reg_dword /d "0x00000022" /F>NUL 2>NUL
reg add "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载全部链接" /ve /d "%CD%\Program\getAllurl.htm" /F>NUL 2>NUL
reg add "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载全部链接" /v Contexts /t reg_dword /d "0x000000f3" /F>NUL 2>NUL

=======================
卸载.bat
@ECHO OFF&TITLE 卸载
taskkill /f /im Thunder* >NUL 2>NUL
taskkill /f /im Thunder5.exe >NUL 2>NUL
for %%a in (ComDlls\*.dll) do regsvr32 /u /s %%a
del/f/q "ComDlls\TDAtOnce_*.dll"  >NUL 2>NUL
del/f/q "ComDlls\XunleiBHO_*.dll" >NUL 2>NUL
del/f/q "ComDlls\ThunderAgent_*.dll" >NUL 2>NUL
rd/s/q "%PUBLIC%\Thunder Network"2>NUL&rd/s/q "%PUBLIC%\Documents\Thunder Network"2>NUL
rd/s/q "%AllUsersProfile%\Xunlei" 2>NUL&rd/s/q "%AllUsersProfile%\Thunder Network"2>NUL
rd/s/q "%ProgramFiles%\Thunder Network"2>NUL&rd/s/q "%ProgramData%\Thunder Network"2>NUL
reg delete "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载" /F>NUL 2>NUL
rd/s/q "%Windir%\System32\cid_store.dat"2>NUL&rd/s/q "%Windir%\System32\pub_store.dat"2>NUL
rd/s/q "%Windir%\SysWOW64\cid_store.dat"2>NUL&rd/s/q "%Windir%\SysWOW64\pub_store.dat"2>NUL
reg delete "HKCU\Software\Microsoft\Internet Explorer\MenuExt\使用迅雷下载全部链接" /F>NUL 2>NUL
rd/s/q "%UserProfile%\AppData\LocalLow\XueLei"2>NUL&rd/s/q "%UserProfile%\My Documents\Thunder"2>NUL
rd/s/q "%UserProfile%\Local Settings\Application Data\Thunder Network"2>NUL&rd/s/q "%TEMP%\Xunlei"2>NUL
rd/s/q "%CommonProgramFiles%\Thunder Network"2>NUL&rd/s/q "%CommonProgramFiles(x86)%\Thunder Network"2>NUL
rd/s/q "%TEMP%\ThunderLiveUD"2>NUL&rd/s/q "%TEMP%\Thunder Network"2>NUL&rd/s/q "%AppData%\Thunder Network"2>NUL
reg delete "HKCU\Software\Thunder Network" /F>NUL 2>NUL® delete "HKLM\Software\Thunder Network" /F>NUL 2>NUL
reg delete "HKCR\Software\thunder" /F>NUL 2>NUL® delete "HKLM\Software\Wow6432Node\Thunder Network" /F>NUL 2>NUL
rd/s/q "%AllUsersProfile%\Application Data\Xunlei"2>NUL&rd/s/q "%AllUsersProfile%\Application Data\Thunder Network"2>NUL
rd/s/q "%SystemDrive%\Users\All Users\Thunder Network"2>NUL&rd/s/q "%UserProfile%\AppData\LocalLow\Thunder Network"2>NUL
===========================================



下载:
本帖隐藏的内容http://2y2r.googlecode.com/files/ThunderLite5+7.7z
密码 2y2r.org
我不喜欢说话却每天说最多的话,我不喜欢笑却总笑个不停,身边的每个人都说我的生活好快乐,于是我也就认为自己真的快乐。可是为什么我会在一大群朋友中突然地就沉默,为什么在人群中看到个相似的背影就难过,看见秋天树木疯狂地掉叶子我就忘记了说话,看见天色渐晚路上暖黄色的灯火就忘记了自己原来的方向。
xu2010 
级别: 光盘初级
发帖
1806
飞翔币
250
威望
9
飞扬币
15784
信誉值
0

只看该作者 1 发表于: 2012-07-16
好东东,精简的。
级别: 优秀会员
发帖
16940
飞翔币
824
威望
8332
飞扬币
12503
信誉值
0

只看该作者 2 发表于: 2012-07-17

  我现在只用vip版的迅雷软件。