mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-12-05 03:34:54 +01:00
Add a message about KMS renewal notification in 26200
This commit is contained in:
parent
9c09432b01
commit
c619a2c381
3 changed files with 22 additions and 2 deletions
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue