怎么制作一個清理垃圾小工具

admin 系統(tǒng)教程評論910字數(shù) 899閱讀模式

制作一個清理垃圾的小工具的方法教學(xué):

1、打開記事本,在其中粘貼下列內(nèi)容:

@echo off

echo 正在清除系統(tǒng)垃圾文件,請稍等......

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\*.*

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 清除系統(tǒng)垃圾完成!

echo. & pause

怎么制作一個清理垃圾小工具

2、存儲為.bat文件。

怎么制作一個清理垃圾小工具

3、然后雙擊執(zhí)行這個文件,可以看到清除了不少文件。

怎么制作一個清理垃圾小工具

以上代碼包括對臨時文件、日志文件等多數(shù)情況下沒有用的文件的清除,可以說是安全可靠的。

當然我們也可以自己手動添加一些文件路徑,及自定義一些垃圾文件的格式,這里簡單的介紹一下:

(1)%systemdrive%即C:根目錄

(2)%windir% 即C:\Windows文件夾

(3)%userprofile% 即用戶文檔文件夾

(4)del /f /s /q和rd /s /q都是刪除命令

(5)*.*即所需刪除文件,例如*.tmp就是所有.tmp格式文件,這種文件一般是臨時文件了。

以上就是小編為大家?guī)淼闹谱饕粋€清理垃圾的小工具的方法教學(xué),希望能對您有所幫助!

版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請留言刪除!!!
廣告也精彩
admin
  • 本文由 發(fā)表于 2019年9月8日 19:06:09
  • 轉(zhuǎn)載請務(wù)必保留本文鏈接:http://yudch.cn/5094.html
匿名

發(fā)表評論

匿名網(wǎng)友 填寫信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: