aishangxue
 1 @echo off
 2 pause
 3 echo 正在清理系统垃圾文件,请稍等......
 4 del /f /s /q %systemdrive%\*.tmp
 5 del /f /s /q %systemdrive%\*._mp
 6 del /f /s /q %systemdrive%\*.log
 7 del /f /s /q %systemdrive%\*.gid
 8 del /f /s /q %systemdrive%\*.chk
 9 del /f /s /q %systemdrive%\*.old
10 del /f /s /q %systemdrive%\recycled\*.*
11 del /f /s /q %windir%\*.bak
12 del /f /s /q %windir%\prefetch\*.*
13 rd /s /q %windir%\temp & md %windir%\temp
14 del /f /q %userprofile%\cookies\*.*
15 del /f /q %userprofile%\recent\*.*
16 del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
17 del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
18 del /f /s /q "%userprofile%\recent\*.*"
19 echo 清理系统垃圾完成!
20 echo. & pause 

 

分类:

技术点:

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2021-12-21
  • 2021-12-03
  • 2022-12-23
  • 2021-12-03
猜你喜欢
  • 2021-05-01
  • 2021-12-26
  • 2021-12-03
  • 2021-11-20
  • 2021-12-19
  • 2021-10-23
  • 2022-12-23
相关资源
相似解决方案