我的电脑里有N多的隐藏文件和文件夹,它们是什么啊?有何用?是不是病毒啊?

2024-11-24 15:14:18
推荐回答(2个)
回答1:

每个盘里都有的 RECYCLER System Volume Information ,这是系统还原的程序文件
还有你说的这些隐藏的文件,大部分是重要的系统文件,就是怕你平时的误删除而故意隐藏的

回答2:

告诉你一个优化的文件:

打开记事本,复制以下在记事本上:
@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

另存为文件名称为 ---清除系统LJ.bat
存在桌面上。

这样就可以了,包你行