From c8b8716bc349173deae7990901182fe8a376faf2 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 10 Jul 2018 14:22:04 +0100 Subject: Initial commit --- 1-activation.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 1-activation.bat (limited to '1-activation.bat') diff --git a/1-activation.bat b/1-activation.bat new file mode 100644 index 0000000..9d6804d --- /dev/null +++ b/1-activation.bat @@ -0,0 +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 -- cgit v1.2.3