Files
twnhi-smartcard-agent/certs/trust_ca.cmd
2020-05-20 00:12:35 +08:00

11 lines
149 B
Batchfile

@echo off
net session >nul 2>&1
if /I %errorLevel% NEQ 0 (
echo Administrator privilege required
exit
)
certutil.exe -addstore root ca.crt
pause