本文目录一览

1,怎么清除电脑c盘里面的垃圾文件

在桌面新建记事本把下面的复制进去,再把后缀改成.bat,名称可以改成清除垃圾,改好后文件名就是“清除垃圾.bat”。以后只要双击它就可以清除垃圾了@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

怎么清除电脑c盘里面的垃圾文件

2,电脑C盘怎么清理

用下软件清理垃圾,尽量不要把软件游戏装在系统盘,看看programs里面是不是有装的游戏软件
"系统用久了,自然垃圾也就多了,变慢是很正常的事情,一般大家都会用优化大师来优化, 但是不会弄的就会往往把系统弄崩溃了.下面我就推荐你建个批处理文件来清理系统垃圾. 内容如下: @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 将上面的文字复制粘贴到记事本上,然后保存,文件的后缀从txt改为bat。 双击运行,能清理几百M的垃圾. 你的电脑又会变得很快啦.保证安全可用!"
关闭自动更新吧,删除原先WIN7目录里前面的隐含文件夹,这些都是自动更新下载的一些补丁,其实都是可以删除的。
把非系统文件删除了。或者自己卸装装在C盘的软件和游戏。如果你不确定就点你桌面的图标点属性知道了。有例图
你自己检查下,什么程序文件比较大,而你又不怎么用的,就删除了它。。。

电脑C盘怎么清理

3,怎么清除C盘垃圾文件

优化大师 如果清理错啦还可以还原!!!
在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统垃圾.bat”,就完成了。记住后缀名一定要是.bat,你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。 @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%\小甜饼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\*.*" echo 清除系统LJ完成! echo. & pause 很好用的,这是我查询的,并且效果很好
用一些清理软件,比如金山清理专家,超级兔子 ,windows优化大师,这些多是免费的软件,即能清理系统垃圾,又能优化系统,而且这些软件多是免费的.
垃圾文件都是程序调用出现 每次调用都会出现 不可能干干净净 除非你啥也不干 LZ下个优化大师 超级兔子 定期删掉就可以了
建议使用360,360中有一个功能,清除使用痕迹,比较实用,手工清除的话很难清除干净。
新建一个记事本并输入以下的内容: @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!你的垃圾清除器就这样制作成功了! 如果嫌烦的话。就装个超级兔子 http://www.skycn.com/soft/2993.html

怎么清除C盘垃圾文件


文章TAG:如何  清理  电脑  c盘  如何清理电脑c盘垃圾  
下一篇