Initial Commit

This commit is contained in:
2025-04-09 23:17:45 -05:00
parent 1941a2f386
commit f201c3a8aa
31 changed files with 1402 additions and 0 deletions

23
TNGAct-7P.bat Normal file
View File

@@ -0,0 +1,23 @@
@echo off
REM TNG Activate 7P SP1
ping 10.0.1.2
ping technologsvr.technolog.net
echo Checking for elevation
net config server
if %errorlevel% neq 0 exit
cd %systemroot%\system32
cscript slmgr.vbs -ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4
REM timeout 5
cscript slmgr.vbs -skms 10.0.1.2
REM timeout 5
cscript slmgr.vbs -ato
REM timeout 15