您的位置:程序门 -> windows专区 -> 安全技术/病毒



临时文件删除后复原怎么办?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


临时文件删除后复原怎么办?
发表于:2007-07-29 12:46:32 楼主
电脑c:\windows\temp下有好多名为pr1a.tmp,pr1b.tmp,pr1c.tmp...之类的文件,每个都有100多m,而且重启删除后不多久又出来了,再次删除时提示正在使用,无法删除,直至使temp文件容量接近20g,c盘很快就空间不足,电脑奇慢,卡巴检测没有病毒,怎么回事,哪位大侠知道?
发表于:2007-07-29 14:51:391楼 得分:0
这是由于很多程序运行时需要一些文件来存放临时数据,有可能退出的时候没有删除,你可以手动删除,虽然不能完全删除,但至少可以删除一大半~~
发表于:2007-07-30 10:18:542楼 得分:0
@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   awenonwen   prompt:清除完毕!__edited   by   pedro
echo.   &   pause
请将这个复制到记事本,别存为autoclear.bat 双击即可!
发表于:2007-07-30 12:46:253楼 得分:0
1,先看看系统是否装了还原软件
2,看下开启了那些服务和装了什么软件(如服务软件之类的)


快速检索

最新资讯
热门点击