清除系统的小工具

    技术2022-05-11  80

    @echo off echo Is Deleting files...... del /f /s /q /a %systemdrive%/*.tmpdel /f /s /q /a %systemdrive%/*._mpdel /f /s /q /a %systemdrive%/*.logdel /f /s /q /a %systemdrive%/*.giddel /f /s /q /a %systemdrive%/*.chkdel /f /s /q /a %systemdrive%/*.olddel /f /s /q /a %systemdrive%/recycled/*.*del /f /s /q /a %windir%/*.bakdel /f /s /q /a %windir%/prefetch/*.*rd /s /q /a %windir%/temp & md %windir%/tempdel /f /q /a %userprofile%/cookies/*.*del /f /q /a %userprofile%/recent/*.*del /f /s /q /a"%userprofile%/Local Settings/Temporary Internet Files/*.*"del /f /s /q /a "%userprofile%/Local Settings/Temp/*.*"del /f /s /q /a "%userprofile%/recent/*.*"echo The file is deleted ,thank you.echo. & pause

     

     

    保存成LT.bat文件即可。很好用 


    最新回复(0)