|
|
<BR>
<P> 一、确认中已中此病毒:</P>
<P> 依次执行 开始--运行--输入"cmd"--输入"X:"(X为盘符可以是D盘,可以是E盘。)--输入"dir /a/w" </P>
<P> 如果可以看到autorun.inf 和sxs.exe 那确定你的系统已经中此病毒。</P>
<P> 二:解决方法:</P>
<P> 这时候在纯DOS里,运行以下命令</P>
<P> 比如E盘</P>
<P> e:</P>
<P> attirb -s -r -h autorun.inf</P>
<P> del autorun.inf</P>
<P> attrib -s -r -h sxs.exe</P>
<P> del sxs.exe</P>
<P> f:</P>
<P> attirb -s -r -h autorun.inf</P>
<P> del autorun.inf</P>
<P> attrib -s -r -h sxs.exe</P>
<P> del sxs.exe</P>
<P> .......................</P>
<P> 每个盘符进行操作</P>
<P> 如果不幸U盘或移动存储中标了,在干净的系统上插入U盘,注间:插入之前按住Shift键,这是防止这个U盘自动运行.否则所谓的干净又变成垃圾了.</P>
<P> 清除成功后再去行还原或者重装,注意,一定要全部清除所有磁盘的 autorun.inf sxs.exe否则还是会中病毒的.</P> <BR>
|
|