返回列表 发帖

清除电脑·的批处理文件

第一步:在桌面上(或其他方法)右键单击,“新建/文本文档(记事本文件)”。
  
  第二步:在新建的记事本文件中输入或拷入以下内容:
  
  @echo off
  echo 正在清除系统LJ文件,请稍等......
  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\*.*&nbs p;
  rd /s /q %windir%\temp & md&n bsp;%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
  
  第三步:在文件菜单中点“另存为”;
  
  第四步:在需要保存的文件名中输入“清除系统·文件.bat”(或者直接保存后,将文件名后的“.txt”改为“.bat ”;
  
  第五步:“保存”/“关闭”;
  
  第六步:OK了。只需双击保存过的文件就行了。

返回列表