23 lines
338 B
Batchfile
23 lines
338 B
Batchfile
@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 |