sjflmh 发表于 2014-4-21 22:51:29

批处理优化

以下所有的都是要自己手动操作,分隔线以下复制到记本本另存为.bat,再运行即可.==============================================================================================
@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完成!      

5299039 发表于 2014-4-22 05:55:40

以下所有的都是要自己手动操作,分隔线以下复制到记本本另存为.bat,再运行即可.==============================================================================================
@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完成!      

ft272296734 发表于 2014-4-27 13:12:54

多谢,看了有收获。。多谢,看了有收多谢,看了有收获。。。获。。。。

laojiu 发表于 2014-6-19 14:28:26

我做好了。见附件。。方便大家。。。:):):)
页: [1]
查看完整版本: 批处理优化