-
-
-
-
ytzidonghua | 当前状态:在线
总积分:11263 2025年可用积分:0
注册时间: 2006-09-18
最后登录时间: 2024-08-02
-
-
ytzidonghua 发表于 2008/9/28 16:36:10
引用 ytzidonghua 2008/9/28 16:36:10 发表于2楼的内容
-
-
-
-
netwell 发表于 2008/9/28 19:30:26
上位机是PC吧,在PC上新建一个记事本文件,拷贝下面这段语言:
@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 清理系统垃圾完成!
echo. & pause保存,把“新建 文本文档.txt”更名“一键清理系统垃圾文件.bat”,点击运行,快速清理系统垃圾文件。
引用 netwell 2008/9/28 19:30:26 发表于3楼的内容
-
-
引用 bubli 2008/9/28 19:41:27 发表于4楼的内容