html files in _site folder only

This commit is contained in:
DESKTOP-RBH716R\Admin 2022-07-18 01:07:18 +05:30
parent 5237f887a3
commit 5626aec658
21 changed files with 0 additions and 3128 deletions

View File

@ -1,7 +0,0 @@
$Tls12 = [Enum]::ToObject([System.Net.SecurityProtocolType], 3072); [System.Net.ServicePointManager]::SecurityProtocol = $Tls12;
$DownloadUrl = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_1.5_AIO_CRC32_21D20776.cmd'
$FilePath = "$env:USERPROFILE\Desktop\MAS_1.5_AIO_CRC32_21D20776.cmd"
(New-Object System.Net.WebClient).DownloadFile($DownloadUrl, $FilePath)
Start-Process -FilePath $FilePath

File diff suppressed because one or more lines are too long

View File

@ -1,67 +0,0 @@
<!DOCTYPE html>
<title>MAS Issues / Todo List</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
Last updated - 08-Mar-2022
MAS Issues List:
- Cosmetic error: Showing product name Windows 10 in Windows 11 system in HWID/KMS38 scripts.
Reason: Product name registry is not updated in windows 11, didn't use WMI method because changes reflects in late when edition is changed
Solution: Need to use winbrand.dll to get product name (to be updated in MAS v1.6)
- HWID script crashes when it tries to proceed activation for unsupported edition if Retail/OEM/MAK key is installed.
Solution: In `HWID_Activation.cmd` line number 435, change to,
if /i "%key%"=="KCNVH-YKWX8-GJJB9-H9FDT-6F7W2" (
- In some cases, KMS script is unable to convert project/visio office apps to VL if O365 subscription is found & unable to convert to VL from C2R retail
- Script are not opening if special characters are found in script path,
Solution:
Below line,
set "_PSarg="""%~f0""" -el %_args%"
Needs to be changed to,
set _PSarg="""%~f0""" -el %_args%
- Compressed2txt extraction is not working if admin user account name have special characters as "Hiền"
Solution: For now, use separate files version if it happens to you.
- Unable to clear ZoneIdentifier from files if file path have special characters
- In some rare cases, scripts are looping in reopen when trying to launch script from main arch process (cause: messed up systems.)
- Registry ownership snippet is not working if path have special characters (used in HWID lockbox method and in KMS38 protection)
MAS Todo List:
- Update read me's with better format and content
- Simplify removal of Zone.Identifier in script "Verify_Files-Clear_Zone.Identifier-68.cmd"
- Updated slc.dll for lockbox method, so that separate slc.dll is not required for ARM64
- Test the scripts with various av's and find which commands or series of commands av's are complaining about and find alternatives
- Show warning to clean subscription license in KMS script when expired Office subscription license is detected. It prevents volume license to take effect in activation
- Show warning before converting to Windows SE in change edition script
- Make HWID/KMS38 & Windows section in KMS & change edition and key insert scripts futureproof for new Windows editions by getting required key from system itself
- Do more testing and find bugs
- Keep the folder/files names same in future versions. I.e. MAS_1.5_AIO_CRC32_21D20776.cmd should remain MAS_AIO.cmd
- Show the error about WMI and SPP separately
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,38 +0,0 @@
<!DOCTYPE html>
<title>Office License Isn't Genuine</title>
<h3>Solutions for Office &#39;<span style="color:#e67e22">Your license isn&#39;t genuine</span>&#39; / <span style="color:#8e44ad">Why Risk it? Get genuine Office</span>&#39; banner/popup:</h3>
<hr />
<details>
<summary>Banner/Popup Examples - Click to open</summary>
<h3><img alt="" src="https://lookimg.com/images/2022/05/08/QxqDY5.png" style="height:87px; width:1118px" /></h3>
<p><img alt="" src="https://lookimg.com/images/2022/05/06/Qxkelg.png" style="height:535px; width:835px" /></p>
</details>
<h2><strong><span style="color:#27ae60">Solution:</span></strong></h2>
<p>If you are seeing this popup on Office apps, then the below steps can resolve it.</p>
<ul>
<li>Use the latest&nbsp;<a href="https://forums.mydigitallife.net/posts/838808/" target="_blank">KMS_VL_ALL</a>&nbsp;(<a href="https://pastebin.com/cpdmr6HZ" target="_blank">Mirror</a>)&nbsp;or&nbsp;<a href="https://massgrave.dev/" target="_blank">MAS</a> to activate Office.&nbsp;<br />
&nbsp;</li>
<li>If your office is on&nbsp;insider build 16.0.15227.20000 or later, then open the command prompt as admin and apply the below commands, <strong>after</strong> running any of the above activators in anymode.<br />
(Above activators will be updated soon)</li>
</ul>
<pre>
<code>reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.1"
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\0ff1ce15-a989-479d-af46-f275c6370663" /f /v KeyManagementServiceName /t REG_SZ /d "10.0.0.1" /reg:32</code></pre>
<p>&nbsp;</p>
<hr />
<p><span style="font-size:18px"><strong>P.S.</strong></span></p>
<ul>
<li>If you have any conflicting info or any other useful info regarding this then please email me at <strong>windowsaddict@protonmail.com</strong></li>
</ul>
<p>Updated on 08-May-2022</p>

View File

@ -1,193 +0,0 @@
<!DOCTYPE html>
<title>Read Me - Activation FAQs</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
Updated 30-08-2019
====================================================================================================
Activation FAQs:
====================================================================================================
The following text is a mixture of facts and few guesses. The facts as listed are true as far as
I am able to know.
You should read it with a grain of salt. It's a good habit to doubt things, but don't start to
believe your doubts if you don't have any reasonable argument to justify the doubt.
Digital License and KMS38 activation descriptions are based on reverse engineering efforts by
the methods' authors - @mspaintmsi and an Anonymous developer.
If you think anything written here is false, please notify https://massgrave.dev/
====================================================================================================
=====================================
Digital License (HWID) Activation:
=====================================
Written by @mspaintmsi-
During the upgrade process from Windows 7, 8, 8.1 to Windows 10 (Also from Windows 10 to a newer
version of Windows 10) properly activated systems are eligible for a digital license.
The digital license activation is permanent and linked to a specific user (Through hardware and optionally through a Microsoft Account).
Internally it works something like this,
The upgrade process executes gatherosstate.exe contained in the installation medium.
The job of gatherosstate is to generate a Genuine Ticket for use by the Client License Platform migration tool (ClipUp)
This ticket is a GenuineAuthorization XML file containing the following information: (There are more fields in tickets from ClipUp, but we won't need those)
* Its version. As of now, this is always "1.0"
* the genuineProperties:
* Properties:
* OA3xOriginalProductId - The Product ID of the BIOS key.
* OA3xOriginalProductKey - The BIOS product key.
* SessionId:
* OSMajorVersion - The OS Version Major
* OSMinorVersion - The OS Version Minor
* OSPlatformId - The OS Platform ID. Always 2 (2 means Windows NT)
* PP - Protected Process - Whether or not gatherosstate was run as a protected process
(It practically never does. ClipUp is also capable of generating those tickets, and it runs as a protected process.)
* Hwid - The Hardware Id - a base64-encoded byte array containing information about the current hardware configuration.
* Pfn - Package Family Name - The package family name of your Windows edition.
* OA3xOriginalProductKey - The BIOS product key. (Yes, it's a duplicate)
* DownlevelGenuineState - Indicates whether or not your system is genuine. (activated)
* TimeStampClient - The ISO 8601 format date of ticket generation.
* Signatures:
* signature: (Either downlevelGTkey or clientLockboxKey depending on which utility actually generated the ticket - SLC, gatherosstate or ClipUp)
* downlevelGTkey - rsa-sha256 signature for the Properties field
* clientLockboxKey - rsa-sha256 signature for the Properties field
This ticket is later applied using ClipUp and sent to Microsoft Servers.
In return, the Microsoft servers responds with the JSON "receipt" for the digital license. The fields in it are irrelevant and mean practically nothing.
This license is linked to specific hardware, and can be transferred to other hardware if needed using a linked Microsoft Account.
This process during upgrading requires a lot of time, and it's not as easy as clicking an “Activate” button.
so to achieve this, @mspaintmsi and an Anonymous developer discovered a way to quickly generate a valid ticket for acquiring a license.
There were a lot of methods for this, but the simplest one is placing a modified SLC (Software Licensing Client) library next to gatherosstate.
Due to gatherosstate loading this library dynamically it can be substituted very easily without modifying the gatherosstate file at all.
This library was originally a modified version of SLSHIM by @vyvojar on GitHub (but has went through so many changes that it barely resembles it anymore).
This library is supposed to query the licensing information for use by gatherosstate.
gatherosstate has no way to verify this information, so it blindly places it into the ticket.
After sending the ticket and receiving the receipt your system is activated.
Now a question arises,
Q.) Can Microsoft differentiate counterfeit tickets and block the license?
A.) Umm.. Yes, but actully no.
The signature type can (sort of) be used to determine what utility is responsible for the ticket.
There is no way (in a standard environment) for a non-activated Windows 10 installation to generate a ticket.
In the normal process, gatherosstate will ask SLC for the entire ticket, but when this fails it will generate and sign it by itself, creating a
"downlevelGTkey" signature.
For every system with an installed product key a generated ticket will be returned by SLC and thus will have a "clientLockboxKey" signature.
Put simply, the signature (should) always be a "clientLockboxKey" one in case of an activated system, but in this case it isn't.
Microsoft will not take action against it, because of the risk of voiding valid licenses.
Besides, they never really cared for consumer piracy; That's not where they get the most money from.
====================================================================================================
==============================
KMS38 Activation:
==============================
Written by @mspaintmsi-
The KMS38 method is closely related to the HWID method, as it utilizes the same tools.
This method also generates a GenuineAuthorization XML file using gatherosstate, but with slight differences.
This time instead of the "Pfn" field, we have the "GVLKExp" field.
GVLKExp is short for "Generic Volume Key Expiration (date)" and contains an ISO 8601 timestamp of when the KMS activation ends.
This volume expiration date can be changed to an arbitrarily (signed) integer value using the SLC library.
The very long time for activation is related to the Y2K38 problem as this date (19 january 2038 around 3AM) is the maximum date we can give
to gatherosstate without it looping back to year 1970.
The main difference is that those tickets are only valid on Volume:GVLK systems. That mostly includes Enterprise and Education editions.
Now another question,
Q.) Can Microsoft block this kind of activation?
A.) Not directly. They could only update Clipup to allow for a maximum activation period of 180 days.
Not much beside that can be done on their part.
The tickets are not sent to Microsoft at all, so they can't block them or take action directly.
====================================================================================================
==============================
Online KMS Activation:
==============================
- What is KMS activation?
Key Management Service (KMS) is a genuine activation method provided by Microsoft for volume
licensing customers (organizations, schools or governments). The machines in those environments
(called KMS clients) are activated via the Environment KMS Host Server (authorized Microsoft's
licensing key), instead of Microsoft activation servers.
By design, the KMS activation period lasts up to 180 Days (6 Months) at max, with the ability to
renew and reinstate the period at any time. Activation renewal automatically happens every 7
days if the client can connect to the KMS host server.
For more info, see,
https://www.microsoft.com/Licensing/servicecenter/Help/FAQDetails.aspx?id=201#215
https://technet.microsoft.com/en-us/library/ee939272(v=ws.10).aspx#kms-overview
- How we are getting it for free?
Developers reverse-engineered the KMS Host Server setup, so now anyone can host a KMS server and
activate the systems without any limitations.
KMS activators such as KMSpico, MTK, KMS_VL_ALL, and etc., locally create an emulated KMS Host
Server and activate Windows and Office.
This locally-emulated KMS server requires you to run binary files which often cause
anti-virus alerts (false positives).
Another method of KMS activation is publicly-available Online KMS Host Server.
In this method, the site hosts the emulated KMS server and anyone can simply use this server to
activate their systems, there is no requirement for running any software on your system and
no worry of AV's alert. And this method is the most identical to the genuine KMS activation.
As long as the site hosting the emulated KMS server remains on line, and is available to connect
to, continued activation will be assured.
- Is it safe to use Online KMS activation?
Yes.
Now let's go into the details, why,
In the KMS protocol, there is a relationship of host and client. The client system asks the host
system to grant the activation, and the host system grants the activation if it's eligible.
In doing this, the client system shares some of the systems data, which is not sensitive in nature.
According to the Microsoft documents, the client system shares the following LIMITED data
with the host system:
Client FQDN, CMID, time-stamp, Product license state, expiration time and IP address
https://technet.microsoft.com/en-us/library/ee939272(v=ws.10).aspx#kms-overview
In this info sharing, the only important part is your IP address.
We can now talk about possible assumptions and consequences regarding this, but before we begin,
you should know the following facts.
- IP addresses do not necessarily represent a specific person. Internet Service Providers (ISP's)
mostly use DYNAMIC IP, which means the same IP address can be used by many different persons,
and a dynamic IP address is periodically reassigned to different people all the time. But a
STATIC IP address is permanently assigned to a single, unique, subscriber.
However, the Internet Service Provider (ISP) won't reveal that information unless
there is a legal reason to do so.
- Microsoft has NEVER tried to catch Home users for using a few pirated activations (not
talking about stolen legal keys) simply because the cost of legal actions would be much higher
than the amount of money gained by forcing a few people to PURCHASE activations.
- No law enforcement is going to take action based on the IP's from all over the world without
the consent from the Microsoft itself.
- In case you are feeling that your machines sharing of IP address information as part of the
ongoing KMS activation process is quite intrusive in nature, then you should keep in
mind that any website can fingerprint your device, which means that website can keep a record of
you not only by your IP address, but also with information about your device hardware.
* After these facts, I can't imagine how Online KMS Activation can negatively affect the user.
If you know exactly how it can, than please let me know. Thanks.
====================================================================================================
</code></pre>
</body>
</html>
<p>&nbsp;</p>

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - Activations Summary</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
===========================================================================================
Activation Type Supported Product Activation Period
===========================================================================================
HWID - Windows 10-11 - Permanent
KMS38 - Windows 10-11-Server - Until the year 2038
Online KMS - Windows / Office - For 180 Days, renewal task needs to be
created for lifetime auto-activation.
* For more details, use the respective activations read me.
===========================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,166 +0,0 @@
<!DOCTYPE html>
<title>Genuine Installation Media</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
Updated on 10-Jan-2022
__________________________________________________________________________________________________________
Download Genuine Installation Media: (Windows /Office /Server - .ISO .IMG .ESD .EXE and UUP files)
__________________________________________________________________________________________________________
- Basic info:
- Officially there are 3 sources to get the .ISO's.
MVS (formerly MSDN), VLSC, and Techbench
- MVS and VLSC requires a subscription to download the .ISO's, but Techbench links are public.
There is no official and easy to use site for all Techbench links.
- MVS = VLSC = Techbench
They all have identical .ISO's, and its only their names that are different.
Some file naming examples -
Techbench - Win10_1809Oct_English_x64.ISO
MVS - en_windows_7_professional_with_sp1_vl_build_x86_dvd_u_677896.ISO
VLSC - SW_DVD9_Win_Embed_Industry_ENT_8.1_64Bit_English_-3_MLF_X19-82965.ISO
File names explained https://www.betaarchive.com/forum/viewtopic.php?t=26026
Techbench hosts Retail .ISO's.
MVS hosts both Retail and Volume .ISO's.
VLSC hosts Volume .ISO's.
__________________________________________________________________________________________________________
- Official method (Public Links):
- Windows 7
https://www.microsoft.com/software-download/windows7
- Windows 8.1
https://www.microsoft.com/software-download/windows8ISO
You can directly download the .ISO's from here.
- Windows 11
https://www.microsoft.com/software-download/windows11
You can directly download the .ISO's from here.
- Windows 10
https://www.microsoft.com/software-download/windows10
By default it doesn't provide the .ISO to Windows OS users directly, but instead provides a tool
named 'Media Creation Tool' which then CREATES the .ISO (which means their .ISO can't be verified
by using a hash) which is based on ESD. To get the direct .ISO file you have to change the
browser user agent to some other operating system than Windows. (an .ISO created with the Media
Creation Tool is smaller than the directly downloaded .ISO)
- Office
Office .ISO links requires a log in and keys to download the .ISO.
However, Office .ISO links are static. Below, is a partial list of places where you can download
Office ISO easily.
__________________________________________________________________________________________________________
- Unofficial Page/site/tool: (Official installation files only)
❤ https://tb.rg-adguard.net/ by @rgadguard
This site collects the official links for Techbench (Windows 8.1 / 10 / 11, Insider Preview, etc)
/ ESD / Office, etc.
❤ https://techbench.luzea.de/ by @luzea
This site collects the official links for Techbench (Windows 8.1 / 10 / 11, Insider Preview, etc)
❤ https://isofiles.bd581e55.workers.dev/0:/ Thanks to @MicroTechTon
Mirror: https://stuff.mtt-m1.workers.dev/0:/ Thanks to @MicroTechTon
❤ https://pastebin.com/raw/Hk2RgYzF by @GezoeSloog
This collection offers major Windows, Server, and Office (Including VL and retail)
.ISO in all languages. This collection uses the SVF method to create .ISOs.
How to use .svf?
As an example, if you want to download an .ISO of a French language version of Office 2010
SP1 Pro Vl, you first have to download a full-size English .ISO, and then after that's done,
download a small-size French .svf file.
Following that, put English .ISO, French svf file and tool (SVF-extractor) into a folder all
together. Then use the extract option in the tool, and it will generate an original French
language .ISO.
SVF-extractor https://www.softpedia.com/get/System/Back-Up-and-Recovery/SVF-eXtractor.shtml
❤ https://pastebin.com/raw/cdTnYm4G by @LostED
- https://msdn.hackerc.at/
- Torrents:
https://rutracker.org/forum/viewforum.php?f=1012 Windows and Server
http://nnmclub.to/forum/viewforum.php?f=504 Windows
http://nnmclub.to/forum/viewforum.php?f=506 Server
http://nnmclub.to/forum/viewforum.php?f=1284 Office
- https://twitter.com/wzorINFO Latest releases
- https://forums.mydigitallife.net/threads/72165/
In this forum, you can find various .ISO's and other good material.
- If you can't find some iso files, you can request them on Discord: https://discord.gg/wCB4RJTbGd
__________________________________________________________________________________________________________
- Alternatives for the original ISO:
- ESD to ISO (Windows 8.1 and 10)
In this method, a ESD file (which is verifiable) is converted to the full ISO (which can not be
verified). This method is similar to the official 'Media Creation Tool' ISO creation process.
ESD Links-
by @abbodi1406,
Windows 8.1 - https://forums.mydigitallife.net/threads/.53855/
Windows 10 - https://forums.mydigitallife.net/posts/992532
ESD to ISO Converter-
esd-decrypter-wimlib by @abbodi1406
https://forums.mydigitallife.net/posts/992731
- UUP to ISO (Windows 10)
In this method UUP files (verifiable and officially used in Windows 10 upgrade process) are
converted to a full ISO (Can not be verified). Browse below links for more details.
https://uupdump.net/
https://forums.mydigitallife.net/threads/uup-dump.75052/
__________________________________________________________________________________________________________
Hashes (checksums) for files verification:
MVS - only available to paid subscribers (MVS, formerly known as MSDN)
VLSC - only available to paid subscribers
Techbench - No list available, manually needs to be calculated.
Here are some unofficial sources of hashes for files verification:
❤ https://files.rg-adguard.net/ [Almost everything] [Online database]
❤ forums.mydigitallife.net/threads/78070/ [MVS] [MVS files and hashes list in text files]
❤ https://msdn.rg-adguard.net/ [MVS] [Online database]
❤ https://genuine-iso-verifier.weebly.com/ [MVS, VLSC] [Software, inbuilt hash verifier]
Outdated databases list:
https://msdn.lol-inter.net/ [MVS] [Online database]
http://www.heidoc.net/php/myvsdump.php [MVS] [Online database]
https://vlsc.rg-adguard.net/ [VLSC] [Online database]
https://sha1.rg-adguard.net/ [MVS, VLSC, Techbench] [Online database]
Tools for hashing files:
❤ HashCheck https://github.com/gurnec/HashCheck/releases/latest
HashTab http://implbits.com/products/hashtab/
OpenHashTab https://github.com/namazso/OpenHashTab
__________________________________________________________________________________________________________
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,70 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - HWID/KMS38 Files Info</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
File Details:
====================================================================================================
ClipUp.exe SHA-1: 48D928B1BEC25A56FE896C430C2C034B7866AA7A Virus Total = 0/68
gatherosstate.exe SHA-1: FABB5A0FC1E6A372219711152291339AF36ED0B5 Virus Total = 1/69
slc.dll SHA-1: DA1AFD97D92DD6026E7095EE7442A2144F78ED0B Virus Total = 0/68
arm64_gatherosstate.exe SHA-1: 7E449AE5549A0D93CF65F4A1BB2AA7D1DC090D2D Virus Total = 0/68
arm64_slc.dll SHA-1: 023D88E8E0A125F5D85EE2D999B512C4886AAB29 Virus Total = 0/67
Virus total (virustotal.com) report date: 2021-July-22
Virus total report and antivirus real-time scan report upon file execution can be different.
- File Sources:
- ClipUp.exe (x64)
From Windows server 2016 x64 ISO
microsoft.com/en-us/evalcenter/evaluate-windows-server
- gatherosstate.exe (x86)
- arm64_gatherosstate.exe (ARM64)
From Windows 10 Version 1607 ADK (Section: User State Migration Tool)
go.microsoft.com/fwlink/p/?LinkId=526740
- slc.dll (x86)
- arm64_slc.dll (ARM64)
Authors:
slc.dll By @mspaintmsi
arm64_slc.dll Ported from slc.dll by @qxkqf
Acknowledgements:
First SLShim by @vyvojar, improvements by @sponpa & @leitek8
Source codes collection:
app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d
Files location in above link:
slc.dll mspaintmsi\clientLockboxKey\clientLockboxKey.7z
arm64_slc.dll qxkqf\clientLockboxKey.zip
____________________________________________________________________________________________________
- You can safely delete the following files if it's not required for you.
- ClipUp.exe
Required to KMS38 activate Server Cor and Acor editions.
- arm64_gatherosstate.exe
- arm64_slc.dll
Required to activate ARM64 Windows 10.
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,256 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - HWID</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
[HWID] Digital License Activation:
====================================================================================================
- This activation is supported for Windows 10/11 ONLY.
- This activation does not store any files in your system.
- This activation is a permanent activation for your system Hardware.
- On a system, this activation can be created for all the supported editions, and all can be
linked to Microsoft account without any issues.
- Once a system is activated, this activation cannot be removed. (Because the license is stored in
the Microsoft servers and not in the user's system.)
- Any significant changes in the Hardware (such as a motherboard) may deactivate the system.
It is possible to reactivate a system that was deactivated because of significant hardware
changes, IF your activation, was linked to an online Microsoft account.
- For activation to succeed, the Windows Update Service and internet connectivity must be enabled.
If you are trying to activate without these conditions being met, then the system will auto-
activate later when the conditions are met.
- Auto activation scenario after the Windows reinstall:
- The Internet is required. (Only at the time of activation)
- The system will auto-activate if Retail (Consumer) media was used for the installation.
- The system will NOT auto-activate if VL (Business) media was used for the installation.
In this case, the user will have to insert that windows edition Retail/OEM key (find keys below
in this page) to activate, if the user doesn't wish to activate again using this script.
- Possible reasons for activation failure:
- The Internet is not connected.
- Windows update service is disabled.
- Use of a VPN, and/or a privacy-based hosts file, firewall rules.
- Corrupt system files.
- Microsoft servers block the activation request from some countries such as Iran.
- Rarely, Microsoft's activation servers are the problem.
- Some machines are not able to generate GenuineTicket.xml file using gatherosstate.exe
The reason is unknown (to me). Please contact me if it happens to you.
* Check Troubleshoot Script in the "Extras" section if you are facing issues with activation.
- Check Extract OEM option in the "Extras" section if you want pre-activated Windows installation.
- Further read on how it HWID activation works: https://massgrave.dev/readme-activation-faq.html
====================================================================================================
Downlevel and Lockbox Ticket for HWID:
====================================================================================================
Downlevel = downlevelGTkey
Lockbox = clientLockboxKey
Downlevel Method:
It creates downlevelGTkey ticket for activation with simplest process.
LockBox Method:
It creates clientLockboxKey ticket which better mimics genuine activation,
But requires more steps such as,
- Cleaning ClipSVC licences
- Deleting a volatile and protected registry key by taking ownership
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ClipSVC\Volatile\PersistedSystemState
- System may need a restart for succesfull activation
- Microsoft Account and Store Apps may need relogin-restart in the system
Further read: https://massgrave.dev/readme-activation-faq.html
Note:
Microsoft accepts both types of tickets and that's unlikely to change.
If you are not sure what to choose then select default Downlevel Method.
====================================================================================================
Supported Products:
====================================================================================================
Windows 10/11:
XGVPP-NMH47-7TTHJ-W3FW7-8HV2C Enterprise
3V6Q6-NQXCX-V8YXR-9QCYV-QPFCT EnterpriseN
VK7JG-NPHTM-C97JM-9MPGT-3V66T Professional
2B87N-8KFHP-DKV6R-Y2C8J-PKCKT ProfessionalN
4CPRK-NM3K3-X6XXQ-RXX86-WXCHW CoreN
N2434-X9D7W-8PF6X-8DV9T-8TYMD CoreCountrySpecific
BT79Q-G7N6G-PGBYW-4YWX6-6F4BT CoreSingleLanguage
YTMG3-N6DKC-DKB77-7M9GH-8HVX7 Core
XKCNC-J26Q9-KFHD2-FKTHY-KD72Y PPIPro
YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY Education
84NGF-MHBT6-FXBX8-QWJK7-DRR8H EducationN
43TBQ-NH92J-XKTM7-KT3KK-P39PB EnterpriseS_2019 [LTSC 2019]
NK96Y-D9CD8-W44CQ-R8YTK-DYJWX EnterpriseS_2016 [LTSB 2016]
FWN7H-PF93Q-4GGP8-M8RF3-MDWWW EnterpriseS_2015 [LTSB 2015]
2DBW3-N2PJG-MVHW3-G7TDK-9HKR4 EnterpriseSN_2016 [LTSB N 2016]
NTX6B-BRYC2-K6786-F6MVQ-M7V2X EnterpriseSN_2015 [LTSB N 2015]
DXG7C-N36C4-C4HTG-X4T3X-2YV77 ProfessionalWorkstation
WYPNQ-8C467-V2W6J-TX4WX-WT2RQ ProfessionalWorkstationN
8PTT6-RNW4C-6V7J2-C2D3X-MHBPB ProfessionalEducation
GJTYN-HDMQY-FRR76-HVGC7-QPF8P ProfessionalEducationN
NJCF7-PW8QT-3324D-688JX-2YV66 ServerRdsh
V3WVW-N2PV2-CGWC3-34QGF-VMJ2C Cloud
NH9J3-68WK7-6FB93-4K3DF-DJ4F6 CloudN
XQQYW-NFFMW-XJPBH-K8732-CKFFD IoTEnterprise
QPM6N-7J2WJ-P88HH-P3YRH-YY74H IoTEnterpriseS
K9VKN-3BGWV-Y624W-MCRMQ-BHDCD CloudEditionN
KY7PN-VR6RX-83W6Y-6DDYQ-T6R4W CloudEdition
Note - X86-X64 and ARM64 architecture systems are supported.
- Any Evaluation version of Windows (i.e. 'EVAL' LTSB/C) cannot be activated.
- LTSC 2021 is not supported, IoTEnterpriseS 2021 key will be used to activate it.
- LTSC N 2019, 2021 are not supported.
====================================================================================================
Switches for the Script (Separate Files Version):
====================================================================================================
- To activate with Downlevel method (default), run the script with /a parameter
"HWID_Activation.cmd" /a
- To only generate GenuineTicket.xml with Downlevel method (default), run the script with /g parameter
"HWID_Activation.cmd" /g
- To enable LockBox method, run the script with /k parameter
You need to use this option with either activation or ticket generation.
Example,
"HWID_Activation.cmd" /a /k
"HWID_Activation.cmd" /g /k
====================================================================================================
File Details:
====================================================================================================
https://massgrave.dev/readme-hwid-kms38-files.html
====================================================================================================
Manual Activation Process:
====================================================================================================
- Prerequisite:
For Windows 10-11 x86-x64 system, you need following files, (Get it from MAS separate files version)
gatherosstate.exe
slc.dll
For Windows 10 ARM64 system, you need following files,
arm64_gatherosstate.exe
arm64_slc.dll
* Rename the ARM64 files to gatherosstate.exe and slc.dll respectively.
Make a folder named 'Files' in C drive, [C:\Files] and copy the required files in that folder.
-------------------------------------------------------------------------------------------------
- Make sure the Windows Update Service and internet are both enabled.
- Open a command prompt (run cmd.exe) as administrator, and enter following listed commands in the
the sequence in which they are given.
- Enter Retail/OEM Key, (Replace '%key%' with the key from the above list) with the following command:
cscript /nologo %windir%\system32\slmgr.vbs /ipk %key%
- Make sure slc.dll and gatherosstate.exe files are located in the folder, "C:\Files" and enter
the following commands to generate GenuineTicket.xml file.
For x86-x64 systems,
pushd "C:\Files"
rundll32 "C:\Files\slc.dll",PatchGatherosstate
call "C:\Files\gatherosstatemodified.exe"
- Now a GenuineTicket.xml file should be created in the folder "C:\Files\", copy and paste this file in the
folder named, "C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket\"
- Now apply this ticket using the following commands in this sequence:
net stop ClipSVC
net start ClipSVC
- Activate Windows with the following command:
cscript /nologo %windir%\system32\slmgr.vbs /ato
- Check Activation Status with the following command:
cscript /nologo %windir%\system32\slmgr.vbs /xpr
- Done.
* Note - [clipup -v -o -altto <ticket_path>] method to apply the ticket was not suggested because
of the issues in case the username have spaces or non English characters.
=========================================================================================================
Credits:
=========================================================================================================
@mspaintmsi Original co-authors of HWID/KMS38 Activation without KMS or predecessor install/upgrade
& Various methods of ticket generation and improvements for slc.dll
*Anonymous nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
@qxkqf ARM64 port of @mspaintmsi's slc.dll
Acknowledgements:
@vyvojar slshim
github.com/vyvojar/slshim/releases
@sponpa New ideas for the HWID/KM38 Generation
nsaneforums.com/topic/316668--/page/21/?tab=comments#comment-1431257
@leitek8 Improvements for the slc.dll
nsaneforums.com/topic/316668--/page/22/?tab=comments#comment-1438005
Source codes collection:
app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d
_______________________________________
Kind help and snippets:
@BAU Reg_own lean and mean snippet
pastebin.com/XTPt0JSC
Compressed2TXT
github.com/AveYo/Compressed2TXT
Scripting help:
@RPO, @BAU, @abbodi1406
ARM64 testing:
@Imoagn, @moderate, @Chibi ANUBIS, @smashed
English grammar fix:
@BorrowedWifi
Thanks for resolving my queries:
@awuctl, @sponpa, @leitek8, @mxman2k, @mspaintmsi, @Yen, @BAU, @RPO, @abbodi1406
_______________________________________
Microsoft Activation Scripts:
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
=========================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,299 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - KMS38</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
KMS38 Activation:
====================================================================================================
- This activation method activates Windows 10/11 and Windows Server (14393 and later builds),
until the year 2038.
- This activation method does not store any files on the system.
- Make sure the following things have been accounted for, before applying KMS38 Activation:
- Before the activation, if any KMS activator is installed, then make sure to uninstall it
completely.
- After KMS38 activation for the Windows Operating System has been achieved, if you want to
additionally, use the 180 Days KMS Activator for MS Office, then you must make sure that
it (the 180 Days KMS Activator for MS Office) is compatible with Windows KMS38 activation.
FYI, the following activators are compatible and can activate Office
without disrupting the Windows KMS38 activation.
KMS_VL_ALL by @abbodi1406 https://forums.mydigitallife.net/posts/838808
Online KMS Activation Script https://massgrave.dev
- Any KMS Activator which is not compatible with KMS38, may overwrite the KMS38 activation for
Windows with its own 180 days activation, thereby destroying the KMS38 activation for Windows.
To prevent this accidental overwriting, you can apply KMS38 protection for Windows, check
the Extras folder for more details.
- Why is the script setting the specific KMS host to 127.0.0.2 (localhost)?
- By doing this, global KMS IP can not replace KMS38 activation but can be used with Office and
other Windows Editions.
- In case you don't like it, you can remove it with following codes, open CMD as admin and enter,
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\55c92734-d682-4d71-983e-d6ec3f16059f" /f
reg delete "HKU\S-1-5-20\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\55c92734-d682-4d71-983e-d6ec3f16059f" /f
- Check Troubleshoot Script in the "Extras" section if you are facing issues with activation.
- Check Extract OEM option in the "Extras" section if you want pre-activated Windows installation.
- Further read on how it KMS38 activation works: https://massgrave.dev/readme-activation-faq.html
====================================================================================================
Supported Products:
====================================================================================================
Windows 10/11:
Generic Volume License Key Edition
NPPR9-FWDCX-D2C8J-H872K-2YT43 Enterprise
DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 EnterpriseN
W269N-WFGWX-YVC9B-4J6C9-T83GX Professional
MH37W-N47XK-V7XM9-C7227-GCQG9 ProfessionalN
3KHY7-WNT83-DGQKR-F7HPR-844BM CoreN
PVMJN-6DFY6-9CCP6-7BKTT-D3WVR CoreCountrySpecific
7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH CoreSingleLanguage
TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Core
NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Education
2WH4N-8QGBV-H22JP-CT43Q-MDWWJ EducationN
M7XTQ-FN8P6-TTKYV-9D4CC-J462D EnterpriseS_RS5,VB [LTSC 2019,2021]
DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ EnterpriseS_RS1 [LTSB 2016]
WNMTR-4C88C-JK8YV-HQ7T2-76DF9 EnterpriseS_TH1 [LTSB 2015]
92NFX-8DJQP-P6BBQ-THF9C-7CG2H EnterpriseSN_RS5,VB [LTSC N 2019,2021]
QFFDN-GRT3P-VKWWX-X7T3R-8B639 EnterpriseSN_RS1 [LTSB N 2016]
2F77B-TNFGY-69QQF-B8YKP-D69TJ EnterpriseSN_TH1 [LTSB N 2015]
NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J ProfessionalWorkstation
9FNHH-K3HBT-3W4TD-6383H-6XYWF ProfessionalWorkstationN
6TP4R-GNPTD-KYYHQ-7B7DP-J447Y ProfessionalEducation
YVWGF-BXNMC-HTQYQ-CPQ99-66QFC ProfessionalEducationN
YYVX9-NTFWV-6MDM3-9PT4T-4M68B EnterpriseG
44RPN-FTY23-9VTTB-MP9BX-T84FV EnterpriseGN
CPWHC-NT2C7-VYW78-DHDB2-PG3GK ServerRdsh_RS5
7NBT4-WGBQX-MP4H7-QXFF8-YP3KX ServerRdsh_RS3
NBTWJ-3DR69-3C4V8-C26MC-GQ9M6 CloudE
6XN7V-PCBDC-BDBRH-8DQY7-G6R44 CloudEditionN
37D7F-N49CB-WQR8W-TBJ73-FM8RX CloudEdition
Windows Server:
VDYBN-27WPP-V4HQT-9VMD4-VMK7H ServerStandard_FE
N69G4-B89J2-4G8F4-WWYCC-J464C ServerStandard_RS5
WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY ServerStandard_RS1
WX4NM-KYWYW-QJJR4-XV3QB-6VM33 ServerDatacenter_FE
WMDGN-G9PQG-XVVXX-R3X43-63DFG ServerDatacenter_RS5
CB7KF-BWN84-R7R2Y-793K2-8XDDG ServerDatacenter_RS1
WVDHN-86M7X-466P6-VHXV7-YY726 ServerSolution_RS5
JCKRF-N37P4-C2D82-9YXRT-4M63B ServerSolution_RS1
QN4C6-GBJD2-FB422-GHWJK-GJG2R ServerCloudStorage
GRFBW-QNDC4-6QBHG-CCK3B-2PR88 ServerARM64_RS5
K9FYF-G6NCK-73M32-XMVPY-F9DRR ServerARM64_RS4
QFND9-D3Y9C-J3KKY-6RPVP-2DPYV ServerDatacenterACor_FE
6NMRW-2C8FM-D24W7-TQWMY-CWH2D ServerDatacenterACor_RS5
2HXDN-KRXHB-GPYC7-YCKFJ-7FVDG ServerDatacenterACor_RS3
67KN8-4FYJW-2487Q-MQ2J7-4C4RG ServerStandardACor_FE
N2KJX-J94YW-TQVFB-DG9YT-724CC ServerStandardACor_RS5
PTXN8-JFHJM-4WC78-MPCBR-9W4KR ServerStandardACor_RS3
6N379-GGTMK-23C6M-XVVTC-CKFRQ ServerAzureCor_FE
FDNH6-VW9RW-BXPJ7-4XTYG-239TB ServerAzureCor_RS5
VP34G-4NPPG-79JTQ-864T4-R3MQX ServerAzureCor_RS1
NTBV8-9K7Q8-V27C6-M2BTV-KHMXV ServerTurbine
Note - X86-X64 and ARM64 architecture systems are supported.
- Any Evaluation version of Windows and Server (i.e. 'EVAL' LTSB/C) cannot be activated.
- KMS38 only supports Windows/server version 14393 (1607) and newer versions.
====================================================================================================
KMS38 Protection:
====================================================================================================
- By default, a KMS38 Activation is vulnerable to unintended overwriting/replacement and
neutralization by a 180-Day KMS Activator (non-KMS38 Activator).
If you are going to use KMS_VL_ALL or MAS's KMS activation for Office,
then you don't need to enable this protection.
However, with a few tricks you can ensure that no alternative KMS Activator can replace KMS38
Activation by accident or even on purpose. This script demonstrate how to do/undo that.
- Protect KMS38:
- How does KMS38 Protection work?
In the KMS activation method, the Windows Operating System first checks the KMS IP registered
as a specific KMS, and if that is not defined then it checks the Global KMS IP.
Another fact is that if LocalHost (127.0.0.2) is defined as KMS IP in the Windows 8.1 and 10 OS's
then Windows will not accept it as a valid KMS IP.
This script simply utilizes the above facts to protect the KMS38 activation from being
overwritten by any alternative 'normal' 180-Day KMS Activation.
Script steps-
- Set that Windows edition specific KMS IP to LocalHost (127.0.0.2),
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\55c92734-d682-4d71-983e-d6ec3f16059f\XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
where X is Windows edition Activation ID.
- Lock this Registry with Reg_takeownership snippet by @AveYo aka @BAU
pastebin.com/XTPt0JSC
- Done.
====================================================================================================
Switches for the Script (Separate Files Version):
====================================================================================================
- To run the script in unattended mode, use /u parameter.
"KMS38_Activation.cmd" /a
- To activate along with KMS38 protection (from being replaced by 180 days KMS activation),
run the script with /ap parameter
"KMS38_Activation.cmd" /ap
- To only generate GenuineTicket.xml, run the script with /g parameter
"KMS38_Activation.cmd" /g
- To uninstall the KMS38, run the script with /x parameter
"KMS38_Activation.cmd" /x
====================================================================================================
File Details:
====================================================================================================
https://massgrave.dev/readme-hwid-kms38-files.html
====================================================================================================
Manual Activation Process:
====================================================================================================
- Prerequisite:
For Windows 10 / Server x86-x64 system, you need following files (Get it from MAS separate files version)
ClipUp.exe
gatherosstate.exe
slc.dll
* ClipUp.exe is only required to activate Server Cor and Acor editions.
For Windows 10 ARM64 system, you need following files,
arm64_gatherosstate.exe
arm64_slc.dll
* Rename the ARM64 files to gatherosstate.exe and slc.dll respectively.
Make a folder named 'Files' in C drive, [C:\Files] and copy the required files in that folder.
-------------------------------------------------------------------------------------------------
- Make sure to properly and completely remove any previously-installed KMS activator if one already exists.
- Open CMD as Admin, and enter the following listed commands in the sequence in which they are given.
- Enter Generic Volume License Key (GVLK) (Replace '%key%' with the key from the above list)
with the following command:
cscript /nologo %windir%\system32\slmgr.vbs /ipk %key%
- Set specific KMS host to 127.0.0.2 [Localhost] with the following command: (Run one by one)
- By doing this, the global KMS IP can not replace the KMS38 activation, and can then safely be used with MS Office
and other Windows Editions.
- It's optional.
for /f "tokens=2 delims==" %G in ('"wmic path SoftwareLicensingProduct where (Description like '%%KMSCLIENT%%' and Name like 'Windows%%' and PartialProductKey is not NULL) get ID /VALUE"') do (set app=%G)
wmic path SoftwareLicensingProduct where ID='%app%' call ClearKeyManagementServiceMachine
wmic path SoftwareLicensingProduct where ID='%app%' call ClearKeyManagementServicePort
wmic path SoftwareLicensingProduct where ID='%app%' call SetKeyManagementServiceMachine MachineName="127.0.0.2"
wmic path SoftwareLicensingProduct where ID='%app%' call SetKeyManagementServicePort 1688
- Make sure slc.dll and gatherosstate.exe files are located in the folder, "C:\Files" and enter
following command to generate GenuineTicket.xml file.
call "C:\Files\gatherosstate.exe"
- Now a GenuineTicket.xml file should be created in the folder "C:\Files\", copy and paste this file in the
folder named, "C:\ProgramData\Microsoft\Windows\ClipSVC\GenuineTicket\"
- Now apply this ticket using the following commands in this sequence:
(In case of server cor and acor editions, copy the clipup.exe file to the folder "C:\Windows\System32\")
net stop ClipSVC
net start ClipSVC
- Check the expiry date of the activation with the following command:
cscript /nologo %windir%\system32\slmgr.vbs /xpr
- If the expiry date is not in the year 2038, then enter the following command:
cscript /nologo %windir%\system32\slmgr.vbs /rearm-app 55c92734-d682-4d71-983e-d6ec3f16059f
for /f "tokens=2 delims==" %G in ('"wmic path SoftwareLicensingProduct where (Description like '%%KMSCLIENT%%' and Name like 'Windows%%' and PartialProductKey is not NULL) get ID /VALUE"') do (set app=%G)
cscript /nologo %windir%\system32\slmgr.vbs /rearm-sku %app%
- check expiry date again, now it should show activation until the year 2038.
- Done.
* Note - [clipup -v -o -altto <ticket_path>] method to apply the ticket was not suggested because
of the issues in case the username have spaces or non English characters.
=========================================================================================================
Credits:
=========================================================================================================
@mspaintmsi Original co-authors of HWID/KMS38 Activation without KMS or predecessor install/upgrade
& Various methods of ticket generation and improvements for slc.dll
*Anonymous nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
@qxkqf ARM64 port of @mspaintmsi's slc.dll
Acknowledgements:
@vyvojar slshim
github.com/vyvojar/slshim/releases
@sponpa New ideas for the HWID/KM38 Generation
nsaneforums.com/topic/316668--/page/21/?tab=comments#comment-1431257
@leitek8 Improvements for the slc.dll
nsaneforums.com/topic/316668--/page/22/?tab=comments#comment-1438005
Source codes collection:
app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d
_______________________________________
Kind help and snippets:
@BAU Reg_own lean and mean snippet
pastebin.com/XTPt0JSC
Compressed2TXT
github.com/AveYo/Compressed2TXT
Scripting help:
@RPO, @BAU, @abbodi1406
ARM64 testing:
@Imoagn, @moderate, @Chibi ANUBIS, @smashed
English grammar fix:
@BorrowedWifi
Thanks for resolving my queries:
@awuctl, @sponpa, @leitek8, @mxman2k, @mspaintmsi, @Yen, @BAU, @RPO, @abbodi1406
_______________________________________
Microsoft Activation Scripts:
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
=========================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,511 +0,0 @@
<!DOCTYPE html>
<title>MAS Changelog</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
MAS 1.5
# All
- Support added for Windows build 22483 and later (No wmic.exe issue)
- Support added for ARM64 architecture in all the scripts
- Made sure script run fine where path variables are misconfigured in system
- Made sure script run fine from UNC path
- Improved text coloring method
- Script would show an error if ran directly from archive files
- Scripts would make sure to start from the system's main architecture process
- All read me files are shifted to online for better update
- New discord channel https://discord.gg/gjJEfq7ux8 and new main homepage https://windowsaddict.ml/ added
- Various cosmetic improvements and bug fixes
# HWID / KMS38
- HWID Support added for CloudEdition/N, IoTEnterpriseS editions. (IoTEnterpriseS key will be used to activate EnterpriseS 2021)
- KMS38 support added for all new Windows 10-11 and Server's, KMS capable edition's including core and acor editions
- HWID with Lockbox ticket option is added
x86-x64 Lockbox slc.dll is created by @mspaintmsi, @qxkqf ported it to ARM64 slc.dll
- KMS38 Protection and KMS38 uninstall option is added
- Ticket generation option is added
- Improved key detection logic, now it can support custom build editions
- Fixed issues where in certain languages OS's, script would show incorrect status of services
- Improved script options if required key is not found in script
- Improved script options if an edition is not supporting HWID currently but may support in future
# Online KMS
- All related scripts are merged in one in separate files version, with onscreen choice options
- KMS server selection process is improved to make it fail-proof, server numbers are increased to 16
- Improved error handling and display messages
- From now on, KMS server IP address will be used for activation instead of hostname to avoid detection by AV's and MS
- While using manual mode (no renewal task), a non-existent IP 0.0.0.0 will be left in registry to avoid Office non genuine banner issue
- For renewal task, a separate small script will be used to only renew activation, instead of running full script, every week
- Base script is updated to use @abbodi1406's latest KMS_VL_ALL-45u (09-Jan-2022)
Major changes-
Support added for Windows 10 ARM64, Office 2021, all new Windows and Server editions
VBS method will be used for WMI in Windows build 22483 and later
Enhanced detection for Office C2R vNext subscriptions
Check Activation Status [wmi] will show vNext subscriptions status using vNextDiag.ps1 (require Powershell / WMF 4 or later on Windows 7)
Various fixes for Office activation
# Verify_Files-Clear_Zone.Identifier
- This new script is added in root folder to verify files with hashes and to remove Zone.Identifier from files (to prevent SmartScreen warnings)
# Activation Troubleshoot
- This new script is added in Extras section to deal with activation issues. Various options are added with proper onscreen info and warning's.
# Change_W10_11_Edition
- Now it can change the Windows editions from Core to Non core too with proper error handling. Works on Windows build 10240 and later
__________________________________________________________________________________________________________________________________________________
MAS 1.4
- Now Microsoft support HWID (Digital License) for Windows 10 LTSC 2019, added key for it in the script.
- Some minor improvements.
__________________________________________________________________________________________________________________________________________________
MAS 1.3
# HWID / KMS38
- Fixed a bug in Enterprise Edition activation.
- Updated the ticket generation and applying process.
# All
- Added a project mirror on github.
- Some minor improvements
__________________________________________________________________________________________________________________________________________________
MAS 1.2
# HWID / KMS38
- Fixed the Edition ID mismatch issue of DISM / REG / WMIC, with the help of SKU ID.
- Fixed an issue where ticket installation would fail in case if the username has non-English characters or spaces in certain conditions.
- Now files would be copied to "%SystemRoot%\Temp\_Ticket_Work" to generate ticket to prevent any unforeseen issue caused by the pathname.
- Added the support for ARM64 systems, thanks to @mspaintmsi for providing the method and thanks to @Chibi ANUBIS and @smashed for testing the scripts.
- Various other minor improvements.
# Online KMS
- Updated the script to @abbodi1406's KMS_VL_ALL v37f, which includes various improvements and fixes, most notably automatic retail-to-volume conversion for Office C2R.
- Added official Microsoft's two .exe files for the Retail office C2R to volume conversion purpose.
- Now Renewal task and desktop context menu, both will share the same directory which is now changed to "%ProgramData%\Online_KMS_Activation\"
- Optimized the files/folder structure.
- Updated the KMS server list.
- Various other minor improvements.
# All
- Now all scripts can work from the directory which contains special characters in the pathname. Thanks to @abbodi1406 for the fix.
- Changed all the colored text part to powershell, so now it can support the non-English characters.
- Now every script can work in case the Windows Script Host is disabled.
- Now every script can work from the read only / protected directories.
- Added the offline ReadMe files since nsaneforum topic is only open to members.
- Removed the vbs check activation method since now @abbodi1406 made WMIC method better than vbs.
- Created a repository for this tool at Gitlab https://gitlab.com/massgrave/microsoft-activation-scripts
__________________________________________________________________________________________________________________________________________________
MAS_1.1
HWID/KMS38:
- Adopted a new ticket generation method, [The Integrated Patcher (with a modified version of SLSHIM 6.4)]
by *Anonymous and @mspaintmsi - Original (co)Authors of HWID and KMS38 Activation
https://www.nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
This method works on all editions and versions of Windows 10 including LTSB2015 and older versions
which were known to return a wrong SkuId for some editions.
- Added HWID activation for Windows 10 1903 IoTEnterprise. Thanks to @mspaintmsi for notifying.
- Removed the ClipSVC tokens rebuilding part from the scripts, @sebus tests showed that it doesn't help in
activating another machines when same backup is used in restoring process.
- gatherosstate.exe is changed to 14393 version, size is quite small. Also HWID/KMS38 scripts now shares
same "Files" folder files.
- KMS38 protection script updated with latest changes made by @BAU in the reg_takeownership.bat
pastebin.com/XTPt0JSC
Online KMS:
- Now top 3 KMS servers list is randomized in the script so that one server doesn't get all the load. Thanks to
@abbodi1406 for the help.
- Script base is updated to the latest KMS_VL_ALL v34, Thanks to @abbodi1406
https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/
Important change for the online KMS script part,
Enhanced sppsvc/osppsvc detection to avoid script hang if the services are not functional
- KMS server list is updated.
- Now KMS servers are tested with powershell TcpClient instead of test-netconnection, to speed-up the process.
Thanks to @abbodi1406 for the idea.
- Now it's $OEM$ setupcomplete.cmd have choices to select which renewal mode you want.
@ALL:
- Switched to vbs from powershell for the script admin elevation to speed-up the process on low end systems.
Thanks to @AveYo aka @BAU for self-elevate passing args and preventing loop (using temporary vbs file) and (using wsf).
- Updated to Compressed 2 TXT 5.3 script by @AveYo aka @BAU https://github.com/AveYo/Compressed2TXT
- Updated the admin rights detection code where it was failing in some (highly tweaked) systems. Thanks to @AveYo aka @BAU
- Updated the codes for "Extract the text from batch script without character issue" Thanks to @AveYo aka @BAU
- Added -NoProfile switch with every powershell code to speed-up the process. Thanks to @abbodi1406 for the idea.
- In MAS Separate files version's $OEM$ folders are now removed, now I've added $OEM$ extraction script to remove the files redundancy.
__________________________________________________________________________________________________________________________________________________
MAS_1.0
- (Re)added Online KMS renewal task with proper warnings.
- Redirected all the read me's to online page for easy online translation.
- Read Me's Grammatical errors has been fixed by the @BorrowedWifi
- Some minor tweaks.
__________________________________________________________________________________________________________________________________________________
MAS_0.9
HWID and KMS38
- Modified file "gatherosstateLTSB15.exe" (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
__________________________________________________________________________________________________________________________________________________
MAS 0.8
- HWID and KMS38 activation now use the new slc.dll method which requires no registry and temp file.
Thanks to @sponpa for the new ideas and codes https://tinyurl.com/y24dbdmw
and Thanks to @leitek8 for the further improvements http://tinyurl.com/y2a98rlk
Users can easily compile the slc.dll file. Thanks to @leitek8 for providing the instructions.
- HWID and KMS38 activation now use the Windows 10 17134 ADK gatherosstate.exe file.Process is quite fast now. Thanks to @sponpa for the idea.
For LTSB 2015, script uses the mod gatherosstate.exe file from the @angelkyo open source tool https://gitlab.com/angelkyo/w10-digitallicense
- Added following editions for the KMS38 activation.
EnterpriseG
EnterpriseGN
ServerCloudStorage [Server 2016]
ServerDatacenter [Server 2016 & 2019]
ServerDatacenterCor [Server 2016 & 2019]
ServerSolution [Server 2016 & 2019]
ServerSolutionCor [Server 2016 & 2019]
ServerStandard [Server 2016 & 2019]
ServerStandardCor [Server 2016 & 2019]
ServerDatacenterACor [Server Version 1709 & 1803 & 1809]
ServerStandardACor [Server Version 1709 & 1803 & 1809]
- To activate server *cor and *acor editions with KMS38, added the required clipup.exe file from the server 2016 iso in the Files folder.
- In KMS38, instead of clearing global KMS IP, script now set specific KMS host IP to the localhost 127.0.0.2
The advantage of doing this is that, It helps KMS38 remain untouched from the global KMS IP but other products can still use the global IP.
Thanks to @abbodi1406 for the help.
- Digital license script now hide the Activation cmd error output. (Never show any useful info)
- Scripts now check the following problematic characters in the File Path Name. Thanks to @Jeb for the code and @abbodi1406 for the help.
` ! @ % ^ & ( ) + = ; ' ,
- Online KMS Script now hide the info about offline servers.
- Online KMS and clear KMS cache Script are now updated, Thanks to @abbodi1406 for the update https://forums.mydigitallife.net/posts/1511883
- Online KMS script now will attemmpt to activate maximum 2 times to prevent a loop in case of failed activation.
- Updated the KMS server list.
- Fixed a issue in online KMS where Task Scheduler will show incorrect last result report (cosmetic).
- Updated the Read Me and few cosmetic changes in the scripts.
- That's all i remember.
__________________________________________________________________________________________________________________________________________________
MAS_0.7
To further make sure that script is clean from av's, following changes were made,
- Multipurpose big scripts are not friendly to the AV's, so i've separated all the scripts.
- Now files are not converted to the text, they are added as they are. (because av's 'may' find text to file suspicious)
- Now scripts asks users to manually run the file as administrator .
- Made sure that all custom vbs use have been removed.
(Above changes reduced the user friendliness of the script, but my main priority in maintaining this fork is to
create activators which are AV friendly, and these steps were required to achieve that.)
Some more changes -
- Digital license script now checks for Internet and update service, and changes the update service status if required
and after the activation it put it back as it were previously.
- Changed the Mod gatherosstate files with the files from hwid.kms38.gen.mk6.exe v55.01 https://www.nsaneforums.com/topic/312871--/
by @s1ave77.
(p.s. To adopt the new files of v60.01, i should wait atleast a month to know the av's stable detection rate)
- KMS38 scripts now show a prompt to the users before applying rearm and restart.
- Errors are highlighted in red color in Digital license and KMS38 scripts.
- Removed the options, Insert Windows 10 GVLK and Change Windows 10 Edition (GVLK) (Not very useful)
- Removed the single file fork of C2R-Retail Office To VL, instead added the link to original tool in the read me.
- Online KMS script is updated to the v29 of Standalone Activate-Local.cmd https://forums.mydigitallife.net/posts/1501441 by @abbodi1406
- Added a script in Online KMS which leaves no remnants in the system after the activation.
- Online KMS Scripts now ping 3 servers (download.windowsupdate.com , Bing.com , baidu.com) to check internet connection to ensure
scripts works fine in all parts of the world.
- Each script can be run in unattended mode, also have many more new switches in the scripts. (Use read me to know them)
- Many improvements in every script.
- Screen shots https://lookimg.com/images/2019/02/17/D8SkM.jpg
__________________________________________________________________________________________________________________________________________________
MAS_0.6
- Fixed an issue where KMS task creation and deletion show incorrect msg in Non English OS's.
- Fixed an issue in LTSB 2015 HWID activation.
- Added @abbodi1406's Office C2R-Retail2Volume Script https://forums.mydigitallife.net/posts/1150042
files are converted to text using @BAU's File2batch [https://s.put.re/aiYbFHiP.7z (Unofficial Link)]
and scripts are added as it is.
(I didn't want to add this but since O2019, C2R-R2V is necessary to activate office, so its
convenient to have it in the activation script)
- Minor changes
- Expanded and categorized the Read Me section.Thanks to @BorrowedWifi for fixing the grammar errors.
- Updated Run as admin elevation cmd.
- Added more info in main and $OEM$ scripts.
- :create_file function is changed, now $OEM$ extraction process is fast.
- Added GUI options list in one place so its easy to navigate codes in the editor.
- KMS server list is now easy to see and edit.
- In change edition option, added minimum OS version requirement, W10_1803
- In KMS38 option, added minimum OS version requirement, W10_1511
- Cleaned the HWID/KMS38 activation and many other codes.
- Replaced the MOD gatherosstate files (extracted from s1ave77's tool) with angelkyo's
open source tool's generated MOD files. https://gitlab.com/angelkyo/w10-digitallicense
- Thats all i remember.
__________________________________________________________________________________________________________________________________________________
MAS_0.5
- Updated $OEM$ Folder scripts, so that users can use it easily with any edits and other scripts.
- Now Read Me and Credits details will open in notepad, for easy browsing.
- Added confirmation prompt before installing W10 Retail/OEM keys and GVLK option.
- Some cosmetic changes in Menu.
__________________________________________________________________________________________________________________________________________________
MAS_0.4
- Removed all the Graphic ASCII characters to avoid errors in editing and viewing of this script in non English os's.
- Added additional verification in creation and deletion of online KMS task(s).
- Added 'Create Activation Task' for kms in option, its useful if user ATM don't have Internet and want system to auto activate later.
- KMS servers will be tested in ping in all scenarios now.
- In os's older than windows 7, script will show an error in opening. (script is not compatible with older os's)
- Improved KMS logs.
- HWID and KMS38 process output improved in a way so that all errors can be spotted easily.
- Read Me improved and Some cosmetic changes.
__________________________________________________________________________________________________________________________________________________
MAS_0.3_BETA
- Abbodi1406 fixed an imp bug in his KMS_VL_ALL Script regarding KMS38, I copied those fix in online KMS script. It also fixes the error (only cosmetic, not imp) in last run result of scheduled task when KMS38 is applied. Now there is no error remains in last run result of scheduled task.
(Reminder - This online kms script is a fork of abbodi1406's Standalone-Activate-Local.cmd, it was adjusted to work with multi kms server's and renewal task, preactivation, etc. see @credits)
__________________________________________________________________________________________________________________________________________________
MAS_0.2_BETA
- Added Windows OS checks in HWID, KMS38, and insert keys and change edition option, now these option will only work in Windows 10.
- Fixed an issue where in certain condition user needs to open the script again to fix non functioning option.
- Fixed an issue in Digital + KMS preactivation where it was not working correctly. (Critical)
- Fixed an issue in Digital and KMS38 Preactivation where it wouldn't delete itself after activation.
- Changed Some options location to make it more obvious.
- Changed jscript based text to file converter, to powershell. Although powershell based code is slow but it is more freindly to av's compared to jscript.Now there shouldn't be any possible issue of av's detection.
Thanks to BAU (Aveyo)
- Some other minor changes.
__________________________________________________________________________________________________________________________________________________
MAS_0.1_BETA First release.
About-
- Microsoft Activation Script.cmd
[Windows /server and Office Activator, Open Source and clean from Antivirus Detection]
- This script is the merger of my previous scripts which are,
W10 Digital License Activation Script
W10 LTSB 2015 Digital License Activation Script
Online KMS Activation Script
Digital + KMS Preactivation Script
+
(Added KMS38 Activation)
(KMS38 + Online KMS Preactivation)
(Plus many improvements overall)
These previous scripts are now discontinued and from now on i'll only work on
"Microsoft Activation Script"
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,131 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - MAS Credits</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
========================================================================================================
Credits:
========================================================================================================
Microsoft Activation Scripts (MAS):
A collection of scripts for activating Microsoft products using HWID / KMS38 / Online KMS
activation methods with a focus on open-source code, less antivirus detection and user-friendliness.
These scripts are mostly a fork of other honourable developer's tools and scripts.
To achieve this, I (@WindowsAddict) have used the following projects as the base of this activator.
I would like to say thanks to the following authors for making such awesome projects.
====================================
HWID and KMS38 Activation:
====================================
@mspaintmsi Original co-authors of HWID/KMS38 Activation without KMS or predecessor install/upgrade
& Various methods of ticket generation and improvements for slc.dll
*Anonymous nsaneforums.com/topic/316668--/?do=findComment&comment=1497887
@qxkqf ARM64 port of @mspaintmsi's slc.dll
Acknowledgements:
@vyvojar slshim
github.com/vyvojar/slshim/releases
@sponpa New ideas for the HWID/KM38 Generation
nsaneforums.com/topic/316668--/page/21/?tab=comments#comment-1431257
@leitek8 Improvements for the slc.dll
nsaneforums.com/topic/316668--/page/22/?tab=comments#comment-1438005
Source codes collection:
app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d
====================================
Online KMS Activation:
====================================
Online KMS Script is a fork of @abbodi1406's KMS_VL_ALL forums.mydigitallife.net/posts/838808
This fork's purpose is to avoid having any KMS binary files and activate Windows/Office using
only transparent batch script with online public KMS servers.
Thanks to @RPO and @abbodi1406 for providing help in making of this fork.
_______________________________________
Thanks to the maintainers of the following 'online public KMS servers' for providing the service.
*In random order
222.18___4.9.98
kms.ku___retru.com
xinche___ng213618.cn
kms.si___xyin.com
kms.mo___eclub.org
kms.cg___tsoft.com
kms.he___ng07.com
kms.mo___eyuuko.com
kms.lo___li.best
kms.zh___uxiaole.org
kms.ca___tqu.com
kms.lo___li.beer
kms.ca___ry.tech
kms.wx___lost.com
kms.mo___eyuuko.top
kms.gh___pym.com
====================================
Useful scripts and ideas I used:
====================================
@AveYo (@BAU) Compressed2TXT
github.com/AveYo/Compressed2TXT
(For storing the files in text format)
Reg_takeownership snippet
pastebin.com/XTPt0JSC
@dbenham Set buffer height independently of window height
stackoverflow.com/a/13351373
@Ratiborus Ratiborus Tools
forum.ru-board.com/topic.cgi?forum=2&topic=5734#1
@abbodi1406 Continuously providing best solutions for many issues.
abbodi1406's Batch Scripts Repo
forums.mydigitallife.net/threads/74197/
====================================
Kind Help:
====================================
Scripting help:
@RPO, @BAU, @abbodi1406
ARM64 testing:
@Imoagn, @moderate, @Chibi ANUBIS, @smashed
Thanks for resolving my queries:
@awuctl, @sponpa, @leitek8, @mxman2k, @mspaintmsi, @Yen, @BAU, @RPO, @abbodi1406
Special thanks to @RPO and @abbodi1406 for providing great support in this project.
========================================================================================================
Microsoft Activation Scripts:
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
========================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,65 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - MAS Root Folder</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
All-In-One-Version:
====================================================================================================
- This version contains all activators and extras files in one single file.
- It uses Compressed2TXT (github.com/AveYo/Compressed2TXT) (by @AveYo aka @BAU) to store required
.exe and .dll files in text format in .cmd file.
https://massgrave.dev/readme-unreadable-codes-in-mas-aio.html
- At the time of writing this, all included files are clean from AVs, however some AVs may flag
the text to file conversion process. In such cases, you either need to set exclusion in your AV
or use Separate-Files-Version.
====================================================================================================
Separate-Files-Version:
====================================================================================================
- As the name states, all activators and extras files are in their respective separate folders.
- In case you need to use script switches to perform an advanced task, you need to use Separate
Files Version. AIO version doesn't support the switches yet. Though both version support creation
of ready to use $OEM$ folders for pre-activation.
- Apart from this, both versions have the same functionality.
====================================================================================================
Verify_Files-Clear_Zone.Identifier:
====================================================================================================
- This script check files and verifies them with SHA-1 hash.
- When a file is downloaded from the Internet, the Windows system attach alternate data streams
(Zone.Identifier) in the file, that way Windows identifies the outside files and shows a warning.
If an archive file is extracted with WinRAR, 7zip then these software's don't keep the Zone.
Identifier in the extracted files. However, default Windows explorer, bandizip, etc. keep the
Zone.Identifier.
Also, if the file is downloaded with a 3rd party download manager then chances are that files
won't have the Zone.Identifier.
Script cleans the Zone.Identifier from the MAS project files, so that you don't have to see
a warning before running other script files.
Further read:
winitor.com/pdf/NtfsAlternateDataStreams.pdf
docs.microsoft.com/en-us/archive/blogs/askcore/alternate-data-streams-in-ntfs
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,114 +0,0 @@
<!DOCTYPE html>
<title>Readme - $OEM$ Folders</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
$OEM$ Folders [Windows Pre-Activation]:
====================================================================================================
- To create a preactivated Windows installation .iso, do the following things:
- Extract $OEM$ folder to desktop using the script.
- Copy the "$OEM$" folder to the "sources" folder in the Windows installation media (.iso or USB).
- The directory will appear like this: \sources\$OEM$ in your altered .iso or on your bootable
USB drive.
Now use this .iso or bootable USB drive to install Windows and it will either already be activated
(KMS38) as soon as it boots, or will self-activate at first internet contact.
====================================================================================================
Activation Type Supported Product Activation Period
====================================================================================================
HWID - Windows 10-11 - Permanent
KMS38 - Windows 10-11-Server - Until the year 2038
Online KMS - Windows / Office - For 180 Days, renewal task needs to be
created for lifetime auto-activation.
* For more details, use the respective activations read me.
====================================================================================================
========================
HWID Pre-Activation:
========================
- When using Digital License (HWID), no files are stored on the system, and when connected to the
internet for the first time, the system will self-activate at that time.
========================
KMS38 Pre-Activation:
========================
- When using KMS38, no files are stored on the system, and Windows becomes activated immediately
without further actions or connectivity of any kind being required.
=============================================
HWID (Fallback to KMS38) Pre-Activation:
=============================================
- In this method, KMS38 will be used for the activation in case the Windows version is not
supported by HWID. For example, Windows 10 LTSC N 2019 / 2021 and Windows server.
======================================================================
Online KMS (separately, or in combination with HWID and/or KMS38):
======================================================================
- In this method, a script will run on system login if connected to Internet, which will
activate Windows / Office.
By default online KMS applies the following two methods.
You can turn off any of them in setupcomplete.cmd file
_________________________________________________________
1- Automatic Renewal via Task Scheduler---
It creates following files and tasks,
- Scheduled tasks
\Online_KMS_Activation_Script-Renewal (Renewal Task / Weekly)
\Online_KMS_Activation_Script-Run_Once (Activation Task / runs on system login and deletes itself once activated)
The scheduled tasks runs only if the system is connected to the Internet.
- Files
C:\ProgramData\Online_KMS_Activation\Activate_tsk.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
C:\ProgramData\Online_KMS_Activation\Logs.txt
_________________________________________________________
2- Manual Renewal via Desktop Context Menu---
It creates Desktop context Menu for manual activation and renewal.
It creates the following files and registry entries.
- Registry
HKCR\DesktopBackground\shell\Activate Windows - Office
- Files
C:\ProgramData\Online_KMS_Activation\Activate_dcm.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx64.exe
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx86.exe
It creates an easy to reach the Desktop context menu for the manual activation renewal.
Further read: https://massgrave.dev/readme-programdata-online-kms-files.html
_________________________________________________________
- When using Online KMS plus HWID Digital License, Online KMS script will be set to only activate
Office if the HWID activation is supported for Windows.
- When using Online KMS plus KMS38, Online KMS will not skip Windows activation but skip KMS38
activation and will register the KMS for other products.
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,33 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - Online KMS Files Info</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
File Details:
====================================================================================================
cleanosppx64.exe SHA-1: d30a0e4e5911d3ca705617d17225372731c770e2 Virus Total: 0/68
cleanosppx86.exe SHA-1: 39ed8659e7ca16aaccb86def94ce6cec4c847dd6 Virus Total: 1/51
Virus total (virustotal.com) report date: 2022-01-09
Virus total report and antivirus real-time scan report upon file execution can be different.
- These files are used in cleaning office license in C2R Retail office to VL conversion process.
- These files are taken from the old version of Microsoft official tool 'O15CTRRemove.diagcab'.
File: O15CTRRemove.diagcab (Digitally Signed)
Link: app.box.com/s/n8qpb5ljmv6djp77w5p6fk043dm6s3r1 (Unofficial Link)
SHA-1: 56c6ca76993a96cf9a255463b90db96cb9d24464
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,542 +0,0 @@
<!DOCTYPE html>
<title>Read Me - Online KMS</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
Online KMS Activation:
====================================================================================================
- This Online KMS Activation script,
- is a fork of @abbodi1406's KMS_VL_ALL Script forums.mydigitallife.net/posts/838808
this fork's purpose is to avoid having any KMS binary files and activate Windows / Office using
only transparent batch script with online public KMS servers IP (Not hostname).
- activate Windows / Office for 180 Days, for Core / ProWMC editions it is 30/45 Days.
- can activate both Retail and VL Windows installation.
- can activate C2R Retail and VL Office, but not 2010/2013 MSI Retail Office and UWP Office.
- skip the activation of any permanently / KMS38 activated product.
As mentioned, it activates only for a limited period and it's not permanent, read below on how
to achieve lifetime activation.
____________________________________________________________________________________________________
Activation Renewal:
_______________________________________
- By design in the KMS activation method, the system contacts the registered server every 7
days, and if contacted successfully it will automatically renew and reset the activation for the
the full period of 180 days again, starting from the day of successful contact.
If the system cannot contact the server, it will be deactivated after 180 days and it will
remain deactivated until contact can be restored.
- To get the lifetime activation, you either need to create an automatic renewal task, or manually
renew the activation whenever required.
There are 3 ways you can renew the KMS server and as a result, renew the activation.
_______________________________________
1- Activation via Online KMS Script:
Run activate option whenever the system needs activation.
_______________________________________
2- Activation via Desktop Context Menu:
This method is exactly same as above but here we put the following files in,
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx64.exe
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx86.exe
C:\ProgramData\Online_KMS_Activation\Activate_dcm.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
and create registry entries in,
HKCR\DesktopBackground\shell\Activate Windows - Office
It creates an easy to reach Desktop context menu for the manual activation renewal.
_______________________________________
3- Automatic KMS server Renewal via Task Scheduler:
This method put the following files in,
C:\ProgramData\Online_KMS_Activation\Activate_tsk.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
And creates a scheduled task (Renewal) to run the script every 7 days.
This task registers the working KMS server and triggers activation commands only for the installed
Volume products.
The scheduled task runs only if the system is connected to the Internet.
____________________________________________________________________________________________________
Remarks:
_______________________________________
- With KMS Activation, you can update Windows/Office without any issues.
- What is left in the system in the activation process?
- Activation via Online KMS Script
If Renewal Task is installed:
After activation, it leaves the KMS Server IP in the registry, which helps you to get the
global activation feature whereby the system auto-renews the activations.
About files and scheduled task, it has been mentioned above.
If Renewal Task is NOT installed:
It leaves a non-existent IP 0.0.0.0 to avoid Office Not Genuine Banner issue.
- This script includes the most-stable KMS servers (16) list from all over the world. The server
selection process is fully automatic. Script randomly select a server, tests if it's online,
if yes then apply the activation command, if fails, then retry this process maximum of total
4 times for a product. Such redundancy makes sure that we get the working KMS server any time.
- If your system date is incorrect (beyond 180 days) and you are offline, the system will be
deactivated, but will automatically reactivate when you correct the system date.
- The advantage of Online KMS activation is that it doesn't need any KMS binary file and
system can be activated using some manual commands or transparent batch script files.
So this is for those who don't like/have difficulties/trust issues in offline KMS because of its
binary files and antivirus detections.
But if you prefer offline KMS then checkout an open-source activator,
@abbodi1406's KMS_VL_ALL forums.mydigitallife.net/posts/838808 pastebin.com/raw/cpdmr6HZ
====================================================================================================
Office C2R 'Your license isn't genuine' notification banner:
====================================================================================================
- Office Click-to-Run builds (since February 2021) that are activated with KMS checks the existence of the KMS server name in the registry.
- If KMS server is not present, a banner is shown in Office programs notifying that "Office isn't licensed properly", see here.
- Therefore in manual mode, KeyManagementServiceName value containing a non-existent IP address 0.0.0.0 will be kept in the below registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
This is perfectly fine to keep, and it does not affect Windows or Office activation.
Fore more explanation, visit https://massgrave.dev/office-license-is-not-genuine
====================================================================================================
Miscellaneous:
====================================================================================================
How does KMS activation work? Is there any downsides compared to genuine activation?
https://massgrave.dev/readme-activation-faq.html
_______________________________________
Activation Troubleshoot:
Check Activation Troubleshoot option in the "Extras" section of the 'MAS' project.
_______________________________________
Preactivation:
For Windows preactivation at the time of Windows installation, check Extract $OEM$ Folder
option in the "Extras" section of the 'MAS' project.
_______________________________________
How to undo the KMS activation for Windows? I want to activate with my own activation key.
- Use uninstall option from the KMS script.
- Open CMD as admin and enter your activation key (non KMS key) with the below command,
slmgr /ipk *****-*****-*****-*****-*****
- That's all, further process is not required.
====================================================================================================
Supported Products:
====================================================================================================
Windows / Server
________________________________________________________________
Generic Volume License Key Edition
Windows 11 [Co]
37D7F-N49CB-WQR8W-TBJ73-FM8RX SE {Cloud}
6XN7V-PCBDC-BDBRH-8DQY7-G6R44 SE N {Cloud N}
Windows 10 / 11
M7XTQ-FN8P6-TTKYV-9D4CC-J462D Enterprise LTSC 2019
92NFX-8DJQP-P6BBQ-THF9C-7CG2H Enterprise LTSC 2019 N
CPWHC-NT2C7-VYW78-DHDB2-PG3GK Enterprise for Virtual Desktops
NBTWJ-3DR69-3C4V8-C26MC-GQ9M6 Lean
NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J Pro Workstation
9FNHH-K3HBT-3W4TD-6383H-6XYWF Pro Workstation N
7NBT4-WGBQX-MP4H7-QXFF8-YP3KX Enterprise Remote Server
YYVX9-NTFWV-6MDM3-9PT4T-4M68B Enterprise G
44RPN-FTY23-9VTTB-MP9BX-T84FV Enterprise G N
DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ Enterprise 2016 LTSB
QFFDN-GRT3P-VKWWX-X7T3R-8B639 Enterprise 2016 LTSB N
6TP4R-GNPTD-KYYHQ-7B7DP-J447Y Pro Education
YVWGF-BXNMC-HTQYQ-CPQ99-66QFC Pro Education N
TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Home
3KHY7-WNT83-DGQKR-F7HPR-844BM Home N
7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH Home Single Language
PVMJN-6DFY6-9CCP6-7BKTT-D3WVR Home China
W269N-WFGWX-YVC9B-4J6C9-T83GX Pro
MH37W-N47XK-V7XM9-C7227-GCQG9 Pro N
NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Education
2WH4N-8QGBV-H22JP-CT43Q-MDWWJ Education N
NPPR9-FWDCX-D2C8J-H872K-2YT43 Enterprise
DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 Enterprise N
WNMTR-4C88C-JK8YV-HQ7T2-76DF9 Enterprise 2015 LTSB
2F77B-TNFGY-69QQF-B8YKP-D69TJ Enterprise 2015 LTSB N
Windows Server 2022 [Fe]
VDYBN-27WPP-V4HQT-9VMD4-VMK7H Standard
WX4NM-KYWYW-QJJR4-XV3QB-6VM33 Datacenter
6N379-GGTMK-23C6M-XVVTC-CKFRQ Azure Core
67KN8-4FYJW-2487Q-MQ2J7-4C4RG Standard ACor
QFND9-D3Y9C-J3KKY-6RPVP-2DPYV Datacenter ACor
Windows Server 2019 [RS5]
N69G4-B89J2-4G8F4-WWYCC-J464C Standard
WMDGN-G9PQG-XVVXX-R3X43-63DFG Datacenter
FDNH6-VW9RW-BXPJ7-4XTYG-239TB Azure Core
N2KJX-J94YW-TQVFB-DG9YT-724CC Standard ACor
6NMRW-2C8FM-D24W7-TQWMY-CWH2D Datacenter ACor
WVDHN-86M7X-466P6-VHXV7-YY726 Essentials
GRFBW-QNDC4-6QBHG-CCK3B-2PR88 ServerARM64
NTBV8-9K7Q8-V27C6-M2BTV-KHMXV Azure Datacenter - ServerTurbine
Windows Server 2016 [RS4]
K9FYF-G6NCK-73M32-XMVPY-F9DRR ServerARM64
Windows Server 2016 [RS3]
PTXN8-JFHJM-4WC78-MPCBR-9W4KR Standard ACor
2HXDN-KRXHB-GPYC7-YCKFJ-7FVDG Datacenter ACor
Windows Server 2016 [RS1]
WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY Standard
CB7KF-BWN84-R7R2Y-793K2-8XDDG Datacenter
VP34G-4NPPG-79JTQ-864T4-R3MQX Azure Core
JCKRF-N37P4-C2D82-9YXRT-4M63B Essentials
QN4C6-GBJD2-FB422-GHWJK-GJG2R Cloud Storage
Windows 8.1
M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK Core
7B9N3-D94CG-YTVHR-QBPX3-RJP64 Core N
BB6NG-PQ82V-VRDPW-8XVD2-V8P66 Core Single Language
NCTT7-2RGK8-WMHRF-RY7YQ-JTXG3 Core China
XYTND-K6QKT-K2MRH-66RTM-43JKP Core ARM
GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 Pro
HMCNV-VVBFX-7HMBH-CTY9B-B4FXY Pro N
789NJ-TQK6T-6XTH8-J39CJ-J8D3P Pro with Media Center
MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 Enterprise
TT4HM-HN7YT-62K67-RGRQJ-JFFXW Enterprise N
NMMPB-38DD4-R2823-62W8D-VXKJB Embedded Industry Pro
FNFKF-PWTVT-9RC8H-32HB2-JB34X Embedded Industry Enterprise
VHXM3-NR6FT-RY6RT-CK882-KW2CJ Embedded Industry Automotive
3PY8R-QHNP9-W7XQD-G6DPH-3J2C9 with Bing
Q6HTR-N24GM-PMJFP-69CD8-2GXKR with Bing N
KF37N-VDV38-GRRTV-XH8X6-6F3BB with Bing Single Language
R962J-37N87-9VVK2-WJ74P-XTMHR with Bing China
MX3RK-9HNGX-K3QKC-6PJ3F-W8D7B Pro for Students
TNFGH-2R6PB-8XM3K-QYHX2-J4296 Pro for Students N
Windows Server 2012 R2
D2N9P-3P6X9-2R39C-7RTCD-MDVJX Standard
W3GGN-FT8W3-Y4M27-J84CP-Q3VJ9 Datacenter
KNC87-3J2TX-XB4WP-VCPJV-M4FWM Essentials
3NPTF-33KPT-GGBPR-YX76B-39KDD Cloud Storage
Windows 8
BN3D2-R7TKB-3YPBD-8DRP2-27GG4 Core
8N2M2-HWPGY-7PGT9-HGDD8-GVGGY Core N
2WN2H-YGCQR-KFX6K-CD6TF-84YXQ Core Single Language
4K36P-JN4VD-GDC6V-KDT89-DYFKP Core China
DXHJF-N9KQX-MFPVR-GHGQK-Y7RKV Core ARM
NG4HW-VH26C-733KW-K6F98-J8CK4 Pro
XCVCF-2NXM9-723PB-MHCB7-2RYQQ Pro N
GNBB8-YVD74-QJHX6-27H4K-8QHDG Pro with Media Center
32JNW-9KQ84-P47T8-D8GGY-CWCK7 Enterprise
JMNMF-RHW7P-DMY6X-RF3DR-X2BQT Enterprise N
RYXVT-BNQG7-VD29F-DBMRY-HT73M Embedded Industry Pro
NKB3R-R2F8T-3XCDP-7Q2KW-XWYQ2 Embedded Industry Enterprise
Windows Server 2012
XC9B7-NBPP2-83J2H-RHMBY-92BT4 Standard
48HP8-DN98B-MYWDG-T2DCC-8W83P Datacenter
HM7DN-YVMH3-46JC3-XYTG7-CYQJJ MultiPoint Standard
XNH6W-2V9GX-RGJ4K-Y8X6F-QGJ2G MultiPoint Premium
Windows 7
FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 Professional
MRPKT-YTG23-K7D7T-X2JMM-QY7MG Professional N
W82YF-2Q76Y-63HXB-FGJG9-GF7QX Professional E
33PXH-7Y6KF-2VJC9-XBBR8-HVTHH Enterprise
YDRBP-3D83W-TY26F-D46B2-XCKRJ Enterprise N
C29WB-22CC8-VJ326-GHFJW-H9DH4 Enterprise E
YBYF6-BHCR3-JPKRB-CDW7B-F9BK4 Embedded POSReady 7
XGY72-BRBBT-FF8MH-2GG8H-W7KCW Embedded Standard
73KQT-CD9G6-K7TQG-66MRP-CQ22C Embedded ThinPC
Windows Server 2008 R2
6TPJF-RBVHG-WBW2R-86QPH-6RTM4 Web
TT8MH-CG224-D3D7Q-498W2-9QCTX HPC
YC6KT-GKW9T-YTKYR-T4X34-R7VHC Standard
74YFP-3QFB3-KQT8W-PMXWJ-7M648 Datacenter
489J6-VHDMP-X63PK-3K798-CPX3Y Enterprise
GT63C-RJFQ3-4GMB6-BRFB9-CB83V Itanium
736RG-XDKJK-V34PF-BHK87-J6X3K MultiPoint Server - ServerEmbeddedSolution
________________________________________________________________
Office
___________
Office Volume 2010 / 2013 / 2016 / 2019 / 2021
Office C2R Retail O365/2013/2016/2019/2021
________________________________________________________________
Notes:
These editions are only KMS-activatable for 45 days at max:
Windows 10 Home edition variants
Windows 8.1 Core edition variants, Pro with Media Center, Pro Student
These editions are only KMS-activatable for 30 days at max:
Windows 8 Core edition variants, Pro with Media Center
Office C2R Retail need volume conversion, script will convert it if needed.
Supported Windows products do need volume conversion, only the GVLK (KMS key) is needed, which
the script will install accordingly.
KMS Activation works in all (MBR, GPT, UEFI, BIOS) systems.
====================================================================================================
Unsupported Products:
====================================================================================================
Office MSI Retail 2010/2013
Office UWP (Windows 10 Apps)
Windows Editions which do not support KMS activation by design:
Windows Evaluation (EVAL) Editions
Windows 7 (Starter, HomeBasic, HomePremium, Ultimate)
Windows 10 (Cloud "S", IoTEnterprise, IoTEnterpriseS, ProfessionalSingleLanguage... etc)
Windows Server (Server Foundation, Storage Server, Home Server 2011... etc)
On some OEM systems, KMS activation on Windows 7 can not work due to unqualified BIOS
Check details here https://support.microsoft.com/en-us/help/942962/
====================================================================================================
Office C2R Retail to Volume conversion:
====================================================================================================
By default, this activation script will convert Office C2R Retail to Volume.
Office Retail must be converted to Volume first before it can be activated with KMS specifically,
Office Click-to-Run products, whether installed from ISO (e.g. ProPlus2019Retail.img) or
using Office Deployment Tool.
Notes:
Supported Click-to-Run products: Office 365, Office 2021, Office 2019, Office 2016, Office 2013
Activated Office Retail products will be skipped from conversion
Office 365 itself does not have volume licenses, therefore it will be converted to Office Mondo licenses
Office Professional suite will be converted with Office ProPlus licenses
Office HomeBusiness/HomeStudent suites will be converted with Office Standard licenses
Office 2016 products will be converted with corresponding Office 2019 licenses
If Office 2019 RTM licenses are not detected, Office 2016 licenses will be used instead
On Windows 7, Office 2016/2019 licensing service require Universal C Runtime to work correctly
UCRT is available in the latest Monthly Rollup, or the separate update KB3118401
Additionally, Office programs themselves require recent Windows 7 updates to start properly
If the automatic conversion did not work, or if you prefer to use the separate converter script:
Office-C2R-Retail2Volume https://forums.mydigitallife.net/posts/1150042/
You can also use other tools that can convert licensing:
Office Tool Plus https://otp.landian.vip
====================================================================================================
.exe File Details:
====================================================================================================
cleanosppx64.exe SHA-1: d30a0e4e5911d3ca705617d17225372731c770e2 Virus Total: 0/68
cleanosppx86.exe SHA-1: 39ed8659e7ca16aaccb86def94ce6cec4c847dd6 Virus Total: 1/51
Virus total (virustotal.com) report date: 2022-01-09
Virus total report and antivirus real-time scan report upon file execution can be different.
- These files are used in cleaning office license in C2R Retail office to VL conversion process.
- These files are taken from the old version of Microsoft official tool 'O15CTRRemove.diagcab'.
File: O15CTRRemove.diagcab (Digitally Signed)
Link: app.box.com/s/n8qpb5ljmv6djp77w5p6fk043dm6s3r1 (Unofficial Link)
SHA-1: 56c6ca76993a96cf9a255463b90db96cb9d24464
====================================================================================================
Check Activation Status:
====================================================================================================
Check the status of Windows and Office products.
_______________________________________
Check Activation Status [vbs]:
query and execute official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office
shows the activation expiration date for Windows
Office 2010 ospp.vbs shows a very little info
_______________________________________
Check Activation Status [wmi]:
query and execute WMI functions using wmic.exe or VBScripts
shows extra more info (SKU ID, key channel)
shows the activation expiration date for all products
shows more detailed info for Office 2010
can show the status of Office UWP apps
implement vNextDiag.ps1 functions to detect new Office 365 vNext licenses and subscriptions
====================================================================================================
Advanced options:
====================================================================================================
* You can use below options by using choice menu in the script.
_______________________________________
Debug Mode:-
When the activation is run with Debug Mode enabled, it creates a log file which contains full
details of activation process, this is useful to detect activation errors.
_______________________________________
Convert Office C2R-R2V:-
The script is set by default to auto convert detected Office C2R Retail to Volume
(except activated Retail products). You can turn off this function if you prefer that.
_______________________________________
Skip Windows 10 KMS38:-
The script is set by default to check and skip Windows activation if KMS 2038 is detected.
However, if you want to revert to normal KMS activation, you can turn it off.
====================================================================================================
Command line Switches:
====================================================================================================
* All switches applies only with the file 'Online_KMS_Activation\Activate.cmd' in 'MAS' separate
files version.
* Operation will be unattended if any switch is used.
* Below the switches are divided into five parts, you can use the combination of switches from
only a part at a time.
_______________________________________
Activation:-
Activate Windows only:
/w
Activate Office only:
/o
Activate Windows and Office both:
/wo
Turn OFF Office C2R-R2V conversion:
/nc
Do not skip Windows 10 KMS38:
/x
Debug mode and create detailed log on desktop:
/d
Silent and create simple log in current directory:
/L
_______________________________________
Create Renewal Task:-
/rt
_______________________________________
Create Renewal and Activation Task:-
/rat
_______________________________________
Add Desktop Context Menu:-
/dcm
_______________________________________
Complete Uninstall:-
/uni
====================================================================================================
Credits:
====================================================================================================
Online KMS Script is a fork of @abbodi1406's KMS_VL_ALL forums.mydigitallife.net/posts/838808
This fork's purpose is to avoid having any KMS binary files and activate Windows/Office using
only transparent batch script with online public KMS servers.
Thanks to @RPO and @abbodi1406 for providing help in making of this fork.
_______________________________________
Thanks to the maintainers of the following 'online public KMS servers' for providing the service.
*ignore underscore
222.18___4.9.98
kms.ku___retru.com
xinche___ng213618.cn
kms.si___xyin.com
kms.mo___eclub.org
kms.cg___tsoft.com
kms.he___ng07.com
kms.mo___eyuuko.com
kms.lo___li.best
kms.zh___uxiaole.org
kms.ca___tqu.com
kms.lo___li.beer
kms.ca___ry.tech
kms.wx___lost.com
kms.mo___eyuuko.top
kms.gh___pym.com
_______________________________________
Online KMS Activation Script is a part of 'Microsoft Activation Scripts' (MAS) project.
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,73 +0,0 @@
<!DOCTYPE html>
<title>Read Me - ProgramData Online KMS Files</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
Info:
====================================================================================================
The use of these scripts is to activate/renew your Windows/Office license using online KMS.
# If desktop context menu for activation was created then following would exist,
- Registry
HKCR\DesktopBackground\shell\Activate Windows - Office
- Files
C:\ProgramData\Online_KMS_Activation\Activate_dcm.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx64.exe
C:\ProgramData\Online_KMS_Activation\BIN\cleanosppx86.exe
# If renewal/activation Scheduled tasks were created then following would exist,
- Scheduled tasks
\Online_KMS_Activation_Script-Renewal (Renewal / Weekly)
\Online_KMS_Activation_Script-Run_Once (Activation Task / deletes itself once activated)
The scheduled tasks runs only if the system is connected to the Internet.
- Files
C:\ProgramData\Online_KMS_Activation\Activate_tsk.cmd
C:\ProgramData\Online_KMS_Activation\Info.html
C:\ProgramData\Online_KMS_Activation\Logs.txt
====================================================================================================
File Details:
====================================================================================================
cleanosppx64.exe SHA-1: d30a0e4e5911d3ca705617d17225372731c770e2 Virus Total: 0/68
cleanosppx86.exe SHA-1: 39ed8659e7ca16aaccb86def94ce6cec4c847dd6 Virus Total: 1/51
Virus total (virustotal.com) report date: 2022-01-09
Virus total report and antivirus real-time scan report upon file execution can be different.
- These files are used in cleaning office license in C2R Retail office to VL conversion process.
- These files are taken from the old version of Microsoft official tool 'O15CTRRemove.diagcab'.
File: O15CTRRemove.diagcab (Digitally Signed)
Link: app.box.com/s/n8qpb5ljmv6djp77w5p6fk043dm6s3r1 (Unofficial Link)
SHA-1: 56c6ca76993a96cf9a255463b90db96cb9d24464
====================================================================================================
Online KMS Script is a fork of @abbodi1406's KMS_VL_ALL forums.mydigitallife.net/posts/838808
This fork's purpose is to avoid having any KMS binary files and activate Windows/Office using
only transparent batch script with online public KMS servers.
_______________________________________
Online KMS Activation Script is a part of 'Microsoft Activation Scripts' (MAS) project.
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,97 +0,0 @@
<!DOCTYPE html>
<title>Troubleshoot ReadMe - HWID</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
These instructions are written in context of Activation Troubleshoot option in MAS.
________________________________
HWID Activation Troubleshoot:
________________________________
- Make sure you are using the latest version of the activator, to check it, browse the links listed
in the bottom of this page.
- Make sure the internet is connected.
- If the HWID Activation script showed error about Windows Update service (wuauserv), then make
sure any update blocking tools or script is not in action in the system. You need to check it
and unblock windows update with that same tool.
- VPN, privacy-based hosts and/or firewall rules may cause problems with the activation. Disable
them if you are facing problems in activation.
- Reboot the system.
- Now run the script to activate Windows 10-11, and if unsuccessful,
Try the troubleshoot button in the Settings > Update & Security > Activation, page.
- If still unsuccessful and you want to try another activator then use,
'WinActivate' by @Luzea https://github.com/luzeadev/winactivate
Tip - Don't start to search and use other unknown tools found on unreliable sites via google search
result, they may (some already do) ruin your system with malwares.
- If still unsuccessful then try additional troubleshoot steps listed below.
_______________________________________________________________________________________________________
- Make sure hardware component proper drivers are installed, check manufacturer site/Windows-
update for drivers.
- Apply: [4] Dism RestoreHealth
Reboot the system
- Apply: [5] SFC Scannow
Reboot the system (If error found in SFC Scan, run the scan again) and run the activation script,
and if unsuccessful,
- Apply: [6] Windows Rearm - Specific SKU ID
Reboot the system and run the activation script, and if unsuccessful,
- Apply: [8] Clean ClipSVC Licences
Reboot the system and run the activation script, and if unsuccessful,
- Apply: [9] Rebuild Licensing Tokens
Reboot the system and run the activation script, and if unsuccessful,
- Either try KMS38 / KMS activation or do repair install of Windows 10-11 with an In-place upgrade,
check below link for how to.
https://www.tenforums.com/tutorials/16397-repair-install-windows-10-place-upgrade.html
https://www.elevenforum.com/t/repair-install-windows-11-with-an-in-place-upgrade.418/
_______________________________________________________________________________________________________
Activation is blocked in some countries -
___________________________________________
- Microsoft servers block the activation request from some countries such as Iran,
To activate the system in those countries, follow the below steps,
- In the settings app, Change Region and Timezone to the USA location and use a VPN, choose the
the location of the USA. Now run the script, it should activate now.
_______________________________________________________________________________________________________
- Some machines are not able to generate GenuineTicket.xml file using gatherosstate.exe
The reason is unknown (to me). Please contact me if it happens to you.
- In some rare cases, Microsoft's activation servers may have the issues.
_______________________________________________________________________________________________________
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
_______________________________________________________________________________________________________
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,75 +0,0 @@
<!DOCTYPE html>
<title>Troubleshoot ReadMe - KMS38</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
These instructions are written in context of Activation Troubleshoot option in MAS.
________________________________
KMS38 Activation Troubleshoot:
________________________________
- Make sure you are using the latest version of the activator, to check it, browse the links listed
in the bottom of this page.
- Make sure to completely remove any previously-installed KMS activators if any exist, before
applying KMS38 activation.
- Reboot the system.
- Now run the script to activate Windows, and if unsuccessful,
Try the troubleshoot button in the Settings > Update & Security > Activation, page.
- If still unsuccessful and you want to try another activator then use,
'WinActivate' by @Luzea https://github.com/luzeadev/winactivate
Tip - Don't start to search and use other unknown tools found on unreliable sites via google search
result, they may (some already do) ruin your system with malwares.
- If still unsuccessful then try additional troubleshoot steps listed below.
_______________________________________________________________________________________________________
- Apply: [4] Dism RestoreHealth
Reboot the system
- Apply: [5] SFC Scannow
Reboot the system (If error found in SFC Scan, run the scan again) and run the activation script,
and if unsuccessful,
- Apply: [8] Clean ClipSVC Licences
Reboot the system and run the activation script, and if unsuccessful,
- Apply: [9] Rebuild Licensing Tokens
Reboot the system and run the activation script, and if unsuccessful,
- Either try HWID / KMS activation or do repair install of Windows 10-11 with an In-place upgrade,
check below link for how to.
https://www.tenforums.com/tutorials/16397-repair-install-windows-10-place-upgrade.html
https://www.elevenforum.com/t/repair-install-windows-11-with-an-in-place-upgrade.418/
* Rearm is not suggested because script already applies Specific APP-SKU rearm if required.
_______________________________________________________________________________________________________
- Some machines are not able to generate GenuineTicket.xml file using gatherosstate.exe
The reason is unknown (to me). Please contact me if it happens to you.
_______________________________________________________________________________________________________
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
_______________________________________________________________________________________________________
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,91 +0,0 @@
<!DOCTYPE html>
<title>Troubleshoot ReadMe - Online KMS</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
These instructions are written in context of Activation Troubleshoot option in MAS.
______________________________
KMS Activation Troubleshoot:
______________________________
- Make sure you are using the latest version of the activator, to check it, browse the links listed
in the bottom of this page.
- Make sure the Internet is connected.
- Reboot the system.
- Now run the script to activate, if still unsuccessful and you want to try another activator then use,
'KMS_VL_ALL' by @abbodi1406 https://github.com/abbodi1406/KMS_VL_ALL_AIO
Tip - Don't start to search and use other unknown tools found on unreliable sites via google search
result, they may (some already do) ruin your system with malwares.
- If still unsuccessful then try additional troubleshoot steps listed below.
_______________________________________________________________________________________________________
- Apply: [4] Dism RestoreHealth | (Not in Windows 7)
Reboot the system
- Apply: [5] SFC Scannow
Reboot the system (If error found in SFC Scan, run the scan again) and run the activation script,
and if unsuccessful,
- If Windows activation is the issue:
Apply: [6] Windows Rearm - Specific SKU ID | (Windows 8/8.1/10)
- If office activation is the issue,
Goto add and remove programs in control panel and repair the Office from there,
Reboot the system and run the activation script, and if unsuccessful,
Apply: [7] Office Rearm - Specific KMS SKU ID
- Reboot the system and run the activation script, and if unsuccessful,
- Apply: [9] Rebuild Licensing Tokens
Reboot the system and run the activation script, and if unsuccessful,
- Enable debug log in the KMS script and share it with me
- As a last step, you may need to do repair install of Windows with an In-place upgrade,
check below links for how to.
Windows 11 - elevenforum.com/t/repair-install-windows-11-with-an-in-place-upgrade.418/
Windows 10 - tenforums.com/tutorials/16397-repair-install-windows-10-place-upgrade.html
Windows 8/8.1 - eightforums.com/threads/repair-install-windows-8.26095/
_______________________________________________________________________________________________________
- If you wish to remove Office and leftovers completely and start clean:
Uninstall Office normally from Control Panel (Programs and Feature),
Download Office Scrubber pack [forums.mydigitallife.net/posts/1466365/]
Run Full_Scrub.cmd file, afterwards, install new Office.
- Can't activate Windows 7 with KMS: [Error 0xC004F035]
Some OEM licensed computers cannot be activated with KMS on WINDOWS 7.
Quote from the MS page support.microsoft.com/en-us/help/942962
Computers obtained through OEM channels that have an ACPI_SLIC table in the (BIOS) are
required to have a valid Windows marker in the same ACPI_SLIC table.
---Computers that have an ACPI_SLIC table without a valid Windows marker generate an error
when a volume edition of Windows 7 is installed.
_______________________________________________________________________________________________________
Homepage: massgrave.dev
Email: windowsaddict@protonmail.com
_______________________________________________________________________________________________________
</code></pre>
<p>&nbsp;</p>
</body>
</html>

View File

@ -1,69 +0,0 @@
<!DOCTYPE html>
<title>ReadMe - Unreadable Codes In MAS AIO</title>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #DfDfDf;">
<pre>
<code>
====================================================================================================
What are those big blocks of Unreadable Codes In MAS AIO 1.5?
====================================================================================================
That text contains the files required for the Activations, and Office Retail 2 VL
conversion.
The file to text, and text to file, conversions are done with the script named "Compressed2TXT"
by @AveYo aka BAU https://github.com/AveYo/Compressed2TXT
The purpose behind doing this is to make an All In One script.
But if you are not feeling comfortable in using it then you can use MAS separate files version.
When required, the AIO script extracts the files into the "C:\Windows\Temp\__MAS" and / or
"C:\Windows\Temp\_Temp\" folder.
=======================
=======1st Block=======
=======================
1st big block of unreadable code contains following 4 files:
gatherosstate.exe SHA-1: FABB5A0FC1E6A372219711152291339AF36ED0B5
slc.dll SHA-1: DA1AFD97D92DD6026E7095EE7442A2144F78ED0B
arm64_gatherosstate.exe SHA-1: 7E449AE5549A0D93CF65F4A1BB2AA7D1DC090D2D
arm64_slc.dll SHA-1: 023D88E8E0A125F5D85EE2D999B512C4886AAB29
https://massgrave.dev/readme-hwid-kms38-files.html
Check above link to know more about these files
=======================
=======2nd Block=======
=======================
2nd big block of unreadable code contains this one file:
ClipUp.exe SHA-1: 48D928B1BEC25A56FE896C430C2C034B7866AA7A
https://massgrave.dev/readme-hwid-kms38-files.html
Check above link to know more about this file
=======================
=======3rd Block=======
=======================
3rd block of unreadable code contains these 2 files:
cleanosppx64.exe SHA-1: D30A0E4E5911D3CA705617D17225372731C770E2
cleanosppx86.exe SHA-1: 39ED8659E7CA16AACCB86DEF94CE6CEC4C847DD6
https://massgrave.dev/readme-online-kms-files.html
Check above link to know more about these files
====================================================================================================
</code></pre>
<p>&nbsp;</p>
</body>
</html>