WIN8垃圾文件清理批处理
WIN8垃圾文【lā jī wén】件快速清理【qīng lǐ】⤵,提高电脑运【nǎo yùn】🤼行速度【háng sù dù】。电脑运【nǎo yùn】🤼行久了🌜常会变【cháng huì biàn】慢【màn】,这是由于在你的电脑🌼中产生👹了许多🦊垃圾文【lā jī wén】件,本文教大家一【dà jiā yī】个比较快速的📗方法来【fāng fǎ lái】清理【qīng lǐ】⤵Windows8系统缓存的垃🍒圾文件。
电脑运🚶行久了常会变慢,这是由于在你【yú zài nǐ】❄的电脑【de diàn nǎo】中产生了许多垃圾文件【jī wén jiàn】🎱,本文教【běn wén jiāo】大家一个比较【gè bǐ jiào】🥎快速的🕘方法清楚【chǔ】🔡Windows8系统缓存的垃圾文件【jī wén jiàn】🎱。
操作步骤
1、在【zài】🏨Windows8桌面上【zhuō miàn shàng】按鼠标🤥右键新建🐎“文本文档【dàng】”。
2、复制以下代码粘贴到记事本内。
@echo off
color 1e
for /r c:\ %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"
for /r c:\windows\temp %%a in (*.*) do del /f /s /q "%%a"
for /r c:\windows\Prefetch %%a in (*.*) do del /f /s /q "%%a"
for /r %userprofile%\AppData\Local\Temp %%a in (*.*) do del /f /s /q "%%a"
for /r "%localappdata%\Microsoft\Windows\Temporary Internet Files" %%a in (*.*) do del /f /s /q "%%a"
for /r %localappdata%\Microsoft\Windows\History %%a in (*.*) do del /f /s /q "%%a"
for /r %appdata%\Microsoft\Windows\Cookies %%a in (*.*) do del /f /s /q "%%a"
for /r %windir%\SoftwareDistribution\Download %%a in (*) do del /f /s /q "%%a"
for /r "%windir%\Downloaded Program Files" %%a in (*) do del /f /s /q "%%a"
for /r %windir%\System32\LogFiles %%a in (*) do del /f /s /q "%%a"
del /f /s /q %systemdrive%\hiberfil.sys
pause & exit
这样按任意键就退出了
3、将【jiāng】“记事本”后缀名💸改为【gǎi wéi】👻“.bat”。
4、最后双【zuì hòu shuāng】击【jī】🐱“.bat”运行文件即可🚣。
win8垃圾文件快速清理🕎,提高电【tí gāo diàn】脑运行【nǎo yùn háng】🔖速度由华彩软【huá cǎi ruǎn】件站为【jiàn zhàn wéi】🔚您最新📼收集整【shōu jí zhěng】📱理🕎,版权归原作者或公司所有。如有侵权,请与我们联系【men lián xì】🛣删除。
关键词:WIN8,垃圾文件清理,批处理
阅读本文后您有什么感想? 已有 人给出评价!
- 0
- 0
- 0
- 0
- 0
- 0