From c1450b22796cdcb83c59c9a416e38213e66abb52 Mon Sep 17 00:00:00 2001 From: Sharky521 <36453777+Sharky521@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:46:50 -0500 Subject: [PATCH] Update activator.bat Updated to add Windows 10 Enterprise LTSC 2021 --- activator.bat | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/activator.bat b/activator.bat index 4e9f7e5..b4776a7 100644 --- a/activator.bat +++ b/activator.bat @@ -26,7 +26,9 @@ ECHO 11. Enterprise 2015 LTSB ECHO 12. Enterprise 2015 LTSB N ECHO 13. Enterprise 2016 LTSB ECHO 14. Enterprise 2016 LTSB N -ECHO 15. End +ECHO 15. Enterprise 2021 LTSC +ECHO 16. Enterprise 2021 LTSC N +ECHO 17. End set choice= set /p choice=Select Your Operating System to Continue. @@ -49,7 +51,9 @@ if %choice%==11 set productKey=WNMTR-4C88C-JK8YV-HQ7T2-76DF9 if %choice%==12 set productKey=2F77B-TNFGY-69QQF-B8YKP-D69TJ if %choice%==13 set productKey=DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ if %choice%==14 set productKey=QFFDN-GRT3P-VKWWX-X7T3R-8B639 -if %choice%==15 goto end +if %choice%==15 set productKey=M7XTQ-FN8P6-TTKYV-9D4CC-J462D +if %choice%==16 set productKey=92NFX-8DJQP-P6BBQ-THF9C-7CG2H +if %choice%==17 goto end if "%productKey%"=="" ( echo "%choice%" is not valid, try again @@ -72,3 +76,4 @@ set /P c=Would You Like to quit[Y/N]? CLS if /I "%c%" EQU "Y" goto :Exit if /I "%c%" EQU "N" goto :start +