清理电脑系统垃圾?那么,清理电脑系统垃圾?一起来了解一下吧。
新建一个记事本,输入: @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-保存 OK la
点击网页上的工具,点击第一个清除浏览记录,点击清除,
点击工具,点击选项0:
点击设置:
点击查看文件:
这里全是垃圾删除掉。
打开“我的电脑”,
随便右键点击一个磁盘,选择属性,点击清理磁盘
再点击确定,如图,这样就可以清理了。
点击“开始”“程序”“装机人员工具箱”“常用批处理”按照键头所指点击清除垃圾键,一键清理垃圾。
楼主你好,我用过几个垃圾清理工具,感觉腾讯电脑管家是最适合咱们的:
1 打开腾讯电脑管家,选择“清理垃圾”,选择“开始扫描”。80G硬盘不到3分钟就扫描完~
2 勾选需要清理的项目,点击“立即清理”就可以了。
同时,“清理垃圾”的“扫一扫”功能,可以利用电脑空闲时间自动开始清理工作。
推荐楼主试试看哪~
新建一个记事本,输入: @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-保存 OK
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\*.*"
自己制作的批处理清除垃圾用的.很实用.
以上就是清理电脑系统垃圾的全部内容, 。