9 lines
254 B
Batchfile
9 lines
254 B
Batchfile
|
echo "Run as admin!"
|
||
|
pause
|
||
|
certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\root.crt
|
||
|
|
||
|
certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\nesys.crt
|
||
|
|
||
|
certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\nesica1.crt
|
||
|
|
||
|
pause
|