查看: 641|回复: 9

[系统软件] 一键清理系统垃圾 落雪梨花加强版 绿色版

[复制链接]

该用户从未签到

发表于 2011-10-7 20:38 | 显示全部楼层 |阅读模式
软件名称: 一键清理系统垃圾 落雪梨花加强版 绿色版
软件评价:
软件语言: 简体中文
授权方式: 免费软件
运行环境: Win7 / Vista / Win2003 / WinXP / Win2008
软件类型: 国产软件 / 卸载清理
更新日期: 2011-09-25
软件大小: 3KB

2011-09-25_111153.jpg


http://www.bkill.com/d/download.php?n=1&server=1&id=12057::1316920285
PCOS系统下载站:http://zhuangji.wang

签到天数: 266 天

连续签到: 0 天

[LV.8]以坛为家I

发表于 2011-10-7 20:52 | 显示全部楼层
支持一下吧。。
PCOS系统下载站:http://zhuangji.wang

签到天数: 77 天

连续签到: 0 天

[LV.6]常住居民II

发表于 2011-10-7 21:24 | 显示全部楼层
下来看看等一些包所有的代码发上来。{:143_266:}{:143_266:}
PCOS系统下载站:http://zhuangji.wang

签到天数: 77 天

连续签到: 0 天

[LV.6]常住居民II

