如何关闭绿坝花季护航软件?强制卸载绿坝的两种方法 - 万象系统之家

万象系统之家 - 系统光盘下载网站!

当前位置:万象系统之家 > 系统教程 > 强制卸载绿坝的两种方法

如何关闭绿坝花季护航软件?强制卸载绿坝的两种方法

时间:2018-01-12 10:46:02 作者:quers 来源:万象系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20180112/117520.html 手机查看 评论

  强制卸载绿坝可行吗?当然是可行的,绿坝之所以被很多用户诟病,除了TA自带密码锁定功能外,还会自动截拦未被认为安全或健康的网站,但广告无处不在,单靠绿坝是无法识别网络上所有网站的健康性的。

如何关闭绿坝花季护航软件?强制卸载绿坝的两种方法

  强制卸载绿坝的方法:

  为了卸载卸载绿坝,在网上逛了好久,最后找到了几种卸载卸载绿坝的方法,现与大家共享,希望对大家有所帮助。

  一、软件卸载方法:

  方法1、编辑密码文件,恢复成初始密码112233,有密码就可以卸载。

  具体操作如下:

  直接翻看C:\WINDOWS\system32目录下的文件:kwpwf.dll用记事本打开。不管里面内容是什么,一律替换成D0970714757783E6CF17B26FB8E2298F,然后再开绿坝的时候密码自然就是112233了,或者直接下载一个密码为112233或者是密码已知的kwpwf.dll,覆盖一下就行了。原来那个备份好,搞完了再覆盖回去。

  方法2、用360软件管家的强力卸载卸绿坝最干净

  1、直接用最新版的360安全卫士,点到软件管家里面,在“卸载”栏目找到“绿坝”,直接点一下“卸载”(选“强力卸载”项),即可轻松搞定,而且卸得最干净。

  2、在软件列表里找到“绿坝-花季护航”,点“刷新”按钮。

  3、这就大功告成了。

  二、手工卸载方法:

  1、首先声明:

  “绿坝”软件的初衷是好的,但是,“绿坝”软件是不够完善的。有很多网友,已经可以提供充足的证据,证明绿坝是一款不够完善的

  2、卸载分析:

  不能用自带的卸载工具(功能)完全卸载。经过统计发现,绿坝安装后添加了至少111个文件,分布于系统目录(system32)和windows目录。绿坝自己卸载,会残留16个文件,包括内核文件xnet2.exe等。密码保护不够完善。有很简单的方法可以更改其密码,而且,绿坝只是将密码MD5加密,保存在所谓的dll文件中。

  不经通知,自动关闭被认定有不良信息的浏览器或编辑器。绿坝自己也承认,所过滤的信息不一定是不良信息。那么,这种行为就有可能是误判。而这可能导致网上交易中断、文章发表失败等损失。

  对于黄色图片等判断不准确。自动升级功能可能导致网络堵塞,存在漏洞。一些外国网站已经公布对此开发出的利用漏洞的程序。这可能会为境内外的不法分子提供大量可乘之机。据悉,有专家认为弥补漏洞需要大量修改代码。

  只需打开“记事本”,拷贝所有代码于其中,保存为XXX.bat文件,然后双击运行,就可以删除所有绿坝文件。另外因为一些进程不一定在运行,ntsd可能弹出窗口报错。按回车即可继续。

  代码如下:

  1. 01ntsd -c q -pn runaftersetup.exe
  2. 02del %SystemRoot%\system32\RunAfterSetup.exe
  3. 03ntsd -c q -pn goldlock.exe
  4. 04del %SystemRoot%\system32\goldlock.exe
  5. 05ntsd -c q -pn gn.exe
  6. 06del %SystemRoot%\system32\gn.exe
  7. 07ntsd -c q -pn looklog.exe
  8. 08del %SystemRoot%\system32\looklog.exe
  9. 09ntsd -c q -pn lookpic.exe
  10. 10del %SystemRoot%\system32\lookpic.exe
  11. 11ntsd -c q -pn xnet2.exe
  12. 12del %SystemRoot%\system32\XNet2.exe
  13. 13ntsd -c q -pn xdaemon.exe
  14. 14del %SystemRoot%\system32\XDaemon.exe
  15. 15ntsd -c q -pn kwdata.exe
  16. 16del %SystemRoot%\system32\kwdata.exe
  17. 17ntsd -c q -pn update.exe
  18. 18del %SystemRoot%\system32\Update.exe
  19. 19ntsd -c q -pn hnceng.exe
  20. 20del %SystemRoot%\HncEng.exe
  21. 21ntsd -c q -pn mpsvcc.exe
  22. 22del %SystemRoot%\MPSvcC.exe
  23. 23del %SystemRoot%\system32\xconfigs.dat
  24. 24del %SystemRoot%\system32\sys.dat
  25. 25del %SystemRoot%\system32\poppo.dll
  26. 26del %SystemRoot%\system32\sysEx.dat
  27. 27del %SystemRoot%\system32\appface.dll
  28. 28del %SystemRoot%\system32\xabout.dat
  29. 29del %SystemRoot%\system32\x100.dat
  30. 30del %SystemRoot%\system32\x200.dat
  31. 31del %SystemRoot%\system32\x300.dat
  32. 32del %SystemRoot%\system32\x400.dat
  33. 33del %SystemRoot%\system32\xnet2_lang.ini
  34. 34del %SystemRoot%\system32\bnrfil.dat
  35. 35del %SystemRoot%\system32\bsnlst.dat
  36. 36del %SystemRoot%\system32\csnews.dat
  37. 37del %SystemRoot%\system32\gdwfil.dat
  38. 38del %SystemRoot%\system32\TrustUrl.dat
  39. 39del %SystemRoot%\system32\wfileu.dat
  40. 40del %SystemRoot%\system32\xwordh.dat
  41. 41del %SystemRoot%\system32\xwordl.dat
  42. 42del %SystemRoot%\system32\xwordm.dat
  43. 43del %SystemRoot%\system32\auctfil.dat
  44. 44del %SystemRoot%\system32\chtfil.dat
  45. 45del %SystemRoot%\system32\cultfil.dat
  46. 46del %SystemRoot%\system32\entfil.dat
  47. 47del %SystemRoot%\system32\finfil.dat
  48. 48del %SystemRoot%\system32\fmfil.dat
  49. 49del %SystemRoot%\system32\fshrfil.dat
  50. 50del %SystemRoot%\system32\gblfil.dat
  51. 51del %SystemRoot%\system32\gnfil.dat
  52. 52del %SystemRoot%\system32\hatfil.dat
  53. 53del %SystemRoot%\system32\iawfil.dat
  54. 54del %SystemRoot%\system32\imgfil.dat
  55. 55del %SystemRoot%\system32\jbfil.dat
  56. 56del %SystemRoot%\system32\lgwfil.dat
  57. 57del %SystemRoot%\system32\movfil.dat
  58. 58del %SystemRoot%\system32\mp3fil.dat
  59. 59del %SystemRoot%\system32\nvgamfil.dat
  60. 60del %SystemRoot%\system32\perfil.dat
  61. 61del %SystemRoot%\system32\picsfil.dat
  62. 62del %SystemRoot%\system32\pkmon.dat
  63. 63del %SystemRoot%\system32\popfil.dat
  64. 64del %SystemRoot%\system32\psyfil.dat
  65. 65del %SystemRoot%\system32\sporfil.dat
  66. 66del %SystemRoot%\system32\swfil.dat
  67. 67del %SystemRoot%\system32\tafil.dat
  68. 68del %SystemRoot%\system32\tapfil.dat
  69. 69del %SystemRoot%\system32\vgamfil.dat
  70. 70del %SystemRoot%\system32\viofil.dat
  71. 71del %SystemRoot%\system32\wrestfil.dat
  72. 72del %SystemRoot%\system32\wzfil.dat
  73. 73del %SystemRoot%\system32\adwfil.dat
  74. 74del %SystemRoot%\system32\1.urf
  75. 75del %SystemRoot%\system32\2.urf
  76. 76del %SystemRoot%\system32\3.urf
  77. 77del %SystemRoot%\system32\4.urf
  78. 78del %SystemRoot%\system32\5.urf
  79. 79del %SystemRoot%\system32\6.urf
  80. 80del %SystemRoot%\system32\7.urf
  81. 81del %SystemRoot%\system32\filtport.dat
  82. 82del %SystemRoot%\system32\x100.jpg
  83. 83del %SystemRoot%\system32\x200.jpg
  84. 84del %SystemRoot%\system32\x300.jpg
  85. 85del %SystemRoot%\system32\x400.jpg
  86. 86del %SystemRoot%\system32\x500.jpg
  87. 87del %SystemRoot%\system32\win2kspi.reg
  88. 88del %SystemRoot%\system32\winxpSpi.reg
  89. 89del %SystemRoot%\system32\Win98Spi.reg
  90. 90del %SystemRoot%\system32\adwapp.dat
  91. 91del %SystemRoot%\system32\XFimage.xml
  92. 92del %SystemRoot%\system32\FImage.dll
  93. 93del %SystemRoot%\system32\Xtool.dll
  94. 94del %SystemRoot%\system32\Xcv.dll
  95. 95del %SystemRoot%\system32\xcore.dll
  96. 96del %SystemRoot%\system32\x600.jpg
  97. 97del %SystemRoot%\system32\wfile.dat
  98. 98del %SystemRoot%\system32\winvista.reg
  99. 99del %SystemRoot%\system32\IPGate.dll
  100. 100del %SystemRoot%\logdesktop.ini
  101. 101del %SystemRoot%\snapdesktop.ini
  102. 102del %SystemRoot%\helpkw.chm
  103. 103del %SystemRoot%\HNCLIBFalunWord.lib
  104. 104del %SystemRoot%\image.dat
  105. 105del %SystemRoot%\image1.dat
  106. 106del %SystemRoot%\CardLib.dll
  107. 107del %SystemRoot%\cximage.dll
  108. 108del %SystemRoot%\dbfilter.dll
  109. 109del %SystemRoot%\Surfgd.dll
  110. 110del %SystemRoot%\dbServ.dll
  111. 111del %SystemRoot%\CImage.dll
  112. 112del %SystemRoot%\Handler.dll
  113. 113del %SystemRoot%\HASrv.dll
  114. 114del %SystemRoot%\HncEngPS.dll
  115. 115del %SystemRoot%\InjLib32.dll
  116. 116del %SystemRoot%\MPSvcDll.dll
  117. 117del %SystemRoot%\MPSvcPS.dll
  118. 118del %SystemRoot%\SentenceObj.dll
  119. 119del %SystemRoot%\vnew.bmp
  120. 120del %SystemRoot%\xstring.s2g
  121. 121del %SystemRoot%\kwselectinfopp.dll
  122. 122del %SystemRoot%\kwimage.dll
