1.8
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 18 KiB |
BIN
_site/MAS_Troubleshoot.png
Normal file
After Width: | Height: | Size: 12 KiB |
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>change_edition</title>
|
||||
<title>Change Windows Edition</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -405,9 +401,6 @@ div.tocify {
|
||||
<li><p>You can find this option in the MAS extras section.</p></li>
|
||||
<li><p>It can change the Windows 7-8-8.1-10-11 and equivalent Server
|
||||
Editions.</p></li>
|
||||
<li><p>On Windows 7, script requires <a
|
||||
href="https://aka.ms/wmf5download">Windows Management Framework 5.1</a>
|
||||
to be installed.</p></li>
|
||||
<li><p>Script incorporates 4 methods for edition change:<br />
|
||||
</p>
|
||||
<ul>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>changelog</title>
|
||||
<title>Changelog</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -402,10 +398,87 @@ div.tocify {
|
||||
<h1>MAS Changelog</h1>
|
||||
<hr />
|
||||
<div id="section" class="section level2">
|
||||
<h2>1.8</h2>
|
||||
<p><strong>Goodbye to Cleanospp.exe / MAS is now 100% naked</strong></p>
|
||||
<hr />
|
||||
<div id="hwidkms38" class="section level4">
|
||||
<h4>HWID/KMS38:</h4>
|
||||
<ul>
|
||||
<li>Checks are added to find issues in:
|
||||
<ul>
|
||||
<li>Connection to MS licensing servers. Thanks to @ave9858 (Alex)</li>
|
||||
<li>SPP permissions in files and registry</li>
|
||||
<li>WPA registry keys. Thanks to @ave9858 (Alex)</li>
|
||||
<li>KeyIso service which affects ticket installation. Thanks to @ave9858
|
||||
(Alex)</li>
|
||||
<li>Store apps blocking registries</li>
|
||||
<li>Windows updates</li>
|
||||
<li>Many more</li>
|
||||
</ul></li>
|
||||
<li>Fixed a few bugs</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="online-kms" class="section level4">
|
||||
<h4>Online KMS:</h4>
|
||||
<ul>
|
||||
<li>Replaced cleanospp.exe with powershell script <a
|
||||
href="https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71">CleanOffice.ps1</a>
|
||||
Thanks to @ave9858 (Alex)</li>
|
||||
<li>Fixed an issue where script may stuck in server port check</li>
|
||||
<li>Script is updated as per @abbodi1406 KVA v49. Changes:
|
||||
<ul>
|
||||
<li>Enhanced Office 15.0 C2R detection to differentiate
|
||||
Retail<>Volume products</li>
|
||||
<li>Added fallback if Office 16.0 C2R licenses integrator.exe failed, to
|
||||
install them the old way (using slmgr.vbs/ospp.vbs)</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="troubleshoot" class="section level4">
|
||||
<h4>Troubleshoot:</h4>
|
||||
<ul>
|
||||
<li>Fix WMI option is improved</li>
|
||||
<li>Fix licensing option now will fix ClipSVC, Office vNext, SPP and
|
||||
OSPP licenses and SPP permissions in files and registry. Thanks to
|
||||
@ave9858 (Alex)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="change-windows-edition" class="section level4">
|
||||
<h4>Change Windows Edition:</h4>
|
||||
<ul>
|
||||
<li>Script now <a
|
||||
href="https://github.com/Gamers-Against-Weed/Set-WindowsCbsEdition/commit/2b3c50024d58e9d9eb158fd538afd98e5345140c">supports</a>
|
||||
default Win 7 RTM, WMF requirement is removed. Thanks to @ave9858
|
||||
(Alex)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="all" class="section level4">
|
||||
<h4>All:</h4>
|
||||
<ul>
|
||||
<li>All C# code is changed to Powershell reflection code to avoid temp
|
||||
files and AV detections. Thanks to @ave9858 (Alex)</li>
|
||||
<li>Keys are a bit obfuscated in scripts to reduce AV detections</li>
|
||||
<li><code>irm https://massgrave.dev/get | iex</code> code to launch MAS
|
||||
via Powershell will now create uniquely named/hash files on each run to
|
||||
reduce AV detections</li>
|
||||
<li>A detailed page is added for <a
|
||||
href="https://massgrave.dev/office_c2r_links.html">Office C2R retail
|
||||
installers</a></li>
|
||||
<li>Error messages and instructions are improved in all scripts</li>
|
||||
<li><a href="https://github.com/massgravel/MAS-Legacy-Methods">MAS
|
||||
legacy methods</a> scripts are updated as well</li>
|
||||
<li>We are now on <a href="https://twitter.com/massgravel">Twitter</a>
|
||||
and a <a href="https://t.me/Microsoft_Activation_Scripts">Telegram
|
||||
group</a> is created for MAS-related queries and activation issues</li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
<div id="section-1" class="section level2">
|
||||
<h2>1.7</h2>
|
||||
<p><strong>Goodbye to Gatherosstate.exe</strong></p>
|
||||
<hr />
|
||||
<div id="hwidkms38" class="section level4">
|
||||
<div id="hwidkms38-1" class="section level4">
|
||||
<h4>HWID/KMS38:</h4>
|
||||
<ul>
|
||||
<li>Gatherosstate.exe is replaced by <a
|
||||
@ -429,7 +502,7 @@ to KMS38 activate them.</li>
|
||||
<li>More checks are added to find the cause of activation failure.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="online-kms" class="section level4">
|
||||
<div id="online-kms-1" class="section level4">
|
||||
<h4>Online KMS:</h4>
|
||||
<ul>
|
||||
<li>Script is updated as per <span class="citation">@abbodi1406</span>
|
||||
@ -448,7 +521,7 @@ Gaming Spoofers, Fix issues Caused By KB971033 In Windows 7, Export
|
||||
Event Viewer Logs.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="change-windows-edition" class="section level4">
|
||||
<div id="change-windows-edition-1" class="section level4">
|
||||
<h4>Change Windows Edition:</h4>
|
||||
<ul>
|
||||
<li>Support for Windows 7/8//8.1 and their server equivalent editions
|
||||
@ -479,13 +552,13 @@ code to execute it as well.</li>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
<div id="section-1" class="section level2">
|
||||
<div id="section-2" class="section level2">
|
||||
<h2>1.6</h2>
|
||||
<div id="future-proofing-goodbye-to-slc.dll" class="section level4">
|
||||
<h4><strong>Future-proofing / Goodbye to slc.dll</strong></h4>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="hwidkms38-1" class="section level4">
|
||||
<div id="hwidkms38-2" class="section level4">
|
||||
<h4><strong>HWID/KMS38:</strong></h4>
|
||||
<ul>
|
||||
<li><p>slc.dll is removed, we will patch the original gatherosstate.exe
|
||||
@ -518,7 +591,7 @@ help in download & execution in Powershell</p></li>
|
||||
<li><p>Bug fixes and lots of improvements</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="online-kms-1" class="section level4">
|
||||
<div id="online-kms-2" class="section level4">
|
||||
<h4><strong>Online KMS:</strong></h4>
|
||||
<ul>
|
||||
<li><p>The script is updated as per KVA v47 (major change: improved
|
||||
@ -551,7 +624,7 @@ enough</p></li>
|
||||
issues in licensing in older builds</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="change-windows-edition-1" class="section level4">
|
||||
<div id="change-windows-edition-2" class="section level4">
|
||||
<h4><strong>Change Windows Edition:</strong></h4>
|
||||
<ul>
|
||||
<li><p>Added feature to change Windows Server editions</p></li>
|
||||
@ -571,7 +644,7 @@ choose</p></li>
|
||||
the key from the system</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="all" class="section level4">
|
||||
<div id="all-1" class="section level4">
|
||||
<h4><strong>All:</strong></h4>
|
||||
<ul>
|
||||
<li><p>Fixed an issue when the script wouldn’t launch if the path have
|
||||
@ -599,7 +672,7 @@ format</p></li>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
<div id="section-2" class="section level2">
|
||||
<div id="section-3" class="section level2">
|
||||
<h2>1.5</h2>
|
||||
<pre><code># All
|
||||
|
||||
@ -656,13 +729,13 @@ format</p></li>
|
||||
- Now it can change the Windows editions from Core to Non core too with proper error handling. Works on Windows build 10240 and later</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-3" class="section level2">
|
||||
<div id="section-4" class="section level2">
|
||||
<h2>1.4</h2>
|
||||
<pre><code>- Now Microsoft support HWID (Digital License) for Windows 10 LTSC 2019, added key for it in the script.
|
||||
- Some minor improvements.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-4" class="section level2">
|
||||
<div id="section-5" class="section level2">
|
||||
<h2>1.3</h2>
|
||||
<pre><code># HWID / KMS38
|
||||
|
||||
@ -675,7 +748,7 @@ format</p></li>
|
||||
- Some minor improvements</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-5" class="section level2">
|
||||
<div id="section-6" class="section level2">
|
||||
<h2>1.2</h2>
|
||||
<pre><code># HWID / KMS38
|
||||
|
||||
@ -705,7 +778,7 @@ format</p></li>
|
||||
- Created a repository for this tool at Gitlab https://gitlab.com/massgrave/microsoft-activation-scripts</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-6" class="section level2">
|
||||
<div id="section-7" class="section level2">
|
||||
<h2>1.1</h2>
|
||||
<pre><code> HWID/KMS38:
|
||||
|
||||
@ -748,7 +821,7 @@ format</p></li>
|
||||
- In MAS Separate files version's $OEM$ folders are now removed, now I've added $OEM$ extraction script to remove the files redundancy.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-7" class="section level2">
|
||||
<div id="section-8" class="section level2">
|
||||
<h2>1.0</h2>
|
||||
<pre><code> - (Re)added Online KMS renewal task with proper warnings.
|
||||
- Redirected all the read me's to online page for easy online translation.
|
||||
@ -756,7 +829,7 @@ format</p></li>
|
||||
- Some minor tweaks.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-8" class="section level2">
|
||||
<div id="section-9" class="section level2">
|
||||
<h2>0.9</h2>
|
||||
<pre><code> HWID and KMS38
|
||||
|
||||
@ -809,7 +882,7 @@ format</p></li>
|
||||
'Extract the text from script without character issue' https://forums.mydigitallife.net/posts/1221231/ by @Compo</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-9" class="section level2">
|
||||
<div id="section-10" class="section level2">
|
||||
<h2>0.8</h2>
|
||||
<pre><code>- 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
|
||||
@ -847,7 +920,7 @@ format</p></li>
|
||||
- That's all i remember.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-10" class="section level2">
|
||||
<div id="section-11" class="section level2">
|
||||
<h2>0.7</h2>
|
||||
<pre><code>To further make sure that script is clean from av's, following changes were made,
|
||||
|
||||
@ -879,7 +952,7 @@ Some more changes -
|
||||
- Screen shots https://lookimg.com/images/2019/02/17/D8SkM.jpg</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-11" class="section level2">
|
||||
<div id="section-12" class="section level2">
|
||||
<h2>0.6</h2>
|
||||
<pre><code> - 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.
|
||||
@ -904,7 +977,7 @@ Some more changes -
|
||||
- Thats all i remember.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-12" class="section level2">
|
||||
<div id="section-13" class="section level2">
|
||||
<h2>0.5</h2>
|
||||
<pre><code>- 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.
|
||||
@ -912,7 +985,7 @@ Some more changes -
|
||||
- Some cosmetic changes in Menu.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-13" class="section level2">
|
||||
<div id="section-14" class="section level2">
|
||||
<h2>0.4</h2>
|
||||
<pre><code>- 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).
|
||||
@ -924,13 +997,13 @@ Some more changes -
|
||||
- Read Me improved and Some cosmetic changes.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-14" class="section level2">
|
||||
<div id="section-15" class="section level2">
|
||||
<h2>0.3</h2>
|
||||
<pre><code>- 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)</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-15" class="section level2">
|
||||
<div id="section-16" class="section level2">
|
||||
<h2>0.2</h2>
|
||||
<pre><code>- 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.
|
||||
@ -942,7 +1015,7 @@ Some more changes -
|
||||
- Some other minor changes.</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="section-16" class="section level2">
|
||||
<div id="section-17" class="section level2">
|
||||
<h2>0.1</h2>
|
||||
<pre><code>MAS_0.1_BETA First release.
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>check_activation_status</title>
|
||||
<title>Check Activation Status</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>command_line_switches</title>
|
||||
<title>Command Line Switches</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -411,8 +407,8 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</ul>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="36%" />
|
||||
<col width="64%" />
|
||||
<col width="31%" />
|
||||
<col width="68%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
@ -467,7 +463,7 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><code>/KMS-ActAndRenewalTask</code></td>
|
||||
<td>Install Online KMS activation & renewal tasks</td>
|
||||
<td>Install Online KMS activation & renewal tasks (Use this)</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td><code>/KMS-Uninstall</code></td>
|
||||
@ -509,10 +505,19 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
<h2>Uses In Powershell One Liner</h2>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /para</code></p>
|
||||
<ul>
|
||||
<li>Replace <code>/para</code> in the this command with the switches
|
||||
from the above table. You can use multiple switches. Example,</li>
|
||||
<li>Replace <code>/para</code> in this command with the switches from
|
||||
the above table. You can use multiple switches. For example, if you want
|
||||
to activate Windows and Office both with the best method possible then
|
||||
use,</li>
|
||||
</ul>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office</code></p>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS38 /KMS-WindowsOffice /KMS-ActAndRenewalTask</code></p>
|
||||
<p>If you just want to activate Windows with HWID and Office with KMS
|
||||
then,</p>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID /KMS-Office /KMS-ActAndRenewalTask</code></p>
|
||||
<p>If you just wants to activate Windows with HWID then,</p>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://massgrave.dev/get))) /HWID</code></p>
|
||||
<p><strong>Note:</strong> This Powershell one liner will work on Windows
|
||||
8 and later versions only.</p>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="rules" class="section level2">
|
||||
@ -525,7 +530,7 @@ version scripts.</p></li>
|
||||
<li><p>All switches are case-insensitive, works in any order, but must
|
||||
be separated with spaces.</p></li>
|
||||
<li><p>KMS Uninstall switch will take precedence over other KMS
|
||||
switches</p></li>
|
||||
switches.</p></li>
|
||||
<li><p>KMS38 remove protection switch will task precedence over KMS38
|
||||
activation.</p></li>
|
||||
</ul>
|
||||
@ -534,9 +539,7 @@ activation.</p></li>
|
||||
<div id="need-help" class="section level2">
|
||||
<h2>Need help?</h2>
|
||||
<ul>
|
||||
<li>Reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not
|
||||
required)</li>
|
||||
<li>Check <a href="troubleshoot.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>contactus</title>
|
||||
<title>Contact Us</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -404,8 +400,11 @@ div.tocify {
|
||||
<p>Please feel free to share feedback regarding bug reports,
|
||||
documentation errors, troubleshooting, etc.</p>
|
||||
<ul>
|
||||
<li><p><a href="https://discord.gg/gjJEfq7ux8">Discord</a> ❤️
|
||||
(preferred) (signup not required)</p></li>
|
||||
<li><p><a href="https://discord.gg/gjJEfq7ux8">Discord</a> ❤️ (signup
|
||||
not required) - Discussion</p></li>
|
||||
<li><p><a href="https://t.me/Microsoft_Activation_Scripts">Telegram</a>
|
||||
- Discussion</p></li>
|
||||
<li><p><a href="https://twitter.com/massgravel">Twitter</a></p></li>
|
||||
<li><p><a
|
||||
href="https://github.com/massgravel/Microsoft-Activation-Scripts">GitHub</a>
|
||||
/ <a
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>credits</title>
|
||||
<title>Credits</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -405,102 +401,76 @@ honorable developer’s tools and scripts. I would like to say thanks to
|
||||
all those wonderful people and projects.</p>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="55%" />
|
||||
<col width="44%" />
|
||||
<col width="25%" />
|
||||
<col width="74%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left"><strong>HWID / KMS38 Activation</strong></th>
|
||||
<th align="left"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left">mspaintmsi & anonymous</td>
|
||||
<td>mspaintmsi & anonymous</td>
|
||||
<td align="left"><a
|
||||
href="https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887">Original
|
||||
co-authors of HWID/KMS38</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">Gamers Against Weed</td>
|
||||
<td>Gamers Against Weed</td>
|
||||
<td align="left"><a
|
||||
href="https://github.com/Gamers-Against-Weed">Activation without
|
||||
slc.dll</a></td>
|
||||
href="https://github.com/Gamers-Against-Weed/GamersOsState">GamersOsState</a>,
|
||||
<a href="https://github.com/Gamers-Against-Weed/rearm">Rearm</a>, <a
|
||||
href="https://github.com/Gamers-Against-Weed/Set-WindowsCbsEdition">Set-WindowsCbsEdition</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><a href="https://github.com/ave9858">Alex</a></td>
|
||||
<td align="left">Universal Ticket Method</td>
|
||||
<td>qxkqf</td>
|
||||
<td align="left"><a
|
||||
href="https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d">ARM64 port
|
||||
of slc.dll</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">qxkqf</td>
|
||||
<td align="left">ARM64 port of slc.dll</td>
|
||||
<td><a href="https://github.com/vyvojar">vyvojar</a></td>
|
||||
<td align="left"><a
|
||||
href="https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d">slshim</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">vyvojar</td>
|
||||
<td>sponpa, leitek8</td>
|
||||
<td align="left"><a
|
||||
href="https://github.com/vyvojar/slshim/releases">slshim</a></td>
|
||||
href="https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257">slc.dll
|
||||
Improvements</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">sponpa</td>
|
||||
<td>AveYo</td>
|
||||
<td align="left"><a
|
||||
href="https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257">Improvements</a></td>
|
||||
href="https://github.com/AveYo/Compressed2TXT">Compressed2TXT</a>, <a
|
||||
href="https://github.com/AveYo/LeanAndMean">LeanAndMean</a>, and great
|
||||
help</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">leitek8</td>
|
||||
<td align="left"><a
|
||||
href="https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/22/?tab=comments#comment-1438005">Improvements</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">Source codes collection is <a
|
||||
href="https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d">here</a></td>
|
||||
<td align="left"></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><strong>Online KMS Activation</strong></td>
|
||||
<td align="left"></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">abbodi1406</td>
|
||||
<td align="left">Online KMS is a fork of <a
|
||||
href="https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/#post-838808">KMS_VL_ALL</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">Public KMS servers</td>
|
||||
<td align="left"></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><strong>Kind help</strong></td>
|
||||
<td align="left"></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">Gamers Against Weed</td>
|
||||
<td align="left"><a
|
||||
href="https://github.com/Gamers-Against-Weed/Set-WindowsCbsEdition">CBS
|
||||
Upgrade method</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><a href="https://github.com/AveYo">AveYo</a></td>
|
||||
<td align="left"><a
|
||||
href="https://github.com/AveYo/Compressed2TXT">Compressed2TXT</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><a
|
||||
<td><a
|
||||
href="https://forums.mydigitallife.net/members/enthousiast.104688/">Enthousiast</a></td>
|
||||
<td align="left">Testing and Support</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td>awuctl</td>
|
||||
<td align="left"><a
|
||||
href="https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/">abbodi1406</a>,
|
||||
<a href="https://github.com/AveYo">Aveyo</a>, <a
|
||||
href="https://github.com/awuctl">awuctl</a></td>
|
||||
<td align="left">Enormous help</td>
|
||||
href="https://github.com/massgravel/hwid-stuff">hwid-stuff</a>, <a
|
||||
href="https://github.com/massgravel/activation">info</a> and great
|
||||
help</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><strong>MAS</strong></td>
|
||||
<td align="left"></td>
|
||||
<td>abbodi1406</td>
|
||||
<td align="left"><a
|
||||
href="https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/#post-838808">KMS_VL_ALL</a>
|
||||
(Online KMS is a fork of it), enormous help in coding and problem
|
||||
solving</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">WindowsAddict</td>
|
||||
<td><a href="https://github.com/ave9858">Alex</a> (aka may,
|
||||
ave9858)</td>
|
||||
<td align="left">Universal Ticket for HWID/KMS38, <a
|
||||
href="https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71">CleanOffice.ps1</a>,
|
||||
User support, Co-enhancing MAS, testing, ideas, suggestions and great
|
||||
help in coding and problem solving</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td>WindowsAddict</td>
|
||||
<td align="left">MAS Author</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>faq</title>
|
||||
<title>FAQ</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -409,8 +405,7 @@ href="index.html#Download__How_to_use_it">here</a>.</p></li>
|
||||
<li><p><strong>How to activate Windows permanently?</strong><br />
|
||||
Use HWID option in MAS.</p></li>
|
||||
<li><p><strong>It says activation failed, what to do now?</strong><br />
|
||||
Reach out to us on <a href="https://discord.gg/gjJEfq7ux8">Discord</a>
|
||||
with an error screenshot.</p></li>
|
||||
Check <a href="troubleshoot.html">here</a>.</p></li>
|
||||
<li><p><strong>I changed my Windows edition from Home to Pro and now
|
||||
Windows is deactivated.</strong><br />
|
||||
Run HWID activation to activate Pro. Each edition requires separate
|
||||
@ -422,6 +417,13 @@ removed because the license is stored in the Microsoft servers and not
|
||||
in the user’s system. MS checks the hardware ID (HWID) and if a license
|
||||
is found in their database, the system will automatically
|
||||
activate.</p></li>
|
||||
<li><p><strong>Is MAS safe? How to know if there is any
|
||||
malware?</strong><br />
|
||||
MAS is fully <a
|
||||
href="https://github.com/massgravel/Microsoft-Activation-Scripts">open
|
||||
source</a>. You can open the batch files with notepad and verify it. It
|
||||
has many users/stars on Github. You can even perform the activation
|
||||
manually, check Doc section for instructions.</p></li>
|
||||
<li><p><strong>How to download the full version of Windows 10 LTSC
|
||||
2021?</strong><br />
|
||||
Check the info <a
|
||||
@ -444,7 +446,7 @@ Yes.</p></li>
|
||||
Use the change edition option in the Extras section in MAS.</p></li>
|
||||
<li><p><strong>Can I activate Office 365?</strong><br />
|
||||
O365 can not be activated with KMS. To activate it, the script installs
|
||||
Mondo 2016 licenses and activates it. This license is near to O365
|
||||
Mondo 2016 licenses and activates that. This license is near to O365
|
||||
feature-wise, you can get offline features of O365 but you can’t get
|
||||
Online features of O365.</p></li>
|
||||
<li><p><strong>I’m getting ‘Office is not genuine
|
||||
@ -453,22 +455,21 @@ Run Online KMS from the latest MAS version.</p></li>
|
||||
<li><p><strong>Can I delete the MAS folder after
|
||||
activation?</strong><br />
|
||||
Yes.</p></li>
|
||||
<li><p><strong>How MAS can activate?</strong><br />
|
||||
<li><p><strong>How MAS is able to activate?</strong><br />
|
||||
Read activation details in the Docs section.</p></li>
|
||||
<li><p><strong>Does MAS work for Windows 7/8.1?</strong><br />
|
||||
The online KMS option works for Windows 7 Pro & Enterprise (Not
|
||||
Ultimate). All Windows 8/8.1 editions are supported by Online KMS
|
||||
option.</p></li>
|
||||
<li><p><strong>Where can I donate?</strong><br />
|
||||
MASSGRAVE project doesn’t accept donations and it’s free.<br />
|
||||
MAS project doesn’t accept donations and it’s free.<br />
|
||||
It’s because it’s a community project and involves many contributors,
|
||||
splitting donations is not practical and also because profiting from
|
||||
piracy is not good.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>If you have any other questions, feel free to ask on our <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not
|
||||
required).</p>
|
||||
<p>If you have any other questions, feel free to connect with us <a
|
||||
href="contactus.html">here</a>.</p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="links.js"></script>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>unreadable-codes-in-mas-aio</title>
|
||||
<title>Fix WPA Registry</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -398,28 +394,51 @@ div.tocify {
|
||||
</div>
|
||||
|
||||
|
||||
<div id="unreadable-codes-in-mas-aio" class="section level1">
|
||||
<h1>Unreadable Codes In MAS AIO</h1>
|
||||
<p>(Applies to MAS AIO 1.7)</p>
|
||||
<div id="fix-wpa-registry" class="section level1">
|
||||
<h1>Fix WPA Registry</h1>
|
||||
<hr />
|
||||
<p>MAS requires some of Microsoft’s official files in order to perform
|
||||
activation. In order to make an all-in-one version, it’s required that
|
||||
we need to include those files in our AIO .cmd file somehow.</p>
|
||||
<p>To do that, MAS uses AveYo’s <a
|
||||
href="https://github.com/AveYo/Compressed2TXT">Compressed2TXT</a>. It
|
||||
can convert files to text format and Vice-Versa. However, if you are not
|
||||
feeling comfortable using it then you can use MAS separate files
|
||||
version.</p>
|
||||
<ul>
|
||||
<li><p>In some cases, system may have corrupt WPA registry keys
|
||||
<code>HKEY_LOCAL_MACHINE\SYSTEM\WPA</code> which can cause
|
||||
<code>sppsvc</code> to not work and activation will fail.</p></li>
|
||||
<li><p>The activation scripts in MAS can detect this issue and will
|
||||
inform you accordingly when to run this option. We suggest to run this
|
||||
only when script asks you to do it. If you are not sure if you need to
|
||||
do it, you can take the help from <a
|
||||
href="troubleshoot.html">here</a>.</p></li>
|
||||
<li><p>This registry key is protected by the Kernal and can not be
|
||||
deleted normally. That is why we need to follow some more below steps to
|
||||
clear it.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p><strong>1st block</strong> of compressed2TXT code contains the below
|
||||
files.</p>
|
||||
<pre><code>cleanosppx64.exe SHA-1: d30a0e4e5911d3ca705617d17225372731c770e2
|
||||
cleanosppx86.exe SHA-1: 39ed8659e7ca16aaccb86def94ce6cec4c847dd6</code></pre>
|
||||
<p>These files are taken from the old version of Microsoft’s official
|
||||
tool <code>O15CTRRemove.diagcab</code></p>
|
||||
<pre><code> File: O15CTRRemove.diagcab (Digitally Signed)
|
||||
Link: https://app.box.com/s/n8qpb5ljmv6djp77w5p6fk043dm6s3r1 (Unofficial Link)
|
||||
SHA-1: 56c6ca76993a96cf9a255463b90db96cb9d24464</code></pre>
|
||||
<div id="steps-to-fix-wpa-registry" class="section level2">
|
||||
<h2>Steps To Fix WPA Registry</h2>
|
||||
<ul>
|
||||
<li><p>Download <a
|
||||
href="https://github.com/Gamers-Against-Weed/rearm/archive/refs/heads/principalis.zip"
|
||||
class="uri">https://github.com/Gamers-Against-Weed/rearm/archive/refs/heads/principalis.zip</a></p></li>
|
||||
<li><p>Extract this zip file</p></li>
|
||||
<li><p>Copy <code>rearm.cmd</code> file to the root of the C drive like
|
||||
<code>C:\rearm.cmd</code></p></li>
|
||||
<li><p>Press shift and click on the restart button in the start
|
||||
menu</p></li>
|
||||
<li><p>After system restart, you will find Troubleshoot > Advanced
|
||||
Option, select Command Prompt option</p></li>
|
||||
<li><p>Now enter the below command<br />
|
||||
<code>C:\rearm.cmd</code></p></li>
|
||||
<li><p>If it says the command is not recognized then enter<br />
|
||||
<code>bcdedit | find "osdevice"</code></p></li>
|
||||
<li><p>It will show you the OS drive letter, use that drive letter in
|
||||
the command, for example -<br />
|
||||
<code>E:\rearm.cmd</code></p></li>
|
||||
<li><p>Wait for it to finish. When it’s finished, you will be able to
|
||||
type in the command prompt, if not then wait.</p></li>
|
||||
<li><p>Once done, exit and then normally boot into windows.</p></li>
|
||||
<li><p>Let <a href="contactus.html">us know</a> if it doesn’t
|
||||
help.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="links.js"></script>
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>genuine-installation-media</title>
|
||||
<title>Genuine Installation Media</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -403,8 +399,8 @@ div.tocify {
|
||||
<p>All download links leads to genuine files only.</p>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="43%" />
|
||||
<col width="56%" />
|
||||
<col width="44%" />
|
||||
<col width="55%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
@ -427,10 +423,11 @@ href="https://isofiles.bd581e55.workers.dev/Windows%207/">Link3</a></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left">Windows 10 Enterprise LTSC</td>
|
||||
<td align="left"><a
|
||||
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link1</a>
|
||||
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link2</a> -
|
||||
<a href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a>
|
||||
<td align="left"><a href="https://pixeldrain.com/u/6y73DJZ2">Link1</a> -
|
||||
<a
|
||||
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link2</a>
|
||||
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link3</a> -
|
||||
<a href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link4</a>
|
||||
(Refresh if it doesn’t load)</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
@ -481,7 +478,7 @@ original French language full .iso file.</p></li>
|
||||
<ul>
|
||||
<li><p>We can use <a
|
||||
href="https://en.wikipedia.org/wiki/File_verification">file hashing
|
||||
method</a> to verify if a file is tempered or not.</p></li>
|
||||
method</a> to verify if a file is genuine or not.</p></li>
|
||||
<li><p>But we must first know the actual checksum of the file.</p></li>
|
||||
<li><p>Microsoft does not publish a checksums list on public links for
|
||||
their files, however, it’s available to paid subscribers of <a
|
||||
@ -505,8 +502,7 @@ href="https://genuine-iso-verifier.weebly.com/">genuine-iso-verifier</a></li>
|
||||
<div id="need-help" class="section level2">
|
||||
<h2>Need help?</h2>
|
||||
<ul>
|
||||
<li>Reach out on our <a href="https://discord.gg/gjJEfq7ux8">Discord</a>
|
||||
(signup not required).</li>
|
||||
<li>Check <a href="contactus.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -1,27 +1,27 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
# Enable TLSv1.2 for compatibility with older clients
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
|
||||
$DownloadURL2 = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
|
||||
|
||||
$rand = Get-Random -Maximum 1000
|
||||
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
|
||||
$FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\MAS_$rand.cmd" } else { "$env:TEMP\MAS_$rand.cmd" }
|
||||
|
||||
try {
|
||||
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing
|
||||
}
|
||||
catch {
|
||||
$response = Invoke-WebRequest -Uri $DownloadURL2 -UseBasicParsing
|
||||
}
|
||||
|
||||
$ScriptArgs = "$args "
|
||||
$prefix = "@REM $rand `r`n"
|
||||
$content = $prefix + $response
|
||||
Set-Content -Path $FilePath -Value $content
|
||||
|
||||
Start-Process $FilePath $ScriptArgs -Wait
|
||||
|
||||
$FilePaths = @("$env:TEMP\MAS*.cmd", "$env:SystemRoot\Temp\MAS*.cmd")
|
||||
foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item }
|
||||
$ErrorActionPreference = "Stop"
|
||||
# Enable TLSv1.2 for compatibility with older clients
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
|
||||
|
||||
$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
|
||||
$DownloadURL2 = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
|
||||
|
||||
$rand = Get-Random -Maximum 1000
|
||||
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
|
||||
$FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\MAS_$rand.cmd" } else { "$env:TEMP\MAS_$rand.cmd" }
|
||||
|
||||
try {
|
||||
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing
|
||||
}
|
||||
catch {
|
||||
$response = Invoke-WebRequest -Uri $DownloadURL2 -UseBasicParsing
|
||||
}
|
||||
|
||||
$ScriptArgs = "$args "
|
||||
$prefix = "@REM $rand `r`n"
|
||||
$content = $prefix + $response
|
||||
Set-Content -Path $FilePath -Value $content
|
||||
|
||||
Start-Process $FilePath $ScriptArgs -Wait
|
||||
|
||||
$FilePaths = @("$env:TEMP\MAS*.cmd", "$env:SystemRoot\Temp\MAS*.cmd")
|
||||
foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item }
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>hwid</title>
|
||||
<title>HWID Activation</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -448,25 +444,47 @@ script.</p></li>
|
||||
Microsoft provides an HWID (digital license) activation for Windows 10
|
||||
without any cost.</p></li>
|
||||
<li><p>In the background, the upgrade process runs a file named
|
||||
<code>gatherosstate.exe</code> and it checks the license of current
|
||||
Windows if found activated, it generates a valid GenuineTicket.xml which
|
||||
is sent to Microsoft and in return, MS authorizes a license.</p></li>
|
||||
<li><p>So if we just convince the <code>gatherosstate.exe</code> file
|
||||
that the conditions are met for ticket generation by fooling it, it will
|
||||
generate a valid ticket, which can be used to get the valid HWID
|
||||
(Digital license). The script here does exactly that to get the
|
||||
activation for free without any upgrade process.</p></li>
|
||||
gatherosstate.exe (available in Windows 10/11 ISO) and it checks the
|
||||
license of current Windows if found activated, it generates a valid
|
||||
GenuineTicket.xml <strong>ticket</strong> which is sent to Microsoft and
|
||||
in return, MS authorizes a license.</p></li>
|
||||
<li><p>So if we just convince the gatherosstate.exe file that the
|
||||
conditions are met for ticket generation by fooling it, it will generate
|
||||
a valid ticket, which can be used to get the valid HWID (Digital
|
||||
license).</p></li>
|
||||
<li><p>How to convince the gatherosstate.exe?<br />
|
||||
There are two methods for it.<br />
|
||||
<br />
|
||||
<strong>1-</strong> Place a <a
|
||||
href="https://github.com/Gamers-Against-Weed/Integrated_Patcher_3">custom
|
||||
slc.dll</a> file beside gatherosstate.exe:<br />
|
||||
gatherosstate.exe uses the system’s
|
||||
<code>C:\Windows\System32\slc.dll</code> file to gather the system’s
|
||||
info. If we place a custom slc.dll file beside gatherosstate.exe which
|
||||
can send the rubbish data to it, then it will simply accept it and
|
||||
generate a valid ticket.<br />
|
||||
<br />
|
||||
<strong>2-</strong> <a
|
||||
href="https://github.com/Gamers-Against-Weed/GamersOsState">Modify</a>
|
||||
the gatherosstate.exe file itself so that it doesn’t check the system’s
|
||||
activation status and can directly create a valid ticket.</p></li>
|
||||
<li><p><strong>Note:</strong> If you want to understand more about how
|
||||
these above mentioned both methods then check this repo <a
|
||||
href="https://github.com/massgravel/MAS-Legacy-Methods">MAS-Legacy-Methods</a><br />
|
||||
Latest MAS doesn’t use any of these methods, instead it uses ready to
|
||||
use Universal tickets (check below for info).<br />
|
||||
</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="types-of-tickets" class="section level2">
|
||||
<h2>Types of Tickets</h2>
|
||||
<p>There are many methods for ticket generation, however we can classify
|
||||
<p>There are many methods for ticket generation, majorly we can classify
|
||||
the ticket types in 3 categories.</p>
|
||||
<ol style="list-style-type: decimal">
|
||||
<li><p><strong>Downlevel Ticket</strong> - This is the simplest ticket
|
||||
generation process. In this method, ticket is signed by downlevel key by
|
||||
the system and the ticket’s OSVersion is 10. If it’s generated on
|
||||
the system and the ticket’s OSVersion is =<10. If it’s generated on
|
||||
Windows 10/11 then MS ideally aren’t supposed to grant activation,
|
||||
however they do and method is continuously working from last 4-5 years.
|
||||
Almost every HWID activator (at the time of writing this) is based on
|
||||
@ -491,7 +509,7 @@ href="https://github.com/massgravel/MAS-Legacy-Methods">MAS-Legacy-Methods</a></
|
||||
<p>Now a question, can Microsoft block the new requests or revoke
|
||||
already established HWID license?</p>
|
||||
<ul>
|
||||
<li>Revoking the license would be insane and will face many
|
||||
<li>Revoking the license would be too extreme and will face many
|
||||
complications and risk of voiding valid licenses. However maybe they can
|
||||
block the new activation requests coming from Downlevel and Universal
|
||||
tickets. But the tools are working from 4-5 years and they don’t seem to
|
||||
@ -629,7 +647,7 @@ activated.</p></li>
|
||||
unsupported EnterpriseS (LTSC) 2021 edition.</p></li>
|
||||
<li><p>Windows Server does not support HWID activation.</p></li>
|
||||
<li><p>ServerRdsh edition does not <a
|
||||
href="https://docs.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq#can-i-run-windows-10-enterprise-multi-session-on-premises">officially</a>
|
||||
href="https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq">officially</a>
|
||||
support activation on non-azure systems.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
@ -789,9 +807,7 @@ section if you want pre-activated Windows installation.</p></li>
|
||||
<div id="troubleshooting" class="section level2">
|
||||
<h2>Troubleshooting</h2>
|
||||
<ul>
|
||||
<li>Reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required)
|
||||
with an error screenshot.</li>
|
||||
<li>Check <a href="troubleshoot.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>index</title>
|
||||
<title>MAS</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -412,22 +408,20 @@ detections.</p>
|
||||
<li>HWID Activation</li>
|
||||
<li>KMS38 Activation</li>
|
||||
<li>Online KMS Activation</li>
|
||||
<li>$OEM$ Folders For Preactivation</li>
|
||||
<li>Activation Troubleshoot</li>
|
||||
<li>Insert Windows 10-11 HWID Key</li>
|
||||
<li>Change Windows 10-11-Server Edition</li>
|
||||
<li>$OEM$ Folders For Preactivation</li>
|
||||
<li>Change Windows Edition</li>
|
||||
<li>Check Windows-Office Activation Status</li>
|
||||
<li>Available in All In One & Separate Files Version</li>
|
||||
<li>Fully Open Source</li>
|
||||
<li>Fewer antivirus detections</li>
|
||||
<li>Files are either transparent batch scripts or official from
|
||||
Microsoft</li>
|
||||
<li>All Files Are Transparent Batch Scripts</li>
|
||||
<li>Fewer Antivirus Detections</li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="mas-latest-release" class="section level2">
|
||||
<h2>MAS Latest Release</h2>
|
||||
<p>Last Release - v1.7 (7-Nov-2022)<br />
|
||||
<p>Last Release - v1.8 (16-Mar-2023)<br />
|
||||
<a
|
||||
href="https://github.com/massgravel/Microsoft-Activation-Scripts">GitHub</a>
|
||||
/ <a
|
||||
@ -440,7 +434,7 @@ href="https://gitlab.com/massgrave/microsoft-activation-scripts">GitLab</a></p>
|
||||
<h3>Method 1 - PowerShell</h3>
|
||||
<ul>
|
||||
<li>On Windows 10/11, right-click on the windows start menu and select
|
||||
PowerShell or Terminal.</li>
|
||||
PowerShell or Terminal (Not CMD).</li>
|
||||
<li>Copy-paste the below code and press enter<br />
|
||||
<code>irm https://massgrave.dev/get | iex</code></li>
|
||||
<li>You will see the activation options, and follow onscreen
|
||||
@ -451,7 +445,7 @@ instructions.</li>
|
||||
<div id="method-2---traditional" class="section level3">
|
||||
<h3>Method 2 - Traditional</h3>
|
||||
<ul>
|
||||
<li>Download the file named <code>MAS_1.7_Password_1234.7z</code> from
|
||||
<li>Download the file named <code>MAS_1.8_Password_1234.7z</code> from
|
||||
<a
|
||||
href="https://github.com/massgravel/Microsoft-Activation-Scripts/releases">here</a></li>
|
||||
<li>Extract this file with a 3rd party archive manager, such as <a
|
||||
@ -513,6 +507,7 @@ href="unsupported_products_activation.html">here</a>.</p>
|
||||
<p><img src="MAS_AIO.png" /></p>
|
||||
<p><img src="MAS_HWID.png" /></p>
|
||||
<p><img src="MAS_KMS.png" /></p>
|
||||
<p><img src="MAS_Troubleshoot.png" /></p>
|
||||
<hr />
|
||||
<p>Made with Love ❤️</p>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>install_hwid_key</title>
|
||||
<title>Install HWID Key</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>kms38</title>
|
||||
<title>KMS38 Activation</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -423,7 +419,7 @@ match with any official activation method.</p></li>
|
||||
href="https://docs.microsoft.com/en-us/previous-versions/tn-archive/ee939272(v=technet.10)?redirectedfrom=MSDN#kms-overview">KMS</a>
|
||||
activation environment, activation lasts a maximum of up to 180 days.
|
||||
This is done using a valid license and server setup.</p></li>
|
||||
<li><p>However, in the Windows major upgrade process, the system uses
|
||||
<li><p>In the Windows major upgrade process, the system uses
|
||||
<code>gatherosstate.exe</code> to carry over the remaining KMS
|
||||
activation period. It does it by creating a ticket that can be used
|
||||
offline.</p></li>
|
||||
@ -436,6 +432,27 @@ href="https://en.wikipedia.org/wiki/Year_2038_problem">Y2K38 problem</a>
|
||||
as this date (19 January 2038 03:14:07 UTC) is the maximum date we can
|
||||
give to <code>gatherosstate.exe</code> without it looping back to the
|
||||
year 1970.</p></li>
|
||||
<li><p>How to convince the gatherosstate.exe?<br />
|
||||
There are two methods for it.<br />
|
||||
<br />
|
||||
<strong>1-</strong> Place a <a
|
||||
href="https://github.com/Gamers-Against-Weed/Integrated_Patcher_3">custom
|
||||
slc.dll</a> file beside gatherosstate.exe:<br />
|
||||
gatherosstate.exe uses the system’s
|
||||
<code>C:\Windows\System32\slc.dll</code> file to gather the system’s
|
||||
info. If we place a custom slc.dll file beside gatherosstate.exe which
|
||||
can send the rubbish data to it, then it will simply accept it and
|
||||
generate a valid ticket allowing activation upto 19 January 2038
|
||||
03:14:07 UTC.<br />
|
||||
<br />
|
||||
<strong>2-</strong> <a
|
||||
href="https://github.com/Gamers-Against-Weed/GamersOsState">Modify</a>
|
||||
the gatherosstate.exe file itself so that it doesn’t check the system’s
|
||||
activation status and we can put the activation period as we
|
||||
wish.</p></li>
|
||||
<li><p><strong>Note:</strong> Latest MAS doesn’t use any of these
|
||||
methods, instead it uses ready to use Universal ticket (check below for
|
||||
manual activation).</p></li>
|
||||
</ul>
|
||||
<p><strong>Q:</strong> Can Microsoft block this kind of
|
||||
activation?<br />
|
||||
@ -696,8 +713,8 @@ they can’t block them or take action directly.</p>
|
||||
activated.</p></li>
|
||||
<li><p>KMS38 only supports Windows/server version 14393 (1607) and newer
|
||||
versions.</p></li>
|
||||
<li><p>ServerRdsh edition does not <a
|
||||
href="https://docs.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq#can-i-run-windows-10-enterprise-multi-session-on-premises">officially</a>
|
||||
<li><p>ServerRdsh, Server Azure Datacenter editions do not <a
|
||||
href="https://learn.microsoft.com/en-us/azure/virtual-desktop/windows-10-multisession-faq">officially</a>
|
||||
support activation on non-azure systems.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
@ -708,13 +725,18 @@ support activation on non-azure systems.</p></li>
|
||||
<li><p>Windows Server Cor/Acor (No GUI) editions don’t have
|
||||
<code>clipup.exe</code> file.</p></li>
|
||||
<li><p>To KMS38 activate it, you need to download
|
||||
<code>ClipUp.exe</code> file from the below official MS link.<br />
|
||||
<a
|
||||
href="https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe"
|
||||
class="uri">https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe</a></p></li>
|
||||
<li><p>Rename the downloaded file as <code>ClipUp.exe</code> and put it
|
||||
beside the KMS38 Activation script. That would be either
|
||||
<code>MAS_AIO.cmd</code> or <code>KMS38_Activation.cmd</code></p></li>
|
||||
<code>ClipUp.exe</code> file from <a
|
||||
href="http://www.box.com/index.php?rm=box_download_shared_file&shared_name=qrmkewit9ty6ah0qzk0vncyyrwo8hei9&file_id=f_747809716860">this
|
||||
link</a>.<br />
|
||||
<br />
|
||||
<code>File: ClipUp.exe</code><br />
|
||||
<code>SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef</code><br />
|
||||
<br />
|
||||
This file has digital signatures which can be verified. You can also get
|
||||
this file from official Windows server 2016 x64 RTM ISO.</p></li>
|
||||
<li><p>Put the <code>ClipUp.exe</code> beside the KMS38 Activation
|
||||
script. That would be either <code>MAS_AIO.cmd</code> or
|
||||
<code>KMS38_Activation.cmd</code></p></li>
|
||||
<li><p>Activation script will check <code>ClipUp.exe</code> in the
|
||||
current folder (from where script is running) and will use it
|
||||
accordingly.</p></li>
|
||||
@ -885,17 +907,21 @@ with below Powershell command and then initiate the ticket generation
|
||||
process as per above mentioned steps.<br />
|
||||
<code>$date=[datetime]"2022/10/11 12:00";while($true){set-date $date; start-sleep -milliseconds 10}</code></p></li>
|
||||
<li><p>In the case of Windows Server Cor/Acor (No GUI) editions, the
|
||||
system doesn’t have <code>clipup.exe</code> file. So to activate it, you
|
||||
need to download <code>ClipUp.exe</code> file from the below official MS
|
||||
link.<br />
|
||||
<a
|
||||
href="https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe"
|
||||
class="uri">https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe</a><a
|
||||
href="https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exeRename"><br />
|
||||
</a>Rename the downloaded file as <code>ClipUp.exe</code> and put it in
|
||||
<code>C:\Windows\System32</code> folder and then initiate the above
|
||||
mentioned activation process. Once the activation is done, you can
|
||||
remove the file.</p></li>
|
||||
system doesn’t have <code>clipup.exe</code> file.<br />
|
||||
To KMS38 activate it, you need to download <code>ClipUp.exe</code> file
|
||||
from <a
|
||||
href="http://www.box.com/index.php?rm=box_download_shared_file&shared_name=qrmkewit9ty6ah0qzk0vncyyrwo8hei9&file_id=f_747809716860">this
|
||||
link</a>.<br />
|
||||
<br />
|
||||
<code>File: ClipUp.exe</code><br />
|
||||
<code>SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef</code><br />
|
||||
<br />
|
||||
This file has digital signatures which can be verified. You can also get
|
||||
this file from official Windows server 2016 x64 RTM ISO.<br />
|
||||
<br />
|
||||
Put the <code>ClipUp.exe</code> in <code>C:\Windows\System32</code>
|
||||
folder and then initiate the above mentioned activation process. Once
|
||||
the activation is done, you can remove the file.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
@ -911,9 +937,7 @@ section if you want pre-activated Windows installation.</p></li>
|
||||
<div id="troubleshooting" class="section level2">
|
||||
<h2>Troubleshooting</h2>
|
||||
<ul>
|
||||
<li>Reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required)
|
||||
with an error screenshot.</li>
|
||||
<li>Check <a href="troubleshoot.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
(function() {
|
||||
for (const link of document.getElementsByTagName('a')) {
|
||||
if (/^(https?:)?\/\//.test(link.getAttribute('href'))) link.target = '_blank';
|
||||
}
|
||||
(function() {
|
||||
for (const link of document.getElementsByTagName('a')) {
|
||||
if (/^(https?:)?\/\//.test(link.getAttribute('href'))) link.target = '_blank';
|
||||
}
|
||||
})();
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>oem-folder</title>
|
||||
<title>OEM Folders</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -433,13 +429,18 @@ key is of OEM channel.</p></li>
|
||||
<li><p>Windows Server Cor/Acor (No GUI) editions don’t have
|
||||
<code>clipup.exe</code> file.</p></li>
|
||||
<li><p>To KMS38 activate it, you need to download
|
||||
<code>ClipUp.exe</code> file from the below official MS link.<br />
|
||||
<a
|
||||
href="https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe"
|
||||
class="uri">https://msdl.microsoft.com/download/symbols/clipup.exe/5789984414b000/clipup.exe</a></p></li>
|
||||
<li><p>Rename the downloaded file as <code>ClipUp.exe</code> and put it
|
||||
beside the KMS38 Activation script. That would be either
|
||||
<code>MAS_AIO.cmd</code> or <code>KMS38_Activation.cmd</code></p></li>
|
||||
<code>ClipUp.exe</code> file from <a
|
||||
href="http://www.box.com/index.php?rm=box_download_shared_file&shared_name=qrmkewit9ty6ah0qzk0vncyyrwo8hei9&file_id=f_747809716860">this
|
||||
link</a>.<br />
|
||||
<br />
|
||||
<code>File: ClipUp.exe</code><br />
|
||||
<code>SHA-256: 0d6e9f6bbd0321eda149658d96040cb4f79e0bd93ba60061f25b28fecbf4d4ef</code><br />
|
||||
<br />
|
||||
This file has digital signatures which can be verified. You can also get
|
||||
this file from official Windows server 2016 x64 RTM ISO.</p></li>
|
||||
<li><p>Put the <code>ClipUp.exe</code> beside the KMS38 Activation
|
||||
script. That would be either <code>MAS_AIO.cmd</code> or
|
||||
<code>KMS38_Activation.cmd</code></p></li>
|
||||
<li><p>Activation script will check <code>ClipUp.exe</code> in the
|
||||
current folder (from where script is running) and will use it
|
||||
accordingly.</p></li>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>office-license-is-not-genuine</title>
|
||||
<title>Get genuine Office banner</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -511,10 +507,7 @@ MonthlyEnterprise</p></li>
|
||||
<div id="report-an-issue" class="section level2">
|
||||
<h2>Report an issue</h2>
|
||||
<ul>
|
||||
<li>If you have any conflicting info or any other useful info regarding
|
||||
this then please reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not
|
||||
required).</li>
|
||||
<li>Check <a href="troubleshoot.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>online_kms</title>
|
||||
<title>Online KMS Activation</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -694,22 +690,6 @@ prefer to use the standalone converter script: <a
|
||||
href="https://forums.mydigitallife.net/posts/1150042/">Office-C2R-Retail2Volume</a></p>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="file-details" class="section level2">
|
||||
<h2>File Details</h2>
|
||||
<pre><code>cleanosppx64.exe SHA-1: d30a0e4e5911d3ca705617d17225372731c770e2
|
||||
cleanosppx86.exe SHA-1: 39ed8659e7ca16aaccb86def94ce6cec4c847dd6</code></pre>
|
||||
<ul>
|
||||
<li><p>These files are used in cleaning office license in C2R Retail
|
||||
office to VL conversion process.</p></li>
|
||||
<li><p>These files are taken from the old version of Microsoft official
|
||||
tool <code>O15CTRRemove.diagcab</code></p></li>
|
||||
</ul>
|
||||
<!-- -->
|
||||
<pre><code> File: O15CTRRemove.diagcab (Digitally Signed)
|
||||
Link: https://app.box.com/s/n8qpb5ljmv6djp77w5p6fk043dm6s3r1 (Unofficial Link)
|
||||
SHA-1: 56c6ca76993a96cf9a255463b90db96cb9d24464</code></pre>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="debug-mode" class="section level2">
|
||||
<h2>Debug Mode</h2>
|
||||
<ul>
|
||||
@ -758,9 +738,7 @@ section if you want pre-activated Windows installation.</p></li>
|
||||
<div id="troubleshooting" class="section level2">
|
||||
<h2>Troubleshooting</h2>
|
||||
<ul>
|
||||
<li>Reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required)
|
||||
with an error screenshot.</li>
|
||||
<li>Check <a href="troubleshoot.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>troubleshoot</title>
|
||||
<title>Troubleshooting</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -404,10 +400,21 @@ div.tocify {
|
||||
<ul>
|
||||
<li><p>Reach out to us on <a
|
||||
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required)
|
||||
with an error screenshot.</p></li>
|
||||
or <a href="https://t.me/Microsoft_Activation_Scripts">Telegram</a> with
|
||||
an error screenshot.</p></li>
|
||||
<li><p>Alternatively, you can connect with us <a
|
||||
href="contactus.html">here</a>.</p></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li>Troubleshoot option in MAS has various options for the fixes. Script
|
||||
may ask to check the below links for these specific cases
|
||||
troubleshooting, we suggest to follow them only when script asks you to
|
||||
do it.<br />
|
||||
<a href="licensing-servers-issue.html">Licensing Servers Issue</a> - <a
|
||||
href="fix-wpa-registry.html">Fix WPA Registry</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="links.js"></script>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
||||
<title>unsupported_products_activation</title>
|
||||
<title>Unsupported Products Activation</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
@ -362,10 +362,6 @@ div.tocify {
|
||||
<a href="install_hwid_key.html">Install HWID Key</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="unreadable-codes-in-mas-aio.html">Unreadable Codes In MAS AIO</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
<li>
|
||||
<a href="office-license-is-not-genuine.html">Office License Is Not Genuine</a>
|
||||
</li>
|
||||
@ -478,8 +474,7 @@ cause the system boot issue.</p>
|
||||
<hr />
|
||||
<ul>
|
||||
<li>If you need help with some other Microsoft products, reach out to us
|
||||
on <a href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not
|
||||
required) .</li>
|
||||
<a href="contactus.html">here</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|