发表于 2011-10-7 21:27 | 显示全部楼层
共大家学习。
以下代码
  1. @ECHO off
  2. mode con cols=48 lines=23
  3. :menu1
  4. color 1a
  5. title 一键清理垃圾落雪梨花加强第二版之修正版
  6. CLS
  7. ECHO.
  8. ECHO           请根据自己需要清理指定的垃圾      
  9. ECHO.
  10. ECHO.
  11. ECHO.       ┏*━*━*━*━━☆━━*━*━*━*┓
  12. ECHO        ┃                              ┃
  13. ECHO        ┃[1] 清理系统垃圾(强烈推荐)    ┃
  14. ECHO        ┃                              ┃
  15. ECHO        ┃[2] 清理迅雷看看缓存(强烈推荐)┃
  16. ECHO        ┃                              ┃  
  17. ECHO        ┃[3] 屏蔽迅雷偷偷上传(一般推荐)┃
  18. ECHO        ┃                              ┃
  19. ECHO        ┃[A] 上面三项全选(懒虫用户推荐)┃
  20. ECHO        ┃                              ┃
  21. ECHO        ┗*━*━*━*━━☆━━*━*━*━*┛
  22. ECHO.
  23. ECHO.
  24. ECHO           -=◆◇落雪梨花绿色作品◇◆=-
  25. ECHO.            
  26. ECHO.
  27. :menu1
  28. set choice=
  29. set /p choice=       请输入对应的按键后按[Enter]执行:
  30. if not "%choice%"=="" set choice=%choice%
  31. ECHO.
  32. If /I "%Choice%"=="1" Goto xtlj
  33. If /I "%Choice%"=="2" Goto kkhc
  34. If /I "%Choice%"=="3" Goto ttsc
  35. If /I "%Choice%"=="A" Goto ALL
  36. If /I "%Choice%"=="" exit
  37. goto menu1

  38. :xtlj
  39. CLS
  40. title 清理系统垃圾
  41. echo 正在清理系统垃圾文件,请稍候......
  42. del /f /s /q %systemdrive%\*.tmp
  43. RD %windir%\$hf_mig$ /Q /S
  44. del %windir%\2950800.txt /f /q
  45. for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
  46. dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
  47. del /f /s /q %systemdrive%\*._mp
  48. del /f /s /q %systemdrive%\*.log
  49. del /f /s /q %systemdrive%\*.gid
  50. del /f /s /q %systemdrive%\*.pnf
  51. del /f /s /q %systemdrive%\infcache.1
  52. del /f /s /q %systemdrive%\*.chk
  53. del /f /s /q %systemdrive%\*.old
  54. del /f /s /q %systemdrive%\recycled\*.*
  55. del /f /s /q %windir%\*.bak
  56. del /f /s /q %windir%\prefetch\*.*
  57. rd /s /q %windir%\temp & md %windir%\temp
  58. del /f /q %userprofile%\cookies\*.*
  59. del /f /q %userprofile%\recent\*.*
  60. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  61. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  62. del /f /s /q "%userprofile%\recent\*.*"
  63. CLS
  64. ECHO.
  65. ECHO.
  66. ECHO.
  67. ECHO.
  68. ECHO.
  69. ECHO              程序设计:落雪梨花
  70. ECHO.
  71. ECHO.
  72. ECHO.
  73. ECHO.
  74. ECHO               系统垃圾清理完毕!
  75. ECHO.
  76. ECHO.
  77. ECHO.
  78. ECHO.
  79. ECHO              按任意键返回主菜单……
  80. pause>nul
  81. goto menu1
  82. :kkhc
  83. CLS
  84. title 清理看看缓存
  85. rd /s /q "c:\vod_cache_data" 2>NUL
  86. rd /s /q "d:\vod_cache_data" 2>NUL
  87. rd /s /q "e:\vod_cache_data" 2>NUL
  88. rd /s /q "f:\vod_cache_data" 2>NUL
  89. rd /s /q "G:\vod_cache_data" 2>NUL
  90. rd /s /q "h:\vod_cache_data" 2>NUL
  91. rd /s /q "I:\vod_cache_data" 2>NUL
  92. rd /s /q "j:\vod_cache_data" 2>NUL
  93. rd /s /q "k:\vod_cache_data" 2>NUL
  94. rd /s /q "l:\vod_cache_data" 2>NUL
  95. rd /s /q "m:\vod_cache_data" 2>NUL
  96. rd /s /q "n:\vod_cache_data" 2>NUL
  97. rd /s /q "o:\vod_cache_data" 2>NUL
  98. rd /s /q "p:\vod_cache_data" 2>NUL
  99. rd /s /q "q:\vod_cache_data" 2>NUL
  100. rd /s /q "r:\vod_cache_data" 2>NUL
  101. rd /s /q "s:\vod_cache_data" 2>NUL
  102. rd /s /q "t:\vod_cache_data" 2>NUL
  103. rd /s /q "u:\vod_cache_data" 2>NUL
  104. rd /s /q "v:\vod_cache_data" 2>NUL
  105. rd /s /q "w:\vod_cache_data" 2>NUL
  106. rd /s /q "x:\vod_cache_data" 2>NUL
  107. rd /s /q "y:\vod_cache_data" 2>NUL
  108. rd /s /q "z:\vod_cache_data" 2>NUL
  109. rd /s /q "c:\gvod_cache_data" 2>NUL
  110. rd /s /q "d:\gvod_cache_data" 2>NUL
  111. rd /s /q "e:\gvod_cache_data" 2>NUL
  112. rd /s /q "f:\gvod_cache_data" 2>NUL
  113. rd /s /q "G:\gvod_cache_data" 2>NUL
  114. rd /s /q "h:\gvod_cache_data" 2>NUL
  115. rd /s /q "I:\gvod_cache_data" 2>NUL
  116. rd /s /q "j:\gvod_cache_data" 2>NUL
  117. rd /s /q "k:\gvod_cache_data" 2>NUL
  118. rd /s /q "l:\gvod_cache_data" 2>NUL
  119. rd /s /q "m:\gvod_cache_data" 2>NUL
  120. rd /s /q "n:\gvod_cache_data" 2>NUL
  121. rd /s /q "o:\gvod_cache_data" 2>NUL
  122. rd /s /q "p:\gvod_cache_data" 2>NUL
  123. rd /s /q "q:\gvod_cache_data" 2>NUL
  124. rd /s /q "r:\gvod_cache_data" 2>NUL
  125. rd /s /q "s:\gvod_cache_data" 2>NUL
  126. rd /s /q "t:\gvod_cache_data" 2>NUL
  127. rd /s /q "u:\gvod_cache_data" 2>NUL
  128. rd /s /q "v:\gvod_cache_data" 2>NUL
  129. rd /s /q "w:\gvod_cache_data" 2>NUL
  130. rd /s /q "x:\gvod_cache_data" 2>NUL
  131. rd /s /q "y:\gvod_cache_data" 2>NUL
  132. rd /s /q "z:\gvod_cache_data" 2>NUL
  133. rd /s /q "c:\$recycle.bin\vod_cache_data" 2>NUL
  134. rd /s /q "d:\$recycle.bin\vod_cache_data" 2>NUL
  135. rd /s /q "e:\$recycle.bin\vod_cache_data" 2>NUL
  136. rd /s /q "f:\$recycle.bin\vod_cache_data" 2>NUL
  137. rd /s /q "G:\$recycle.bin\vod_cache_data" 2>NUL
  138. rd /s /q "h:\$recycle.bin\vod_cache_data" 2>NUL
  139. rd /s /q "I:\$recycle.bin\vod_cache_data" 2>NUL
  140. rd /s /q "j:\$recycle.bin\vod_cache_data" 2>NUL
  141. rd /s /q "k:\$recycle.bin\vod_cache_data" 2>NUL
  142. rd /s /q "l:\$recycle.bin\vod_cache_data" 2>NUL
  143. rd /s /q "m:\$recycle.bin\vod_cache_data" 2>NUL
  144. rd /s /q "n:\$recycle.bin\vod_cache_data" 2>NUL
  145. rd /s /q "o:\$recycle.bin\vod_cache_data" 2>NUL
  146. rd /s /q "p:\$recycle.bin\vod_cache_data" 2>NUL
  147. rd /s /q "q:\$recycle.bin\vod_cache_data" 2>NUL
  148. rd /s /q "r:\$recycle.bin\vod_cache_data" 2>NUL
  149. rd /s /q "s:\$recycle.bin\vod_cache_data" 2>NUL
  150. rd /s /q "t:\$recycle.bin\vod_cache_data" 2>NUL
  151. rd /s /q "u:\$recycle.bin\vod_cache_data" 2>NUL
  152. rd /s /q "v:\$recycle.bin\vod_cache_data" 2>NUL
  153. rd /s /q "w:\$recycle.bin\vod_cache_data" 2>NUL
  154. rd /s /q "x:\$recycle.bin\vod_cache_data" 2>NUL
  155. rd /s /q "y:\$recycle.bin\vod_cache_data" 2>NUL
  156. rd /s /q "z:\$recycle.bin\vod_cache_data" 2>NUL
  157. CLS
  158. ECHO.
  159. ECHO.
  160. ECHO.
  161. ECHO.
  162. ECHO.
  163. ECHO              程序设计:落雪梨花
  164. ECHO.
  165. ECHO.
  166. ECHO.
  167. ECHO.
  168. ECHO             迅雷看看缓存清理完毕!
  169. ECHO.
  170. ECHO.
  171. ECHO.
  172. ECHO.
  173. ECHO              按任意键返回主菜单……
  174. pause>nul
  175. goto menu1
  176. :ttsc
  177. CLS
  178. title 屏蔽迅雷偷偷上传
  179. ECHO 正在屏蔽迅雷后台上传,请稍候......
  180. ECHO.
  181. del /f /s /q %windir%\system32\cid_store.dat
  182. md %windir%\system32\cid_store.dat
  183. attrib +s +h +r %windir%\system32\cid_store.dat
  184. del /f /s /q %windir%\system32\pub_store.dat
  185. md %windir%\system32\pub_store.dat
  186. attrib +s +h +r %windir%\system32\pub_store.dat
  187. del /f /s /q %windir%\system32\xlhcc.dat
  188. md %windir%\system32\xlhcc.dat
  189. attrib +s +h +r %windir%\system32\xlhcc.dat
  190. CLS
  191. ECHO.
  192. ECHO.
  193. ECHO.
  194. ECHO.
  195. ECHO.
  196. ECHO              程序设计:落雪梨花
  197. ECHO.
  198. ECHO.
  199. ECHO.
  200. ECHO.
  201. ECHO            迅雷偷偷上传已被成功屏蔽!
  202. ECHO.
  203. ECHO.
  204. ECHO.
  205. ECHO.
  206. ECHO              按任意键返回主菜单……
  207. pause>nul
  208. goto menu1
  209. :ALL
  210. CLS
  211. title 清理系统垃圾、看看缓存,屏蔽迅雷偷偷上传 By落雪梨花
  212. echo 正在清理系统垃圾文件,请稍候......
  213. del /f /s /q %systemdrive%\*.tmp
  214. RD %windir%\$hf_mig$ /Q /S
  215. del %windir%\2950800.txt /f /q
  216. for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
  217. dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
  218. del /f /s /q %systemdrive%\*._mp
  219. del /f /s /q %systemdrive%\*.log
  220. del /f /s /q %systemdrive%\*.gid
  221. del /f /s /q %systemdrive%\*.pnf
  222. del /f /s /q %systemdrive%\infcache.1
  223. del /f /s /q %systemdrive%\*.chk
  224. del /f /s /q %systemdrive%\*.old
  225. del /f /s /q %systemdrive%\recycled\*.*
  226. del /f /s /q %windir%\*.bak
  227. del /f /s /q %windir%\prefetch\*.*
  228. rd /s /q %windir%\temp & md %windir%\temp
  229. del /f /q %userprofile%\cookies\*.*
  230. del /f /q %userprofile%\recent\*.*
  231. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  232. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  233. del /f /s /q "%userprofile%\recent\*.*"
  234. rd /s /q "c:\vod_cache_data" 2>NUL
  235. rd /s /q "d:\vod_cache_data" 2>NUL
  236. rd /s /q "e:\vod_cache_data" 2>NUL
  237. rd /s /q "f:\vod_cache_data" 2>NUL
  238. rd /s /q "G:\vod_cache_data" 2>NUL
  239. rd /s /q "h:\vod_cache_data" 2>NUL
  240. rd /s /q "I:\vod_cache_data" 2>NUL
  241. rd /s /q "j:\vod_cache_data" 2>NUL
  242. rd /s /q "k:\vod_cache_data" 2>NUL
  243. rd /s /q "l:\vod_cache_data" 2>NUL
  244. rd /s /q "m:\vod_cache_data" 2>NUL
  245. rd /s /q "n:\vod_cache_data" 2>NUL
  246. rd /s /q "o:\vod_cache_data" 2>NUL
  247. rd /s /q "p:\vod_cache_data" 2>NUL
  248. rd /s /q "q:\vod_cache_data" 2>NUL
  249. rd /s /q "r:\vod_cache_data" 2>NUL
  250. rd /s /q "s:\vod_cache_data" 2>NUL
  251. rd /s /q "t:\vod_cache_data" 2>NUL
  252. rd /s /q "u:\vod_cache_data" 2>NUL
  253. rd /s /q "v:\vod_cache_data" 2>NUL
  254. rd /s /q "w:\vod_cache_data" 2>NUL
  255. rd /s /q "x:\vod_cache_data" 2>NUL
  256. rd /s /q "y:\vod_cache_data" 2>NUL
  257. rd /s /q "z:\vod_cache_data" 2>NUL
  258. rd /s /q "c:\gvod_cache_data" 2>NUL
  259. rd /s /q "d:\gvod_cache_data" 2>NUL
  260. rd /s /q "e:\gvod_cache_data" 2>NUL
  261. rd /s /q "f:\gvod_cache_data" 2>NUL
  262. rd /s /q "G:\gvod_cache_data" 2>NUL
  263. rd /s /q "h:\gvod_cache_data" 2>NUL
  264. rd /s /q "I:\gvod_cache_data" 2>NUL
  265. rd /s /q "j:\gvod_cache_data" 2>NUL
  266. rd /s /q "k:\gvod_cache_data" 2>NUL
  267. rd /s /q "l:\gvod_cache_data" 2>NUL
  268. rd /s /q "m:\gvod_cache_data" 2>NUL
  269. rd /s /q "n:\gvod_cache_data" 2>NUL
  270. rd /s /q "o:\gvod_cache_data" 2>NUL
  271. rd /s /q "p:\gvod_cache_data" 2>NUL
  272. rd /s /q "q:\gvod_cache_data" 2>NUL
  273. rd /s /q "r:\gvod_cache_data" 2>NUL
  274. rd /s /q "s:\gvod_cache_data" 2>NUL
  275. rd /s /q "t:\gvod_cache_data" 2>NUL
  276. rd /s /q "u:\gvod_cache_data" 2>NUL
  277. rd /s /q "v:\gvod_cache_data" 2>NUL
  278. rd /s /q "w:\gvod_cache_data" 2>NUL
  279. rd /s /q "x:\gvod_cache_data" 2>NUL
  280. rd /s /q "y:\gvod_cache_data" 2>NUL
  281. rd /s /q "z:\gvod_cache_data" 2>NUL
  282. rd /s /q "c:\$recycle.bin\vod_cache_data" 2>NUL
  283. rd /s /q "d:\$recycle.bin\vod_cache_data" 2>NUL
  284. rd /s /q "e:\$recycle.bin\vod_cache_data" 2>NUL
  285. rd /s /q "f:\$recycle.bin\vod_cache_data" 2>NUL
  286. rd /s /q "G:\$recycle.bin\vod_cache_data" 2>NUL
  287. rd /s /q "h:\$recycle.bin\vod_cache_data" 2>NUL
  288. rd /s /q "I:\$recycle.bin\vod_cache_data" 2>NUL
  289. rd /s /q "j:\$recycle.bin\vod_cache_data" 2>NUL
  290. rd /s /q "k:\$recycle.bin\vod_cache_data" 2>NUL
  291. rd /s /q "l:\$recycle.bin\vod_cache_data" 2>NUL
  292. rd /s /q "m:\$recycle.bin\vod_cache_data" 2>NUL
  293. rd /s /q "n:\$recycle.bin\vod_cache_data" 2>NUL
  294. rd /s /q "o:\$recycle.bin\vod_cache_data" 2>NUL
  295. rd /s /q "p:\$recycle.bin\vod_cache_data" 2>NUL
  296. rd /s /q "q:\$recycle.bin\vod_cache_data" 2>NUL
  297. rd /s /q "r:\$recycle.bin\vod_cache_data" 2>NUL
  298. rd /s /q "s:\$recycle.bin\vod_cache_data" 2>NUL
  299. rd /s /q "t:\$recycle.bin\vod_cache_data" 2>NUL
  300. rd /s /q "u:\$recycle.bin\vod_cache_data" 2>NUL
  301. rd /s /q "v:\$recycle.bin\vod_cache_data" 2>NUL
  302. rd /s /q "w:\$recycle.bin\vod_cache_data" 2>NUL
  303. rd /s /q "x:\$recycle.bin\vod_cache_data" 2>NUL
  304. rd /s /q "y:\$recycle.bin\vod_cache_data" 2>NUL
  305. rd /s /q "z:\$recycle.bin\vod_cache_data" 2>NUL
  306. ECHO 正在屏蔽迅雷后台上传,请稍候......
  307. ECHO.
  308. del /f /s /q %windir%\system32\cid_store.dat
  309. md %windir%\system32\cid_store.dat
  310. attrib +s +h +r %windir%\system32\cid_store.dat
  311. del /f /s /q %windir%\system32\pub_store.dat
  312. md %windir%\system32\pub_store.dat
  313. attrib +s +h +r %windir%\system32\pub_store.dat
  314. del /f /s /q %windir%\system32\xlhcc.dat
  315. md %windir%\system32\xlhcc.dat
  316. attrib +s +h +r %windir%\system32\xlhcc.dat
  317. CLS
  318. ECHO.
  319. ECHO.
  320. ECHO.
  321. ECHO           落雪梨花清理小助手向您报告:
  322. ECHO           ==========================
  323. ECHO.
  324. ECHO.
  325. ECHO.
  326. ECHO         ↓
  327. ECHO.
  328. ECHO         ①系统垃圾已成功清理!
  329. ECHO.
  330. ECHO             ↓
  331. ECHO.
  332. ECHO             ②迅雷看看缓存已成功清理!
  333. ECHO.
  334. ECHO                  ↓
  335. ECHO.
  336. ECHO                  ③迅雷偷偷上传已成功屏蔽!
  337. ECHO.
  338. ECHO.
  339. ECHO.
  340. ECHO.
  341. ECHO             请按任意键返回主菜单……
  342. pause>nul
  343. goto menu1
复制代码
PCOS系统下载站:http://zhuangji.wang

签到天数: 14 天

连续签到: 1 天

[LV.3]偶尔看看II

发表于 2011-10-7 22:00 | 显示全部楼层
O(∩_∩)O谢谢分享  
PCOS系统下载站:http://zhuangji.wang

该用户从未签到

发表于 2011-10-7 22:40 | 显示全部楼层
这个清理机制不好,不安全。
PCOS系统下载站:http://zhuangji.wang

签到天数: 1526 天

连续签到: 0 天

[LV.Master]伴坛终老IIII

发表于 2011-10-7 22:42 | 显示全部楼层
板凳真给力哈
PCOS系统下载站:http://zhuangji.wang

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

发表于 2011-10-7 23:53 | 显示全部楼层
科技 含量 高了   不会用
PCOS系统下载站:http://zhuangji.wang

签到天数: 420 天

连续签到: 0 天

[LV.9]以坛为家II

发表于 2011-10-7 23:57 | 显示全部楼层
呵呵,比一般的清楚系统垃圾多了点东西
PCOS系统下载站:http://zhuangji.wang

签到天数: 581 天

连续签到: 0 天

[LV.9]以坛为家II

发表于 2011-10-8 00:04 | 显示全部楼层
还不错,先收下了
PCOS系统下载站:http://zhuangji.wang

本版积分规则