@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause

最新文章

  1. Unicode简介
  2. [翻译]写给精明Java开发者的测试技巧
  3. ASP.net页面代码执行顺序
  4. STM32下载调试驱动问题
  5. C++ string和wstring互转实现
  6. 跨站脚本 XSS<一:防御方法>
  7. nyoj 211 Cow Contest
  8. CSS布局部分知识总结
  9. 201521123033《Java程序设计》第7周学习总结
  10. Form -- 文件上传
  11. mysql 开发进阶篇系列 46 物理备份与恢复( xtrabackup的 选项说明,增加备份用户,完全备份案例)
  12. js文档节点关系
  13. Java并发编程(十三)线程间协作的两种方式:wait、notify、notifyAll和Condition
  14. 【BZOJ3585】mex
  15. 我的图片爬虫demo
  16. PHP:使用Zend对源码加密、Zend Guard安装以及Zend Guard Run-time support missing的解决方法
  17. Python 高斯坐标转经纬度算法
  18. 【PHP】mysql_insert_id() 函数
  19. 利用 Aspose.Words 组件,在不依赖与 Office 组件的情况下把 Word 文件转换成 HTML 代码。
  20. barba.js 优化页面跳转用户体验

热门文章

  1. 服务注册和发现 Eureka
  2. CSS变量使用解析
  3. Netty源码学习(七)FastThreadLocal
  4. Codeforces 897 A.Scarborough Fair-字符替换
  5. ()C# DataRow
  6. FZU-2271 X(Floyd)
  7. 前端JavaScript实现跨域的方式(转)
  8. SQL常用函数之五 str()
  9. redis--AOF
  10. Overview of iOS Crash Reporting Tools: Part 2/2