All ~200k movies are available for free
No upgrade needed

Microsoft Activation Scripts 0 9 FINAL

added
Add to My Dashboard
Request this item for download
2.30 MB

-----------------------------------------------------------------------------------------------------------------
Activation Type Supported Product Activation Period
-----------------------------------------------------------------------------------------------------------------

Digital License - Windows 10 - Permanent
KMS38 - Windows 10 / Server - Until the year 2038
Online KMS - Windows / Server / Office - For 180 Days, and it'll auto renew every 7 days for the next
180 days, if the registered KMS server is online.

-----------------------------------------------------------------------------------------------------------------

MAS_0.9

HWID and KMS38

- Modified file "e;gatherosstateLTSB15.exe"e; (For HWID) has been converted to text using
'Compressed 2 txt' by AveYo https://github.com/AveYo/Compressed2TXT to avoid
the possible AV's detection. This file will be extracted in only LTSB 2015 Activation.
- Added ClipSVC tokens Rebuilding (by default) (Thanks to @s1ave77 for the idea)
(To solve the issue when system image is used on different machines)
- Added service checks for ClipSVC, wlidsvc (Not in KMS38), and sppsvc (Thanks to @s1ave77 for the idea)
- Added reattempts for ticket generation and activation.
- Added new keys for 1903 server releases (For KMS38)
- KMS38 script can now unlock the 180 days KMS lock without using full Rearm and Restart.
Now it'll apply the SKU-APP ID rearm if required. (Idea taken from the @Ratiborus Tools)
- Added a separate KMS38 protection script to protect the KMS38 activation from being overrun by
180 days KMS Activators by accident or even on purpose.
(Thanks to @AveYo aka @BAU for the Reg_takeownership snippet pastebin.com/XTPt0JSC)

Online KMS

- Renewal task function has been removed to avoid the possible AV's detection.
Because AV's suspect the background task but same codes can be run just fine in the foreground.
In replacement I've added the Desktop context menu entry for the script for easy manual renewal in case if registered
server goes down, and just FYI added server in the script are running from approx 3 years without problems
and user would need to run the script for renewal after 180 days when the registered server goes down.
- Updated the script to KMS_VL_ALL 32 beta https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/
(Imp - Now script will retry to activate in case of failed activation, it increases it's reliability very much)
(Thanks to @abbodi1406 for the update)
- Now KMS servers will be tested on the Port 1688 with powershell instead of ping for more accuracy.
(Thanks to @RPO for the codes)
- Added appropriate colors in activation output.

ALL

- Added powershell codes for the admin auto elevation with parameters capability.
(Thanks to @AveYo aka @BAU for the codes)
- Added /u parameter for the unattended run instead of changing the value in script.
- For those scripts which may need to provide the long output, I've added powershell snippet
to keep the window height fixed with long buffer size capability.
(Thanks to @dbenham for the codes https://stackoverflow.com/a/13351373)
- Updated the ReadMe's with the Activation info regarding How it works? and Is it safe to use? and possible issues users might face.
- Other minor improvements.

MAS_AIO

- Made an AIO script with the help from av friendly codes,
Compressed2TXT https://github.com/AveYo/Compressed2TXT by @AveYo aka @BAU
'Extract the text from script without character issue' https://forums.mydigitallife.net/posts/1221231/ by @Compo