导航

自在侯的网络日志

展望与传播Web2.0的概念,探讨中国互联网的未来与命运!--- zhangyong.org

« 上海电梯闹鬼事件始末决定成败的49个细节 »

Windows Vista垃圾清理

Windows Vista垃圾清理 bat文件

@echo off
title Windows Vista系统无用文件清理批处理
echo --------------------------------------------------------------------------------Windows Vista系统无用文件清理批处理[www.zhangyong.org]
echo --------------------------------------------------------------------------------
echo 要开始进行系统清理
pause
cls
@echo off
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 %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /s /q "%appdata%\Microsoft\Windows\cookies\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
rd /s /q "%userprofile%\Local Settings\Temp\" & md "%userprofile%\Local Settings\Temp\"
del /f /s /q "%appdata%\Microsoft\Windows\Recent\*.*"
@echo off
cls
echo --------------------------------------------------------------------------------系统垃圾清理完成![www.zhangyong.org]
echo --------------------------------------------------------------------------------
echo 要退出
pause

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Powered By Z-Blog .Templete : 自恋与低调 from 自在侯

Copyright 2007 thisweb.com.cn&zhangyong.org Some Rights Reserved.