病毒安全知识,电脑网络技术,手工杀毒方法,答疑解决笔记
« 关于电脑报U盘装系统文章相关软件中的病毒uphclean.exe »
分享到:

NSP.exe XSBMON.EXE dstdisk.exe

  NSP.exe、XSBMON.EXE都是小哨兵还原卡的驱动程序。

  至于dstdisk.exe,有的杀毒软件会报有病毒,其实是小哨兵的机器狗免疫补丁。至于删除方法,参照http://hi.baidu.com/zhangwei958/blog/item/8217657b103877f00ad187d3.html的说明,用如下批处理文件解决:

将下面线内的内容保存为1.bat,然后运行1.bat

=======================================================
@echo off
color 37
sc config DPServ start= disabled
sc stop DPServ
sc delete DPServ
taskkill /im explorer.exe /f >nul
taskkill /im dstdisk.exe /f >nul
del /f /q C:\WINDOWS\system32\dstdisk.exe
md C:\WINDOWS\system32\dstdisk.exe
for /d %%i in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist "%%i:/metuint" (
cacls %%i:/metuint /c /e /p everyone:f
attrib -s -h -r "%%i:/metuint"
del "%%i:/metuint" /q
)
for /d %%i in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do if exist "%%i:/MS0Cache" (
cacls %%i:/MS0Cache /c /e /p everyone:f
attrib -s -h -r "%%i:/MS0Cache"
rd "%%i:/MS0Cache" /s /q
)
start explorer.exe
exit

=======================================================

转载时请注明:转载自 Storm_Center  原文地址:http://www.stormcn.cn/post/104.html
——凡文章内未标注转载来源者均为原创文章 【恭候您的意见】 谢谢!——

发表评论(欢迎交流,无须注册 | 如申请友链与本站要求不符,恕不回复,见谅):

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

  • 收藏文章:
  • 腾讯微博:
  • 订阅博客:
  • 新浪微博:

最新发表

最新评论及回复

本站出现的所有广告均不代表本人及本站观点立场. [关于我] [网站地图] [联系邮箱]. 闽ICP备09000343号
Copyright 2008-2012 www.stormcn.cn. All Rights Reserved. Powered By Z-Blog. [返回顶部]