1月16
说 明
------------------------------------------------------------------------
本批处理会自动清理所有非必要的启动项目,仅保留输入法(ctfmon)。
目的是减少不必要的资源占用,使系统运行顺畅。但清理掉的项目不作
备份,请小心使用。
-------------------------------------------------------------------------
保存下面代码为.bat 运行即可
------------------------------------------------------------------------
本批处理会自动清理所有非必要的启动项目,仅保留输入法(ctfmon)。
目的是减少不必要的资源占用,使系统运行顺畅。但清理掉的项目不作
备份,请小心使用。
-------------------------------------------------------------------------
保存下面代码为.bat 运行即可
1月16
@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
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 运行 即可
1月15
熊猫烧香:警惕程度★★★☆,蠕虫病毒,通过感染文件传播,依赖系统:WIN 9X/NT/2000/XP。
该病毒采用熊猫头像作为图标,诱使用户运行。
病毒运行后,感染系统中exe,com,pif,scr,html,asp等文件
注意 此病毒删除 GHO 文件 做GHOST备份的 注意改下扩展名 以防万一
瑞星 :Worm.Nimaya (熊猫烧香)专杀地址:http://download.rising.com.cn/zsgj/NimayaKiller.scr
金山 : 武汉男孩 (熊猫烧香)专杀地址:www.kingsoft.com/db/download/othertools/DuBaTool_W..." target="_blank">http://down.www.kingsoft.com/db/download/othertools/DuBaTool_W...
江民 : VIKING (熊猫烧香)专杀地址:http://download.jiangmin.info/jmsoft/VikingKiller.exe
该病毒采用熊猫头像作为图标,诱使用户运行。
病毒运行后,感染系统中exe,com,pif,scr,html,asp等文件
注意 此病毒删除 GHO 文件 做GHOST备份的 注意改下扩展名 以防万一
瑞星 :Worm.Nimaya (熊猫烧香)专杀地址:http://download.rising.com.cn/zsgj/NimayaKiller.scr
金山 : 武汉男孩 (熊猫烧香)专杀地址:www.kingsoft.com/db/download/othertools/DuBaTool_W..." target="_blank">http://down.www.kingsoft.com/db/download/othertools/DuBaTool_W...
江民 : VIKING (熊猫烧香)专杀地址:http://download.jiangmin.info/jmsoft/VikingKiller.exe









