Added utils
This commit is contained in:
parent
bbb781b37e
commit
6a52bd3c2b
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Don't run this unless you want new certs. Just use the ones already generated!"
|
||||
exit
|
||||
echo "This script removes all cert files in the directory."
|
||||
echo "Continue? Press enter!"
|
||||
read
|
||||
|
9
utils/install.bat
Executable file
9
utils/install.bat
Executable file
@ -0,0 +1,9 @@
|
||||
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
|
1
utils/nesys.bat
Executable file
1
utils/nesys.bat
Executable file
@ -0,0 +1 @@
|
||||
sc.exe create nesys BinPath="D:\system\Service\NesysService.exe"
|
BIN
utils/reg.reg
Executable file
BIN
utils/reg.reg
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user