diff options
author | breadcat | 2019-06-10 08:53:12 +0100 |
---|---|---|
committer | breadcat | 2019-06-10 08:53:12 +0100 |
commit | db5bb1c3c6c0316d17ba6f080d915b1f5261a16b (patch) | |
tree | fb1428ffbe96313d484dcde63657b789b4d37eab /1-activation.bat | |
parent | 78cf48b732061f2335d0030ee9b3092ce3e6cfa7 (diff) | |
download | win10-prep-db5bb1c3c6c0316d17ba6f080d915b1f5261a16b.tar.gz win10-prep-db5bb1c3c6c0316d17ba6f080d915b1f5261a16b.tar.bz2 win10-prep-db5bb1c3c6c0316d17ba6f080d915b1f5261a16b.zip |
Improve activation
Doesn't need a key, turns out
Diffstat (limited to '1-activation.bat')
-rw-r--r-- | 1-activation.bat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/1-activation.bat b/1-activation.bat index 6d3fcdd..a29f4eb 100644 --- a/1-activation.bat +++ b/1-activation.bat @@ -1,5 +1,2 @@ -rem activate windows, requires local KMS server and windows 10 enterprise ltsc, no exceptions -rem generic keys: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys -slmgr/ipk QFFDN-GRT3P-VKWWX-X7T3R-8B639 -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 +ping -n 1 minskio.co.uk | find "TTL=" >nul +if errorlevel 0 ( slmgr/skms minskio.co.uk && slmgr/ato ) else ( echo server did not respond to ping requests)
\ No newline at end of file |