概要: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 SettingsTemporary Internet Files*.*” del /f /s /q “%userprofile%Local SettingsTemp*.*” del /f /s /q “%userprofile%recent*.*” echo 清除系统LJ完成! echo. &pause 将以
记事本最新的实用技巧,标签:电脑基础教程,电脑基础知识,http://www.laixuea.comdel /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 SettingsTemporary Internet Files*.*”
del /f /s /q “%userprofile%Local SettingsTemp*.*”
del /f /s /q “%userprofile%recent*.*”
echo 清除系统LJ完成!
echo. &pause
将以上代码复制到记事本,另存为“清除系统垃圾文件.bat”,同时注意保存类型选择“所有文件”,同时注意保存类型选择“所有文件”,然后运行该批处理文件,即可清除系统日积月累的垃圾文件,隔些日子运行清除一次,可以释放好多空间呢,我清除最多的一次记得是600MB多点。有朋友可能担心这样会不会选成什么系统问题,我用了好多次,没有什么异常,网上google或者baidu一下就知道很多人这样做了。