Few edits
This commit is contained in:
parent
2e9958279a
commit
5181b95c97
@ -418,8 +418,8 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</ul>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="33%" />
|
||||
<col width="66%" />
|
||||
<col width="36%" />
|
||||
<col width="63%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
@ -514,15 +514,15 @@ href="oem-folder.html">this</a> page for more details.</p></li>
|
||||
</div>
|
||||
<div id="uses-in-powershell-one-liner" class="section level2">
|
||||
<h2>Uses In Powershell One Liner</h2>
|
||||
<p><code>iex "&{$(irm https://mass grave.dev/get)} /para"</code></p>
|
||||
<p>Note - Remove space between <code>mass grave</code></p>
|
||||
<p><code>& ([ScriptBlock]::Create((irm https://mass grave.dev/get))) /para</code></p>
|
||||
<p>Note - Remove space between <code>mass grave</code></p>
|
||||
<ul>
|
||||
<li>Replace <code>/para</code> in this command with the switches from
|
||||
the above table. You can also use multiple switches. For example,
|
||||
<code>/HWID /KMS-Office /KMS-ActAndRenewalTask</code></li>
|
||||
</ul>
|
||||
<p><strong>Note:</strong> This Powershell one liner will work on Windows
|
||||
8 and later versions only.</p>
|
||||
8.1 and later versions only.</p>
|
||||
<hr />
|
||||
</div>
|
||||
<div id="rules" class="section level2">
|
||||
|
@ -427,8 +427,8 @@ href="https://github.com/asdcorp/Integrated_Patcher_3">Integrated_Patcher</a>,
|
||||
href="https://github.com/asdcorp/Set-WindowsCbsEdition">Set-WindowsCbsEdition</a>,
|
||||
<a href="https://github.com/massgravel/hwid-stuff">hwid-stuff</a>, <a
|
||||
href="https://github.com/awuctl/licensing-stuff">licensing-stuff</a>, <a
|
||||
href="https://github.com/massgravel/activation">info</a>, and great
|
||||
help</td>
|
||||
href="https://github.com/massgravel/activation">info</a>, branding
|
||||
materials and great help</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td><a href="https://github.com/vyvojar">vyvojar</a></td>
|
||||
|
@ -411,7 +411,7 @@ div.tocify {
|
||||
<hr />
|
||||
<ul>
|
||||
<li><p><strong>How to use it?<br />
|
||||
</strong>Checks how to info <a
|
||||
</strong>Check the info <a
|
||||
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>
|
||||
@ -467,13 +467,14 @@ Use the change edition option in the Extras section in MAS.</p></li>
|
||||
O365 can not be activated with KMS. To activate it, the script installs
|
||||
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>
|
||||
server side O365 specific features such as 1TB storage in Onedrive. 5GB
|
||||
storage in free onedrive account would work fine.</p></li>
|
||||
<li><p><strong>Can I get Co-Pilot feature in Office 365 with Mondo
|
||||
License?</strong><br />
|
||||
At the time of writing, this feature is in testing period and not
|
||||
available to all 365 users. And as stated in above question, all online
|
||||
features are not available in Mondo License, so most likely it won’t
|
||||
work.</p></li>
|
||||
features are not available in Mondo License, so we can’t say if it will
|
||||
work or not.</p></li>
|
||||
<li><p><strong>I’m getting ‘Office is not genuine
|
||||
banner’.</strong><br />
|
||||
Run Online KMS from the latest MAS version.</p></li>
|
||||
|
@ -13,7 +13,7 @@ pagetitle: Command Line Switches
|
||||
- If you want to use it in Windows Pre-Activation then check [this](oem-folder.html) page for more details.
|
||||
|
||||
| Switches | Meaning |
|
||||
|------------------------|-----------------------------------------------|
|
||||
|--------------------------|----------------------------------------------|
|
||||
| `/HWID` | Activate with HWID |
|
||||
| `/HWID-NoEditionChange` | Don't change edition if not supported by HWID |
|
||||
| | |
|
||||
@ -39,13 +39,13 @@ pagetitle: Command Line Switches
|
||||
|
||||
## Uses In Powershell One Liner
|
||||
|
||||
`iex "&{$(irm https://mass grave.dev/get)} /para"`
|
||||
`& ([ScriptBlock]::Create((irm https://mass grave.dev/get))) /para`
|
||||
|
||||
Note - Remove space between `mass grave`
|
||||
Note - Remove space between `mass grave`
|
||||
|
||||
- Replace `/para` in this command with the switches from the above table. You can also use multiple switches. For example, `/HWID /KMS-Office /KMS-ActAndRenewalTask`
|
||||
|
||||
**Note:** This Powershell one liner will work on Windows 8 and later versions only.
|
||||
**Note:** This Powershell one liner will work on Windows 8.1 and later versions only.
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
18
credits.md
18
credits.md
@ -6,15 +6,15 @@ pagetitle: Credits
|
||||
|
||||
MAS project wouldn't be possible without kind help and uses of other honorable developer's tools and scripts. I would like to say thanks to all those wonderful people and projects.
|
||||
|
||||
| | |
|
||||
| | |
|
||||
|--------------------------|:---------------------------------------------|
|
||||
| Anomalous Software Deterioration Corporation | [Original HWID/KMS38 methods](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3), [Rearm](https://github.com/asdcorp/rearm), [Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition), [hwid-stuff](https://github.com/massgravel/hwid-stuff), [licensing-stuff](https://github.com/awuctl/licensing-stuff), [info](https://github.com/massgravel/activation), and great help |
|
||||
| [vyvojar](https://github.com/vyvojar) | [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) |
|
||||
| sponpa, leitek8 | [slc.dll Improvements](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) |
|
||||
| AveYo | [Compressed2TXT](https://github.com/AveYo/Compressed2TXT), [LeanAndMean](https://github.com/AveYo/LeanAndMean), and great help |
|
||||
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | Testing and Support |
|
||||
| abbodi1406 | [KMS_VL_ALL](https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/#post-838808) (Online KMS is a fork of it), enormous help in coding and problem solving |
|
||||
| [Alex](https://github.com/ave9858) (aka may, ave9858) | Universal Ticket for HWID/KMS38, [CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71), User support, Co-enhancing MAS, suggestions and great help in coding and problem solving |
|
||||
| WindowsAddict | MAS Author |
|
||||
| Anomalous Software Deterioration Corporation | [Original HWID/KMS38 methods](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/29/#comment-1497887), [GamersOsState](https://github.com/asdcorp/GamersOsState), [Integrated_Patcher](https://github.com/asdcorp/Integrated_Patcher_3), [Rearm](https://github.com/asdcorp/rearm), [Set-WindowsCbsEdition](https://github.com/asdcorp/Set-WindowsCbsEdition), [hwid-stuff](https://github.com/massgravel/hwid-stuff), [licensing-stuff](https://github.com/awuctl/licensing-stuff), [info](https://github.com/massgravel/activation), branding materials and great help |
|
||||
| [vyvojar](https://github.com/vyvojar) | [slshim](https://app.box.com/s/y71tpcamofcg6zv6k7by6gaex6om3q4d) |
|
||||
| sponpa, leitek8 | [slc.dll Improvements](https://nsaneforums.com/topic/316668-microsoft-activation-scripts/page/21/?tab=comments#comment-1431257) |
|
||||
| AveYo | [Compressed2TXT](https://github.com/AveYo/Compressed2TXT), [LeanAndMean](https://github.com/AveYo/LeanAndMean), and great help |
|
||||
| [Enthousiast](https://forums.mydigitallife.net/members/enthousiast.104688/) | Testing and Support |
|
||||
| abbodi1406 | [KMS_VL_ALL](https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/#post-838808) (Online KMS is a fork of it), enormous help in coding and problem solving |
|
||||
| [Alex](https://github.com/ave9858) (aka may, ave9858) | Universal Ticket for HWID/KMS38, [CleanOffice.ps1](https://gist.github.com/ave9858/9fff6af726ba3ddc646285d1bbf37e71), User support, Co-enhancing MAS, suggestions and great help in coding and problem solving |
|
||||
| WindowsAddict | MAS Author |
|
||||
|
||||
And thanks to the MAS users for their interest, feedback, and assistance. ❤️
|
||||
|
6
faq.md
6
faq.md
@ -9,7 +9,7 @@ pagetitle: FAQ
|
||||
------------------------------------------------------------------------
|
||||
|
||||
- **How to use it?\
|
||||
**Checks how to info [here](index.html#Download__How_to_use_it).
|
||||
**Check the info [here](index.html#Download__How_to_use_it).
|
||||
|
||||
- **How to activate Windows permanently?**\
|
||||
Use HWID option in MAS.
|
||||
@ -57,10 +57,10 @@ pagetitle: FAQ
|
||||
Use the change edition option in the Extras section in MAS.
|
||||
|
||||
- **Can I activate Office 365?**\
|
||||
O365 can not be activated with KMS. To activate it, the script installs 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.
|
||||
O365 can not be activated with KMS. To activate it, the script installs 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 server side O365 specific features such as 1TB storage in Onedrive. 5GB storage in free onedrive account would work fine.
|
||||
|
||||
- **Can I get Co-Pilot feature in Office 365 with Mondo License?**\
|
||||
At the time of writing, this feature is in testing period and not available to all 365 users. And as stated in above question, all online features are not available in Mondo License, so most likely it won't work.
|
||||
At the time of writing, this feature is in testing period and not available to all 365 users. And as stated in above question, all online features are not available in Mondo License, so we can't say if it will work or not.
|
||||
|
||||
- **I'm getting 'Office is not genuine banner'.**\
|
||||
Run Online KMS from the latest MAS version.
|
||||
|
Loading…
Reference in New Issue
Block a user