作一個本身的清理臨時文件的小程序(附成品&升級版)

一、新建一個txt文檔,將如下代碼粘到文檔裏:cookie

@echo off
echo 正在清除系統垃圾文件,請稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %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\*.*"
echo 清理完成!
echo. & pause
fetch

 

二、保存爲bat文件,以管理員身份運行。spa

不想本身作的點 這裏 領取    密碼: ua28文檔

升級版點 這裏  領取    密碼: 6ij7get

相關文章
相關標籤/搜索