Total Pageviews

Tuesday 20 December 2011

禁止迅雷偷偷上传的脚本

每次使用迅雷下载东西,它都会生成一个文件:
c:\windows\system32\cid_store.dat
不用删除迅雷文件列表,不用清空迅雷垃圾箱,迅雷也不会扫描整个磁盘,只要这个文件存在,迅雷就会把你下载的数据偷偷的上传。当然,你可以把下载的东西改 个名称,或者换个路径,这样也可以防止上传,但是这样未免麻烦了。网上有一个方法教大家每次使用迅雷后打开一个批处理,目的就是删除这个 cid_store.dat文件,让迅雷“忘记”曾经下载过什么,从而避开上传。
这个方法也挺麻烦的,这里教给大家一招新的,简单的办法。
删除c:\windows\system32\cid_store.dat文件,然后在c:\windows\system32\目录下,新建一个文件夹,名称为 cid_store.dat,这样就没办法再生成任务记录文件啦,大功告成,简单吧
PS 此方法的道理就是,再同一个文件夹内,无法共存名字相同的文件和文件夹
:-)
另:此方法绝对有效,且不会影响下载。本人发明并测试多日。
虽然有违p2p的精神,但是我要说,p2p应该是在得到每一位用户许可后才能共享,迅雷的这种偷偷摸摸的提高下载速度是在欺骗(隐瞒真相也是一种欺骗!) 其他用户的基础上实现的,其行为实在令人不齿。如果大家还是顾忌到p2p精神问题可以不去设置,但是不要对他人的行为评论过多,谢谢!
cls
@echo off
color 2f
title 清理迅雷垃圾
:清理迅雷垃圾
echo 禁止迅雷上传……
taskkill /im Thunder5.exe /f >nul 2>nul
for %%i in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist "%%i:\vod_cache_data" rd "%%i:\vod_cache_data" /s /q  >nul 2>nul
for %%i in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist "%%i:\$recycle.bin\vod_cache_data" rd "%%i:\$recycle.bin\vod_cache_data" /s /q  >nul 2>nul
del /f /s /q %windir%\system32\cid_store.dat >nul 2>nul
md %windir%\system32\cid_store.dat >nul 2>nul
attrib +s +h +r %windir%\system32\cid_store.dat >nul 2>nul
del /f /q "%ProgramFiles%\cid_store.dat" >nul 2>nul
md "%ProgramFiles%\cid_store.dat" >nul 2>nul
attrib +s +h +r "%ProgramFiles%\cid_store.dat"
del /f /s /q %windir%\system32\xlhcc.dat >nul 2>nul
md %windir%\system32\xlhcc.dat >nul 2>nul
attrib +s +h +r %windir%\system32\xlhcc.dat >nul 2>nul
del /f /s /q %windir%\system32\pub_store.dat >nul 2>nul
md %windir%\system32\pub_store.dat >nul 2>nul
attrib +s +h +r %windir%\system32\pub_store.dat >nul 2>nul
echo 清理迅雷垃圾……
cd /d %~dp0
rd /s /q ".\ComDlls\skin" 2>NUL
rd /s /q ".\Components\InMedia" 2>NUL
rd /s /q ".\Components\P4PClient" 2>NUL
rd /s /q ".\Components\ResWorker" 2>NUL
rd /s /q ".\Components\Search" 2>NUL
rd /s /q ".\Components\Tips" 2>NUL
rd /s /q ".\Components\UserExperience" 2>NUL
rd /s /q ".\Components\VPShell" 2>NUL
rd /s /q ".\Components\XLSoftBase" 2>NUL
rd /s /q ".\Plugins\GouGouTop" 2>NUL
rd /s /q ".\Plugins\KanKanTop" 2>NUL
rd /s /q ".\Plugins\NetGame" 2>NUL
rd /s /q ".\Program\Ad" 2>NUL
rd /s /q ".\Program\Update" 2>NUL
del /s /q ".\Components\version.ini" 2>NUL
del /s /q ".\Program\al.*" 2>NUL
del /s /q ".\Program\bd.*" 2>NUL
del /s /q ".\Program\DSConvert.*" 2>NUL
del /s /q ".\Program\FloatBar.*" 2>NUL
del /s /q ".\Program\historyinfo_manage.*" 2>NUL
del /s /q ".\Program\historyinfoTransfer.*" 2>NUL
del /s /q ".\Program\LanguageSetter.*" 2>NUL
del /s /q ".\Program\LiveUpdate.*" 2>NUL
del /s /q ".\Program\media_data.*" 2>NUL
del /s /q ".\Program\SetupHelper.*" 2>NUL
del /s /q ".\Program\sl.*" 2>NUL
del /s /q ".\Program\takeown.*" 2>NUL
del /s /q ".\Program\upnp.*" 2>NUL
del /s /q ".\Program\UpdateShell.*" 2>NUL
del /s /q ".\Program\xl_stat.dll" 2>NUL
del /s /q ".\Program\xldc.dll" 2>NUL
del /s /q ".\Program\xldc.cfg" 2>NUL
del /s /q ".\Program\xldc_stat.*" 2>NUL
del /s /q ".\Program\*.bin" 2>NUL
del /s /q ".\Program\*.ini" 2>NUL
del /s /q ".\Program\*.ico" 2>NUL
del /s /q ".\Program\*.txt" 2>NUL
del /s /q ".\Program\*.log" 2>NUL
del /s /q ".\Program\*.dat" 2>NUL
del /s /q ".\Program\*.xml" 2>NUL
del /s /q ".\Program\*.bak" 2>NUL
del /s /q ".\Program\*.bat" 2>NUL
echo.&&echo 完成清理迅雷垃圾,请按任意键退出!&&pause>nul&& exit

No comments:

Post a Comment