禁止迅雷偷偷上传(转)
迅雷总是偷偷上传,其实是迅雷保存了一个文件cid_store.dat,偷偷记录我们已经下载的文件,这样的话,我们只要把这文件删除,然后另外建一个文件,加上一些只读属性,这样就可以防止其上传了。
echo 禁止迅雷5偷偷上传
attrib -a -s -h -r %systemroot%\system32\cid_store.dat
del %systemroot%\system32\cid_store.dat /q
md %systemroot%\system32\cid_store.dat
md %systemroot%\system32\cid_store.dat\del..\
attrib +a +s +h +r %systemroot%\system32\cid_store.dat
echo 完成
pause
本文基于署名 2.5 中国大陆许可协议发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名小橋流水(包含链接)。如您有任何疑问或者授权方面的协商,请给我发邮件。