Merge 3e57b560d2
into 3115493ecd
This commit is contained in:
commit
3546a7cfea
|
@ -1,5 +1,6 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd %~dp0
|
set parent=%~dp0
|
||||||
|
pushd %parent%
|
||||||
echo Installing TAP driver...
|
echo Installing TAP driver...
|
||||||
bin\tap-windows-installer.exe
|
bin\tap-windows-installer.exe
|
||||||
echo Installing now the KMS server service...
|
echo Installing now the KMS server service...
|
||||||
|
@ -16,6 +17,7 @@ echo Setting up KMS address...
|
||||||
slmgr /skms 10.10.10.10
|
slmgr /skms 10.10.10.10
|
||||||
echo Sending activation request...
|
echo Sending activation request...
|
||||||
slmgr /ato
|
slmgr /ato
|
||||||
|
popd
|
||||||
echo All done! Press enter to exit.
|
echo All done! Press enter to exit.
|
||||||
pause > nul
|
pause > nul
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Reference in New Issue