搜索

电脑如何快速清除没有用的垃圾?

发布网友 发布时间:2022-03-03 09:51

我来回答

6个回答

热心网友 时间:2022-03-03 11:20

电脑快速清理垃圾的方法有以下几种:

磁盘清理

打开电脑 - 点击系统盘右键 - 选择属性然后就会弹出磁盘清理对话框,点击磁盘清理,然后等待扫描完毕后选择要清理的文件,点击确定就会自动清理垃圾了。(磁盘清理时最好少开一些应用程度这样可以清理的更干净)

批处理清理垃圾

新建一个记事本,在里面粘贴以下内容
@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 清除系统LJ完成! 
echo. & pause 
然后把记事本另存为清除垃圾.bat(可命名为其它的名字,但后缀不能变)的批处理文件然后找到这个文件 ,点击打开,就可以执行清除垃圾的命令啦。

软件清理垃圾

下载并使用用360安全卫士,一般电脑安装的安全卫士都有这个功能(可以选择其它的软件,网上很多下载的),打开安全卫士,选择清除垃圾,然后点击开始扫描,这里扫描有段待的时候,等扫描完点击清除垃圾就OK啦。 

手动删除

对于上面还不能删除的可以手动删除系统有很多多余的文件,能够节省一些空间。
一个是在\windows\system32\dllcache 文件,可以删除,如果系统没有这个文件可以忽略这步。

一个是在\windows\Driver cache\i386,打开里面有个driver.cab压缩文件,直接删除就OK啦。
一个是在\windows下的help文件,可以删除,当然也可以保留。

一个是打开\windows下可以看到很多蓝色的带$的隐藏的文件夹(记住是蓝色的隐藏文件夹而文件夹且还是带$的),这些文件都是可以删除的(当然也可以保留)。

热心网友 时间:2022-03-03 12:38

新建一个文本文件,把下面的COPY进去 @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\*.*" exit 然后另存,另存格式改为bat 自动运行的批处理清垃圾文件

热心网友 时间:2022-03-03 14:13

用这个CCleaner 清除缓存 、、注册表、! 下载地址: http://www.skycn.com/soft/19625.html#downUrlMap

热心网友 时间:2022-03-03 16:04

首先,在桌面上新建一个文本文档,将下面一段文字复制到里面 @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 清除系统LJ完成! echo. & pause 然后保存,退出。将此文本文档的名字改为“清楚系统垃圾.bat“一定要记住,后缀名称要改为bat才行。这就是一个简单的清除系统垃圾工具,使用的时候你只需要双击即可,程序会自动将垃圾清楚掉。非常方便.

热心网友 时间:2022-03-03 18:12

下载一个“电脑垃圾清理专家”或自己手工清理: (安全模式下操作) XP 1.我的电脑→工具→选项→查看→在隐藏文件和文件夹→显示所有文件和文件夹 2.右键点击“我的电脑”,左键点击“资源管理器” 3.打开 C:\Documents and Settings\Administrator(用户名-操作时点击你自己的用户名)\Local Settings\Temp 和 C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files 把Temp 和Temporary Internet Files 里边的所有文件删除(编辑→全选→文件→删除)。 WIN98 资源管理器→C:\windows→Temporary Internet Files 把Temporary Internet Files 里边的所有文件删除.

热心网友 时间:2022-03-03 20:37

我推荐你用腾讯电脑管家进行系统清理。
1、下载安装腾讯电脑管家最新版本。
2、打开腾讯电脑管家,选择“清理垃圾”,选择“开始扫描”,扫描后自动把垃圾类型进行分类并显示占用空间,勾选需要清理的项目,点击“立即清理”就可以了。
3、建议开启电脑管家“清理垃圾”的“扫一扫”功能,可以利用电脑空闲时间自动开始清理工作。
希望我的回答对楼主有帮助
声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。
E-MAIL:11247931@qq.com
Top