@echo off start /wait regsvr32 softpub.dll /s start /wait regsvr32 initpki.dll /s start /wait regsvr32 mssip32.dll /s start /wait regsvr32 wintrust.dll /s start /wait regsvr32 dssenh.dll /s start /wait regsvr32 rsaenh.dll /s start /wait regsvr32 gpkcsp.dll /s start /wait regsvr32 sccbase.dll /s start /wait regsvr32 slbcsp.dll /s start /wait regsvr32 cryptdlg.dll /s echo Termine ! pause exit