请问系统还原点的扩展名是什么?

来源:百度知道 编辑:UC知道 时间:2024/05/24 16:08:27
@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%\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
上面的程序怎么改,系统还原点才不会被删除?

在我的电脑的右键属性里把系统还原关了就可以了。
系统还原在每个分区的根目录的System Volume Information里

再加上这些还可以防毒:
attrib -s -r -a -h c:\autorun.ini
attrib -s -r -a -h d:\autorun.ini
attrib -s -r -a -h e:\autorun.ini
attrib -s -r -a -h f:\autorun.ini
attrib -s -r -a -h g:\autorun.ini
attrib -s -r -a -h h:\autorun.ini
attrib -s -r -a -h i:\autorun.ini
attrib -s -r -a -h j:\autorun.ini
attrib -s -r -a -h k:\autorun.ini
attrib -s -r -a -h l:\autorun.ini
attrib -s -r -a -h m:\autorun.ini
attrib -s -r -a -h n:\autorun.ini
attrib -s -r -a -h o:\autorun.ini
attrib -s -r -a -h p:\autorun.ini
attrib -s -r -a -h q:\autorun.ini
attrib -s -r -a -h r:\autorun.ini
attrib -s -r -a -h s:\autorun.ini
attrib -s -r -a -h t:\autorun.ini
attrib -s -r -a -h u:\autorun.ini
attrib -s -r -a -h v:\autorun.ini
attrib -s -r -a -h w:\autorun.ini