blob: 37d8ad344176ccd131f409d379e4161e7eeacec2 (
plain) (
blame)
1
2
3
4
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 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)
|