用户名: 密  码
用户注册    
本站用户:72人  目前在线: 4 人  信息: 256  访问: 1897292     ;
首页 个人中心 邮件群发网站收藏网络空间音视频
当前位置 » 首页» 操作系统» 信息阅读

2G网站空间,仅需20元一年,详情点击进入

 电脑垃圾清理

@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 SettingsTemporary Internet Files*.*"

del /f /s /q  "%userprofile%Local SettingsTemp*.*"

del /f /s /q  "%userprofile%recent*.*"

echo 清除系统LJ完成!

echo. & pause



记事本重命名:清除系统LJ.bat(复制这个名称)

保存即可,双击运行。

点击:1160  发布者:xinyou  发布时间:2015-09-15 18:13:56