您的位置:首页 > 其它

清除系统LJ.bat

2009-07-09 20:32 148 查看
<!--
/* Font Definitions */
@font-face
{font-family:宋体;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:SimSun;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
{font-family:"/@宋体";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
mso-pagination:none;
font-size:10.5pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:宋体;
mso-font-kerning:1.0pt;}
/* Page Definitions */
@page
{mso-page-border-surround-header:no;
mso-page-border-surround-footer:no;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
清除系统
LJ.bat

 @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%/小甜饼s/*.*

  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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: