Added utils

This commit is contained in:
caret 2023-05-26 20:58:13 -05:00
parent bbb781b37e
commit 6a52bd3c2b
4 changed files with 12 additions and 0 deletions

View File

@ -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
View 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
View File

@ -0,0 +1 @@
sc.exe create nesys BinPath="D:\system\Service\NesysService.exe"

BIN
utils/reg.reg Executable file

Binary file not shown.