mirror of
https://github.com/Inndy/twnhi-smartcard-agent.git
synced 2025-07-17 20:53:22 +00:00
11 lines
149 B
Batchfile
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
|