Initial Commit
This commit is contained in:
23
TNGAct-7P.bat
Normal file
23
TNGAct-7P.bat
Normal 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
|
Reference in New Issue
Block a user