关于如今清理系统垃圾文件的软件越来越多,并且都是需要从网上下载,安拆。如许一系列的过程老是很费事,今天小编要教各人的就是操纵简单的办法来清理系统的垃圾文件。在“桌面”上新建一个“记事本”,然后我们翻开记事本,在记事本中,输入以下代码:@echo off echo 正在肃清系统垃圾文件,请稍等。
。。。。。 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 肃清系统垃圾完成! echo。 pause在输入代码之后,我们保留退出,并将文件重定名,名字随意取,但是后缀名必然如果“。bat”,例如“学无忧。bat”。
然后间接双击翻开运行就能够了。