Browse Source

R.I.P. KMS38

CLiP licenses for KMS have been deprecated from build 26100.7019
pull/1171/head
WindowsAddict 1 month ago
parent
commit
470d3b900e
  1. 1252
      MAS/All-In-One-Version-KL/MAS_AIO.cmd
  2. 2261
      MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd
  3. 4
      MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd
  4. 1
      MAS/Separate-Files-Version/Activators/_ReadMe.txt
  5. 61
      MAS/Separate-Files-Version/Extract_OEM_Folder.cmd

1252
MAS/All-In-One-Version-KL/MAS_AIO.cmd

File diff suppressed because it is too large Load Diff

2261
MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd

File diff suppressed because it is too large Load Diff

4
MAS/Separate-Files-Version/Activators/Online_KMS_Activation.cmd

@ -655,7 +655,7 @@ set altedition= @@ -655,7 +655,7 @@ set altedition=
call :dk_actids 55c92734-d682-4d71-983e-d6ec3f16059f
if defined allapps call :ksdata winkey
if not defined key call :k_gvlk %nul%
if defined allapps if not defined key call :kms38fallback
if defined allapps if not defined key call :kmsfallback
if defined altkey (set key=%altkey%&set changekey=1)
@ -4226,7 +4226,7 @@ exit /b @@ -4226,7 +4226,7 @@ exit /b
:: Separator = _
:kms38fallback
:kmsfallback
set notfoundaltactID=
if %_NoEditionChange%==1 exit /b

1
MAS/Separate-Files-Version/Activators/_ReadMe.txt

@ -5,7 +5,6 @@ Activation Type Supported Product Activation Period @@ -5,7 +5,6 @@ Activation Type Supported Product Activation Period
HWID - Windows 10-11 - Permanent
Ohook - Office - Permanent
TSforge - Windows / ESU / Office - Permanent
KMS38 - Windows 10-11-Server - Till the Year 2038
Online KMS - Windows / Office - 180 Days. Lifetime With Renewal Task
--------------------------------------------------------------------------------------

61
MAS/Separate-Files-Version/Extract_OEM_Folder.cmd

@ -406,7 +406,6 @@ goto done2 @@ -406,7 +406,6 @@ goto done2
)
set HWID_Activation.cmd=Activators\HWID_Activation.cmd
set KMS38_Activation.cmd=Activators\KMS38_Activation.cmd
set Online_KMS_Activation.cmd=Activators\Online_KMS_Activation.cmd
set Ohook_Activation_AIO.cmd=Activators\Ohook_Activation_AIO.cmd
set TSforge_Activation.cmd=Activators\TSforge_Activation.cmd
@ -415,7 +414,6 @@ pushd "!_work!" @@ -415,7 +414,6 @@ pushd "!_work!"
set _nofile=
for %%# in (
%HWID_Activation.cmd%
%KMS38_Activation.cmd%
%Online_KMS_Activation.cmd%
%Ohook_Activation_AIO.cmd%
%TSforge_Activation.cmd%
@ -449,28 +447,26 @@ echo: @@ -449,28 +447,26 @@ echo:
echo: [1] HWID [Windows]
echo: [2] Ohook [Office]
echo: [3] TSforge [Windows / ESU / Office]
echo: [4] KMS38 [Windows]
echo: [5] Online KMS [Windows / Office]
echo: [4] Online KMS [Windows / Office]
echo:
echo: [6] HWID [Windows] ^+ Ohook [Office]
echo: [7] HWID [Windows] ^+ Ohook [Office] ^+ TSforge [ESU]
echo: [8] TSforge [Windows] ^+ Online KMS [Office]
echo: [5] HWID [Windows] ^+ Ohook [Office]
echo: [6] HWID [Windows] ^+ Ohook [Office] ^+ TSforge [ESU]
echo: [7] TSforge [Windows] ^+ Online KMS [Office]
echo:
call :dk_color2 %_White% " [R] " %_Green% "ReadMe"
echo: [0] Exit
echo: ____________________________________________________________
echo:
call :dk_color2 %_White% " " %_Green% "Choose a menu option using your keyboard :"
choice /C:12345678R0 /N
choice /C:1234567R0 /N
set _erl=%errorlevel%
if %_erl%==10 exit /b
if %_erl%==9 start %mas%oem-folder &goto :Menu
if %_erl%==8 goto:tsforge_kms
if %_erl%==7 goto:hwid_ohook_tsforge
if %_erl%==6 goto:hwid_ohook
if %_erl%==5 goto:kms
if %_erl%==4 goto:kms38
if %_erl%==9 exit /b
if %_erl%==8 start %mas%oem-folder &goto :Menu
if %_erl%==7 goto:tsforge_kms
if %_erl%==6 goto:hwid_ohook_tsforge
if %_erl%==5 goto:hwid_ohook
if %_erl%==4 goto:kms
if %_erl%==3 goto:tsforge
if %_erl%==2 goto:ohook
if %_erl%==1 goto:hwid
@ -568,36 +564,6 @@ cd \ @@ -568,36 +564,6 @@ cd \
::========================================================================================================================================
:kms38
cls
md "!desktop!\$OEM$\$$\Setup\Scripts"
pushd "!_work!"
copy /y /b "%KMS38_Activation.cmd%" "!_dir!\KMS38_Activation.cmd" %nul%
popd
call :export kms38_setup
set _error=
if not exist "!_dir!\KMS38_Activation.cmd" set _error=1
if not exist "!_dir!\SetupComplete.cmd" set _error=1
if defined _error goto errorfound
set oem=KMS38
goto done
:kms38_setup:
@echo off
fltmc >nul || exit /b
call "%~dp0KMS38_Activation.cmd" /KMS38
cd \
(goto) 2>nul & (if "%~dp0"=="%SystemRoot%\Setup\Scripts\" rd /s /q "%~dp0")
:kms38_setup:
::========================================================================================================================================
:kms
cls
@ -760,11 +726,6 @@ echo ______________________________________________________________ @@ -760,11 +726,6 @@ echo ______________________________________________________________
echo:
call :dk_color %Blue% "%oem%"
call :dk_color %Green% "$OEM$ folder was successfully created on your Desktop."
echo "%oem%" | find /i "38" %nul% && (
echo:
echo To KMS38 activate Server Cor/Acor editions [No GUI Versions],
echo Check this page %mas%oem-folder
)
echo ______________________________________________________________
:done2

Loading…
Cancel
Save