summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2019-02-13 14:07:20 +0000
committerbreadcat2019-02-13 14:07:20 +0000
commit082d96355be761393efeb8dae82ce675a403154b (patch)
tree44cd01f7e3ca88b61f8ff406bbbdb5b2ed90cd21
parent1efc700929cef8e99ab2d54a119ad38335110085 (diff)
downloadwin10-prep-082d96355be761393efeb8dae82ce675a403154b.tar.gz
win10-prep-082d96355be761393efeb8dae82ce675a403154b.tar.bz2
win10-prep-082d96355be761393efeb8dae82ce675a403154b.zip
Change KMS server address
Router doesn't respond to pings, so will always fail test
-rw-r--r--1-activation.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/1-activation.bat b/1-activation.bat
index 9d6804d..37d8ad3 100644
--- a/1-activation.bat
+++ b/1-activation.bat
@@ -1,5 +1,5 @@
rem activate windows, requires local KMS server and windows 10 enterprise ltsb-n, no exceptions
rem generic keys: https://technet.microsoft.com/en-us/library/jj612867.aspx
slmgr/ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639
-ping -n 1 minskio.co.uk | find "TTL=" >nul
-if errorlevel 0 ( slmgr/skms minskio.co.uk && slmgr/ato ) else ( echo no local kms server found) \ No newline at end of file
+ping -n 1 192.168.1.3 | find "TTL=" >nul
+if errorlevel 0 ( slmgr/skms 192.168.1.3 && slmgr/ato ) else ( echo no local kms server found) \ No newline at end of file