什么是电脑垃圾?该怎么处理?

电脑教程09

什么是电脑垃圾?该怎么处理?,第1张

电脑垃圾就是当你打开关掉一个文件时产生的零碎东西,你可以用我一下的方法进行处理:

在电脑上新建一个‘记事本’文件,然后复制一下的代码,保存为.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

所谓电脑垃圾,就是在电脑系统中中存在多余的,没用的,诸如各种注册表垃圾信息、网络垃圾,网络痕迹,系统垃圾文件和各种软件安装卸载所残留的垃圾,还有一些临时缓存文件,这些垃圾占用着系统的存储空间,定时清理这些垃圾是使用电脑的良好习惯。推荐使用超级兔子等工具进行清理,安全、高效、易于使用。