(5) 重新启动机器,运行cmd,在cmd窗口中运行以下命令(或下载批处理文件 ftp://ftp.ccert.edu.cn/pub/clean.bat),以删除蠕虫病毒留下的后门。
C:
CD C:\
ATTRIB -h -s -r explorer.exe
Del explorer.exe
Del C:\inetpub\scripts\root.exe
Del C:\progra~1\Common~1\System\MSADC\Root.exe
D:
CD D:\
Attrib -h -s -r explorer.exe
Del explorer.exe
Del D:\inetpub\scripts\root.exe
Del D:\progra~1\Common~1\System\MSADC\Root.exe
忽略其中任何错误。