我在使用开始菜单的搜索时发现的奇怪现象

来源:百度知道 编辑:UC知道 时间:2024/07/04 06:33:35
我在使用开始菜单的搜索时发现一些注明在c盘documents and settings/administritor/local settings/temporary Internet files的文件和网页,但实际打开c盘时却没有local settings文件夹,这是怎么回事呢?各位大侠,帮忙解释一下
谢谢各位,那再请问一下,这些文件删除掉要不要紧?

这是系统隐藏文件,系统默认设置为隐藏!
当然要紧,不能乱删的!系统为了不让用户删错出现系统错误,才默认隐藏的!
如果你非要删的话,可以用这个:
******************************************************************
@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\*.*
del /f /s /q %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\*.*"