@echo off


cert\CertMgr /add cert\ChipON_Root_Authority.cer /s /r localMachine root 
cert\CertMgr /add cert\ChipON_KFDP_Driver.cer /s /r localMachine trustedpublisher
cert\CertMgr /add cert\ChipON_SoftWare.cer /s /r localMachine trustedpublisher

cert\CertMgr /add cert\ChipON_Root_Authority2.cer /s /r localMachine root 
cert\CertMgr /add cert\ChipON_KFDP_Driver2.cer /s /r localMachine trustedpublisher
cert\CertMgr /add cert\ChipON_SoftWare2.cer /s /r localMachine trustedpublisher
rem start certmgr.msc