复制代码
ntsd -c q -pn runaftersetup.exe del %SystemRoot%\system32\RunAfterSetup.exe ntsd -c q -pn goldlock.exe del %SystemRoot%\system32\goldlock.exe ntsd -c q -pn gn.exe del %SystemRoot%\system32\gn.exe ntsd -c q -pn looklog.exe del %SystemRoot%\system32\looklog.exe ntsd -c q -pn lookpic.exe del %SystemRoot%\system32\lookpic.exe ntsd -c q -pn xnet2.exe del %SystemRoot%\system32\XNet2.exe ntsd -c q -pn xdaemon.exe del %SystemRoot%\system32\XDaemon.exe ntsd -c q -pn kwdata.exe del %SystemRoot%\system32\kwdata.exe ntsd -c q -pn update.exe del %SystemRoot%\system32\Update.exe ntsd -c q -pn hnceng.exe del %SystemRoot%\HncEng.exe ntsd -c q -pn mpsvcc.exe del %SystemRoot%\MPSvcC.exe del %SystemRoot%\system32\xconfigs.dat del %SystemRoot%\system32\sys.dat del %SystemRoot%\system32\poppo.dll del %SystemRoot%\system32\sysEx.dat del %SystemRoot%\system32\appface.dll del %SystemRoot%\system32\xabout.dat del %SystemRoot%\system32\x100.dat del %SystemRoot%\system32\x200.dat del %SystemRoot%\system32\x300.dat del %SystemRoot%\system32\x400.dat del %SystemRoot%\system32\xnet2_lang.ini del %SystemRoot%\system32\bnrfil.dat del %SystemRoot%\system32\bsnlst.dat del %SystemRoot%\system32\csnews.dat del %SystemRoot%\system32\gdwfil.dat del %SystemRoot%\system32\TrustUrl.dat del %SystemRoot%\system32\wfileu.dat del %SystemRoot%\system32\xwordh.dat del %SystemRoot%\system32\xwordl.dat del %SystemRoot%\system32\xwordm.dat del %SystemRoot%\system32\auctfil.dat del %SystemRoot%\system32\chtfil.dat del %SystemRoot%\system32\cultfil.dat del %SystemRoot%\system32\entfil.dat del %SystemRoot%\system32\finfil.dat del %SystemRoot%\system32\fmfil.dat del %SystemRoot%\system32\fshrfil.dat del %SystemRoot%\system32\gblfil.dat del %SystemRoot%\system32\gnfil.dat del %SystemRoot%\system32\hatfil.dat del %SystemRoot%\system32\iawfil.dat del %SystemRoot%\system32\imgfil.dat del %SystemRoot%\system32\jbfil.dat del %SystemRoot%\system32\lgwfil.dat del %SystemRoot%\system32\movfil.dat del %SystemRoot%\system32\mp3fil.dat del %SystemRoot%\system32\nvgamfil.dat del %SystemRoot%\system32\perfil.dat del %SystemRoot%\system32\picsfil.dat del %SystemRoot%\system32\pkmon.dat del %SystemRoot%\system32\popfil.dat del %SystemRoot%\system32\psyfil.dat del %SystemRoot%\system32\sporfil.dat del %SystemRoot%\system32\swfil.dat del %SystemRoot%\system32\tafil.dat del %SystemRoot%\system32\tapfil.dat del %SystemRoot%\system32\vgamfil.dat del %SystemRoot%\system32\viofil.dat del %SystemRoot%\system32\wrestfil.dat del %SystemRoot%\system32\wzfil.dat del %SystemRoot%\system32\adwfil.dat del %SystemRoot%\system32\1.urf del %SystemRoot%\system32\2.urf del %SystemRoot%\system32\3.urf del %SystemRoot%\system32\4.urf del %SystemRoot%\system32\5.urf del %SystemRoot%\system32\6.urf del %SystemRoot%\system32\7.urf del %SystemRoot%\system32\filtport.dat del %SystemRoot%\system32\x100.jpg del %SystemRoot%\system32\x200.jpg del %SystemRoot%\system32\x300.jpg del %SystemRoot%\system32\x400.jpg del %SystemRoot%\system32\x500.jpg del %SystemRoot%\system32\win2kspi.reg del %SystemRoot%\system32\winxpSpi.reg del %SystemRoot%\system32\Win98Spi.reg del %SystemRoot%\system32\adwapp.dat del %SystemRoot%\system32\XFimage.xml del %SystemRoot%\system32\FImage.dll del %SystemRoot%\system32\Xtool.dll del %SystemRoot%\system32\Xcv.dll del %SystemRoot%\system32\xcore.dll del %SystemRoot%\system32\x600.jpg del %SystemRoot%\system32\wfile.dat del %SystemRoot%\system32\winvista.reg del %SystemRoot%\system32\IPGate.dll del %SystemRoot%\logdesktop.ini del %SystemRoot%\snapdesktop.ini del %SystemRoot%\helpkw.chm del %SystemRoot%\HNCLIBFalunWord.lib del %SystemRoot%\image.dat del %SystemRoot%\image1.dat del %SystemRoot%\CardLib.dll del %SystemRoot%\cximage.dll del %SystemRoot%\dbfilter.dll del %SystemRoot%\Surfgd.dll del %SystemRoot%\dbServ.dll del %SystemRoot%\CImage.dll del %SystemRoot%\Handler.dll del %SystemRoot%\HASrv.dll del %SystemRoot%\HncEngPS.dll del %SystemRoot%\InjLib32.dll del %SystemRoot%\MPSvcDll.dll del %SystemRoot%\MPSvcPS.dll del %SystemRoot%\SentenceObj.dll del %SystemRoot%\vnew.bmp del %SystemRoot%\xstring.s2g del %SystemRoot%\kwselectinfopp.dll del %SystemRoot%\kwimage.dll

  以上内容便是强制卸载绿坝的方法介绍,网络科技无时无刻不在发展,绿坝的围追堵截已经跟不上时代了,各类智能卸载、强制卸载,都可以强行结束绿坝的进程并进行修改或卸载,如果真想让孩子生在温室中,教育网是为人父母最好的选择,但对孩子而言,完全是束手无策。

标签 绿坝

发表评论

0

没有更多评论了

评论就这些咯,让大家也知道你的独特见解

立即评论

以上留言仅代表用户个人观点,不代表万象系统之家立场

其他版本软件

人气教程排行

相关系统推荐

本站发布的系统仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版系统!

如侵犯到您的权益,请及时通知我们,我们会及时处理,对系统之家有任何投诉或建议,请与管理员联系. QQ:346231061

Copyright2024 万象系统之家(www.maxdo.tech) 版权所有 沪ICP备2021023961号-5