高手请进!!!!!!!!!!!!!!!!!!!!!!!!

来源:百度知道 编辑:UC知道 时间:2024/05/29 19:38:55
我刚打了很多系统补丁,在c:\windows里出有很多"kb"打头文本文档,这些是补丁的文档,我想知道能不能删除它们?删除后,系统补丁会不会就失效了?

TXT的文本文档是可有删除的

可以的但是有一小部分是不可以的

那可能是一些临时文件 你可以进行手动清理 下面是一个程序 是用来清理临时文件的 你把它复制到一个文本文档里面 然后把文本文档的格式改为.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 系统垃圾文件