问题现象
遇到这样一个问题,客户机刚启动起来后,特别卡,观察是加载了AcroComponent.dll导致。如图
度娘了下,发现AcroComponent.dll是雨人计费加载的,该情况还会导致
客户机打开www.baidu.com,在百度搜索框输入任何信息,点击出现的二级页面都无法打开,提示400错误
有时输入www.baidu.com 网站无法正常跳转,加载几次还是回到sogou地址。
原因说明
雨人收费客户端启动之后,会在客户机C:\WINDOWS\system32下创建一个AcroComponent.dll 和AcroComponent.dll .bak,之后现象就出现了。
解决方案
做开机命令,把AcroComponent.dll重命名,问题解决。
rename C:\WINDOWS\system32\AcroComponent.dll AcroComponent.dllb
md "C:\WINDOWS\system32\AcroComponent.dll"
cacls "C:\WINDOWS\system32\AcroComponent.dll" /e /d everyone
问题分析
1、恢复系统状态下查看正常,之后只装收费问题出现
2、ProcessExplorer.exe 监控explorer出现一次dll
3、重命名AcroComponent.dll正常