windows文件夹里前缀为美元符号的文件可以删吗

2024-11-24 00:08:20
推荐回答(3个)
回答1:

清理系统垃圾 清理方法如下 : 你新建一个文本文件将下面的东西复制进去
@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 双击就可以了如果的你看不见.TXT 字样 就按如下操作在打开文件夹的状态下 工具----文件夹选项----点查看-----往下拉滚动条 找到"隐藏已知文件类型的扩展名"将前面的方框里的勾去掉就可以了

回答2:

可以删除,那些隐藏的文件都是系统在更新时留下的文件,可以手动删除。

回答3:

可以