290112011 发表于 2015-5-17 05:36:11

解决Win7下银行网银U盾弹空对话框的问题

IE出空白窗口的原因就是U盾驱动没正确被加载,一般原因就是安装程序没能在注册表中留下正确路径。
以建行的华大智宝为例,20090108的V1.4.0.8只填了文件名,没写路径。20090821的CCB_Security_Client在64位系统下竟也固定地写“C:\Windows\System32\CCB_CIDC_CSP.dll”。所以,得装好后自己来。
  修改的地方:
i386:

%SystemRoot%\System32\

amd64:

%SystemRoot%\SysWOW64\
32位与64位系统区别:
32位win7下找到,

将Image Path值由“GP_MINCSP.dll”修改为“%SystemRoot%\System32\GP_MINCSP.dll”
(即增加“%SystemRoot%\System32\”字段),结束。
  
64位win7下找到(感谢腿毛飘飘,左楠风提供),

将Image Path值修改为“%SystemRoot%\SysWOW64\GP_MINCSP.dll”
  
其它银行:
建行华宝E路通(感谢charlesou测试)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\CIDC Cryptographic
Service Provider v2.0.0]
“Image Path”=”%SystemRoot%\System32\CIDC_CSP.dll”

  建行捷德(感谢cq-bbcyb测试)

“Image Path”=”%SystemRoot%\System32\sscsp_ccb.dll”
  建行华大智宝(感谢le57907579,chino测试)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Defaults\Provider\CIDC Cryptographic Service Provider v2.0.0
“Image Path”=”%SystemRoot%\System32\CIDC_CSP.dll”
  农行飞天诚信K宝(感谢dongyang, successc测试)

“Image Path”=”%SystemRoot%\System32\ePassAutocsp11_ABChina_s.dll”
  农行动态口令卡(感谢hmiloy测试)
“Image Path”=”%SystemRoot%\System32\basecsp.dll
  工行金邦达(感谢hnxceagle测试)

“Image Path”=”%SystemRoot%\System32\cspnet.dll”
  交通银行(感谢k108cn, edwiny测试)

“Image Path”=”%SystemRoot%\System32\ep2csp32_bc.dll”
  广发银行(感谢thinkbook, hbzhong测试)

“Image Path”=”%SystemRoot%\System32\GDCSPS_V3.dll”
  光大银行(感谢popofish, hbzhong测试)

Image Path=“%SystemRoot%\System32\GDsk220csp_cebb.dll”
  北京农村商业银行飞天诚信(感谢squid8测试)

%SystemRoot%\System32\ngcsp_bjrcb.dll
  北京银行(感谢maow测试)

“Image Path”=”%SystemRoot%\System32\bjcacsp11_ft11_s.dll”
  杭州银行(感谢zhanxinabc测试)

“Image Path”=”%SystemRoot%\System32\HisCSP_hccb.dll”
页: [1]
查看完整版本: 解决Win7下银行网银U盾弹空对话框的问题