Grammar fixes from Lyssa

This commit is contained in:
2023-10-27 02:06:23 +05:30
parent 22da220e63
commit 7d2157fb8d
19 changed files with 387 additions and 375 deletions

View File

@ -407,7 +407,7 @@ div.tocify {
<div id="idm-activation-script" class="section level2">
<h2>IDM Activation Script</h2>
<p>An open source tool to activate and reset trial of <a
<p>An open source tool to activate or reset trial of <a
href="https://www.internetdownloadmanager.com/">Internet Download
Manager</a></p>
<hr />
@ -433,11 +433,11 @@ href="https://github.com/WindowsAddict/IDM-Activation-Script">GitHub</a></p>
<div id="download-how-to-use-it" class="section level2">
<h2>Download / How to use it?</h2>
<ul>
<li>First fresh install <a
<li>First, fresh install <a
href="https://www.internetdownloadmanager.com/">Internet Download
Manager</a>. Make sure previous cracks/patches are removed/uninstalled
if there are any.</li>
<li>After that follow below steps to activate it.</li>
<li>After that, follow below steps to activate it.</li>
</ul>
<div id="method-1---powershell" class="section level3">
<h3>Method 1 - PowerShell</h3>
@ -447,7 +447,7 @@ if there are any.</li>
select PowerShell or Terminal (Not CMD).</li>
<li>Copy-paste the below code and press enter<br />
<code>irm https://massgrave.dev/ias | iex</code></li>
<li>You will see the activation options, and follow onscreen
<li>You will see the activation options, follow the on-screen
instructions.</li>
<li>Thats all.</li>
</ul>
@ -477,8 +477,8 @@ download manager (IDM).</li>
<li>This method requires Internet at the time of activation.</li>
<li>IDM updates can be installed directly without having to activate
again.</li>
<li>After the activation, if in some case, the IDM starts to show
activation nag screen, then just run the activation option again.</li>
<li>After the activation, if in some case, IDM starts to show activation
nag screen, then just run the activation option again.</li>
</ul>
</div>
<div id="reset-idm-activation-trial" class="section level4">
@ -487,7 +487,7 @@ activation nag screen, then just run the activation option again.</li>
<li>Internet download manager provides 30 days trial period, you can use
this script to reset this Activation / Trial period whenever you
want.</li>
<li>This option also can be used to restore status if in case the IDM
<li>This option also can be used to restore status if in case IDM
reports fake serial key and other similar errors.</li>
</ul>
</div>
@ -496,15 +496,15 @@ reports fake serial key and other similar errors.</li>
<ul>
<li>Project is supported for Windows 7/8/8.1/10/11 and their Server
equivalent.</li>
<li>Powershell method to run IAS is supported on Windows 8 and
<li>PowerShell method to run IAS is supported on Windows 8 and
higher.</li>
</ul>
</div>
<div id="advanced-info" class="section level4">
<h4>Advanced Info</h4>
<ul>
<li>To add a custom name in IDM license info, edit the line number 21 in
the script file.</li>
<li>To add a custom name in IDM license info, edit line number 21 in the
script file.</li>
<li>For activation in unattended mode, run the script with
<code>/act</code> parameter.</li>
<li>For reset in unattended mode, run the script with <code>/res</code>
@ -524,7 +524,7 @@ from tampering and data is stored in a pattern to track the fake serial
issue and the remaining trial days. To activate it, script here simply
generate those registry keys by triggering a few downloads in IDM and
identifies those registry keys and locks them so IDM cant edit and
view. That way IDM can not show the warning that its activated with a
view. That way IDM cannot show the warning that its activated with a
fake serial key.</li>
</ul>
<hr />