这两天中的setup.exe autorun.inf,瑞星可杀
昨天一天网吧都是半瘫痪的,我是游戏服务器被感染了,下面的机更新游戏也感染了,所有的exe都打不开,服务器上C有备份,用手机注册了瑞星,2.1日的版本都杀不了,升级到2.9日的全杀了,呵呵,我是网吧用户,只要服务器安全了,下面的C都是干净了,今天加了批处理删光所有的setup.exe 和所有的exe
attrib -r -a -s -h d:\setup.exe
attrib -r -a -s -h d:\autorun.inf
attrib -r -a -s -h e:\setup.exe
attrib -r -a -s -h e:\autorun.inf
attrib -r -a -s -h f:\setup.exe
attrib -r -a -s -h f:\autorun.inf
del d:\autorun.inf
del e:\autorun.inf
del f:\autorun.inf
del d:\*.exe /s /q
del e:\*.exe /s /q
现在已经稳定了