diff options
| author | WindowsAddict | 2025-08-02 21:58:06 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-02 21:58:06 +0000 |
| commit | c619a2c3818784fbb645cf42859ea6af61f5063e (patch) | |
| tree | bbb81055a0bcd93d139788f372a7bfecec8418e3 /MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd | |
| parent | 9c09432b01c4094c987edf333d86b247891c2cda (diff) | |
| download | Microsoft-Activation-Scripts-c619a2c3818784fbb645cf42859ea6af61f5063e.zip | |
Add a message about KMS renewal notification in 26200
Diffstat (limited to 'MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd index c27c2e3..03c7701 100644 --- a/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/KMS38_Activation.cmd @@ -837,6 +837,11 @@ echo Removing the Added Specific KMS Host [Successful] )
)
+if defined _k38 if %winbuild% GEQ 26200 (
+call :dk_color %Gray% "In Windows settings, you may see a renewal notification for activation that can be ignored."
+call :dk_color %Gray% "To avoid this notification, please use the HWID or TSforge activation options in the main menu."
+)
+
:: clipup.exe does not exist in server cor and acor editions by default, it was copied there with this script
if defined a_cor if exist "%_clipup%" del /f /q "%_clipup%" %nul%
|
