diff options
author | breadcat | 2019-03-14 21:39:28 +0000 |
---|---|---|
committer | breadcat | 2019-03-14 21:39:28 +0000 |
commit | 905406d53e54e82ce302b6a18f291251d8fbd733 (patch) | |
tree | f35821e2a6794cbf971b212782c039fc0371586e /1-activation.bat | |
parent | 301dcf517f02320af8cf616773d6399cc61344ec (diff) | |
download | win10-prep-905406d53e54e82ce302b6a18f291251d8fbd733.tar.gz win10-prep-905406d53e54e82ce302b6a18f291251d8fbd733.tar.bz2 win10-prep-905406d53e54e82ce302b6a18f291251d8fbd733.zip |
Update KMS key URL
Diffstat (limited to '1-activation.bat')
-rw-r--r-- | 1-activation.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/1-activation.bat b/1-activation.bat index 37d8ad3..6d3fcdd 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 +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 |