当前位置:快学网学习网知识大全有问必答xp系统垃圾清理.bat小程序» 正文

xp系统垃圾清理.bat小程序

[10-18 22:55:20]   来源:http://www.kuaixue5.com  有问必答   阅读:8223
概要: 概要:xp系统垃圾清理.bat小程序,的学习教育频道为学友整理.把下列代码复制到记事本里,并保存为:系统垃圾清理.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 %user
xp系统垃圾清理.bat小程序,标签:有问必答网站,知识宝库,http://www.kuaixue5.com

xp系统垃圾清理.bat小程序,的学习教育频道为学友整理.
把下列代码复制到记事本里,并保存为:系统垃圾清理.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完成!
echo. & pause
学友可以试一试。


Tag:有问必答有问必答网站,知识宝库知识大全 - 有问必答
上一篇:好学的英文单词?

发表评论

表达一些您的想法吧!

文明评论,理性发言!