电脑里系统拉圾在那里面噢?
- 提问者网友:火车头
- 2021-05-04 00:08
- 五星知识达人网友:不想翻身的咸鱼
- 2021-05-04 01:26
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 %windir%\*.bak
del /f /q %systemdrive%\recycled*.*
rd /s /q %windir%\temp & md %windir%temp
rd /s /q %temp% & md %temp%
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
rd /s /q "%userprofile%\Local Settin gs\Tempporary Interent Files"
cls & echo 清除垃圾成功完成!
echo. & pause
保存为bat文件格式 之后双击
- 1楼网友:等灯
- 2021-05-04 04:58
C盘里有
C:\Documents and Settings\kis\Local Settings\Temporary Internet Files- 2楼网友:長槍戰八方
- 2021-05-04 04:37
- 3楼网友:痴妹与他
- 2021-05-04 03:17
- 4楼网友:拜訪者
- 2021-05-04 02:08
打开[开始]-[所有程序]-[附件]-[记事本] 然后复制以下内容 @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 s\*.* 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\*.*" sfc /purgecache '清理系统盘无用文件 defrag %systemdrive% -b '优化预读信息 echo 清除系统LJ完成! echo. & pause 复制完保存,就是点记事本左上角的 文件 , 选保存 ,然后更名为“清除系统LJ.bat” 就OK了
以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!