This commit is contained in:
WindowsAddict 2023-11-29 21:37:26 +05:30
parent 2bbfc22be1
commit b505afc7d3
10 changed files with 128 additions and 71 deletions

BIN
IAS.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,14 +1,22 @@
# Check the instructions here on how to use it https://massgrave.dev/idm-activation-script
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients # Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
$DownloadURL = 'https://raw.githubusercontent.com/WindowsAddict/IDM-Activation-Script/main/IAS.cmd' $DownloadURL = 'https://raw.githubusercontent.com/WindowsAddict/IDM-Activation-Script/main/IAS.cmd'
$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/idm-activation-script/raw/main/IAS.cmd'
$rand = Get-Random -Maximum 1000 $rand = Get-Random -Maximum 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544') $isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
$FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" } $FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" }
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing try {
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing
}
catch {
$response = Invoke-WebRequest -Uri $DownloadURL2 -UseBasicParsing
}
$ScriptArgs = "$args " $ScriptArgs = "$args "
$prefix = "@REM $rand `r`n" $prefix = "@REM $rand `r`n"

View File

@ -407,7 +407,7 @@ div.tocify {
<div id="idm-activation-script" class="section level2"> <div id="idm-activation-script" class="section level2">
<h2>IDM Activation Script</h2> <h2>IDM Activation Script</h2>
<p>An open source tool to activate or reset trial of <a <p>An open-source tool to activate or reset the trial of <a
href="https://www.internetdownloadmanager.com/">Internet Download href="https://www.internetdownloadmanager.com/">Internet Download
Manager</a></p> Manager</a></p>
<hr /> <hr />
@ -419,15 +419,17 @@ Manager</a></p>
<li>Activation persists even after installing IDM updates</li> <li>Activation persists even after installing IDM updates</li>
<li>IDM trial reset</li> <li>IDM trial reset</li>
<li>Fully open source</li> <li>Fully open source</li>
<li>Based on transparent batch script</li> <li>Based on the transparent batch script</li>
</ul> </ul>
<hr /> <hr />
</div> </div>
<div id="ias-latest-release" class="section level2"> <div id="ias-latest-release" class="section level2">
<h2>IAS Latest Release</h2> <h2>IAS Latest Release</h2>
<p>Last Release - v0.8 (10-Aug-2023)<br /> <p>Last Release - v0.9 (29-Nov-2023)<br />
<a <a
href="https://github.com/WindowsAddict/IDM-Activation-Script">GitHub</a></p> href="https://github.com/WindowsAddict/IDM-Activation-Script">GitHub</a>
- <a
href="https://bitbucket.org/WindowsAddict/idm-activation-script/">BitBucket</a></p>
<hr /> <hr />
</div> </div>
<div id="download-how-to-use-it" class="section level2"> <div id="download-how-to-use-it" class="section level2">
@ -437,13 +439,13 @@ href="https://github.com/WindowsAddict/IDM-Activation-Script">GitHub</a></p>
href="https://www.internetdownloadmanager.com/">Internet Download href="https://www.internetdownloadmanager.com/">Internet Download
Manager</a>. Make sure previous cracks/patches are removed/uninstalled Manager</a>. Make sure previous cracks/patches are removed/uninstalled
if there are any.</li> if there are any.</li>
<li>After that, follow below steps to activate it.</li> <li>After that, follow the below steps to activate it.</li>
</ul> </ul>
<div id="method-1---powershell" class="section level3"> <div id="method-1---powershell" class="section level3">
<h3>Method 1 - PowerShell</h3> <h3>Method 1 - PowerShell</h3>
<p>(Recommended)</p> <p>(Recommended)</p>
<ul> <ul>
<li>On Windows 8.1/10/11, right-click on the windows start menu and <li>On Windows 8.1/10/11, right-click on the Windows start menu and
select PowerShell or Terminal (Not CMD).</li> select PowerShell or Terminal (Not CMD).</li>
<li>Copy-paste the below code and press enter<br /> <li>Copy-paste the below code and press enter<br />
<code>irm https://massgrave.dev/ias | iex</code></li> <code>irm https://massgrave.dev/ias | iex</code></li>
@ -456,8 +458,10 @@ instructions.</li>
<h3>Method 2 - Traditional</h3> <h3>Method 2 - Traditional</h3>
<ul> <ul>
<li>Download the file from <a <li>Download the file from <a
href="https://github.com/WindowsAddict/IDM-Activation-Script/archive/refs/heads/main.zip">here</a></li> href="https://github.com/WindowsAddict/IDM-Activation-Script/archive/refs/heads/main.zip">GitHub</a>
<li>Right click on the downloaded zip file and extract</li> or <a
href="https://bitbucket.org/WindowsAddict/idm-activation-script/get/main.zip">Bitbucket</a></li>
<li>Right-click on the downloaded zip file and extract</li>
<li>In the extracted folder, run the file named <li>In the extracted folder, run the file named
<code>IAS.cmd</code></li> <code>IAS.cmd</code></li>
<li>You will see the activation options, and follow onscreen <li>You will see the activation options, and follow onscreen
@ -472,45 +476,44 @@ instructions.</li>
<div id="activation" class="section level4"> <div id="activation" class="section level4">
<h4>Activation</h4> <h4>Activation</h4>
<ul> <ul>
<li>This script applies registry lock method to activate Internet <li>This script applies the registry lock method to activate the
download manager (IDM).</li> Internet download manager (IDM).</li>
<li>This method requires Internet at the time of activation.</li> <li>This method requires the Internet at the time of activation.</li>
<li>IDM updates can be installed directly without having to activate <li>IDM updates can be installed directly without having to activate it
again.</li> again.</li>
<li>After the activation, if in some case, IDM starts to show activation <li>After the activation, if in some cases, IDM starts to show an
nag screen, then just run the activation option again.</li> activation nag screen, then just run the activation option again without
using the reset option.</li>
</ul> </ul>
</div> </div>
<div id="reset-idm-activation-trial" class="section level4"> <div id="reset-idm-activation-trial" class="section level4">
<h4>Reset IDM Activation / Trial</h4> <h4>Reset IDM Activation / Trial</h4>
<ul> <ul>
<li>Internet download manager provides 30 days trial period, you can use <li>Internet download manager provides a 30-day trial period, you can
this script to reset this Activation / Trial period whenever you use this script to reset this Activation / Trial period whenever you
want.</li> want.</li>
<li>This option also can be used to restore status if in case IDM <li>This option also can be used to restore status if in case IDM
reports fake serial key and other similar errors.</li> reports a fake serial key and other similar errors.</li>
</ul> </ul>
</div> </div>
<div id="os-requirement" class="section level4"> <div id="os-requirement" class="section level4">
<h4>OS requirement</h4> <h4>OS requirement</h4>
<ul> <ul>
<li>Project is supported for Windows 7/8/8.1/10/11 and their Server <li>The project is supported for Windows 7/8/8.1/10/11 and their Server
equivalent.</li> equivalent.</li>
<li>PowerShell method to run IAS is supported on Windows 8 and <li>The PowerShell method to run IAS is supported on Windows 8 and
higher.</li> higher.</li>
</ul> </ul>
</div> </div>
<div id="advanced-info" class="section level4"> <div id="advanced-info" class="section level4">
<h4>Advanced Info</h4> <h4>Advanced Info</h4>
<ul> <ul>
<li>To add a custom name in IDM license info, edit line number 21 in the <li>To add a custom name in IDM license info, edit line number 29 in the
script file.</li> script file.</li>
<li>For activation in unattended mode, run the script with <li>For activation in unattended mode, run the script with the
<code>/act</code> parameter.</li> <code>/act</code> parameter.</li>
<li>For reset in unattended mode, run the script with <code>/res</code> <li>For reset in unattended mode, run the script with the
parameter.</li> <code>/res</code> parameter.</li>
<li>To enable silent mode with above two methods, run the script with
<code>/s</code> parameter.</li>
</ul> </ul>
<hr /> <hr />
</div> </div>
@ -518,14 +521,14 @@ parameter.</li>
<div id="how-does-it-work" class="section level2"> <div id="how-does-it-work" class="section level2">
<h2>How does it work?</h2> <h2>How does it work?</h2>
<ul> <ul>
<li>IDM stores the data related to trial and activation in across <li>IDM stores the data related to trial and activation across various
various registry keys. Some of these keys are locked to protect them registry keys. Some of these keys are locked to protect them from
from tampering and data is stored in a pattern to track the fake serial tampering and data is stored in a pattern to track the fake serial issue
issue and the remaining trial days. To activate it, script here simply and the remaining trial days. To activate it, the script here simply
generate those registry keys by triggering a few downloads in IDM and generates those registry keys by triggering a few downloads in IDM,
identifies those registry keys and locks them so IDM cant edit and identifies those registry keys, and locks them so IDM cant edit and
view. That way IDM cannot show the warning that its activated with a view them. That way IDM cannot show the warning that its activated with
fake serial key.</li> a fake serial key.</li>
</ul> </ul>
<hr /> <hr />
</div> </div>
@ -534,8 +537,8 @@ fake serial key.</li>
<ul> <ul>
<li>Browser Integration Fix: <a <li>Browser Integration Fix: <a
href="https://www.internetdownloadmanager.com/register/new_faq/bi9.html">Chrome</a> href="https://www.internetdownloadmanager.com/register/new_faq/bi9.html">Chrome</a>
<a - <a
href="https://www.internetdownloadmanager.com/register/new_faq/bi4.html">FireFox</a></li> href="https://www.internetdownloadmanager.com/register/new_faq/bi4.html">Firefox</a></li>
<li>Reach out to us on <a <li>Reach out to us on <a
href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required) href="https://discord.gg/gjJEfq7ux8">Discord</a> (signup not required)
with an error screenshot.</li> with an error screenshot.</li>
@ -546,18 +549,45 @@ src="https://lookimg.com/images/2023/03/21/QTvjcD.png" /></a></p>
</div> </div>
<div id="changelog" class="section level2"> <div id="changelog" class="section level2">
<h2>Changelog</h2> <h2>Changelog</h2>
<p>v0.8</p> <div id="v0.9" class="section level4">
<h4>v0.9</h4>
<ul>
<li>Fixed an issue where the script can not activate and reset IDM in
non-admin user accounts.</li>
<li>Fixed an issue where the script incorrectly shows that IDM is
activated.</li>
<li>Fixed an issue where a fake serial pop-up may appear. The script
will also show the info to run the activation option again without using
the reset option.</li>
<li>Fixed an issue where Powershell code to launch IAS may not work due
to GitHub block in some regions. It will use the new <a
href="https://bitbucket.org/WindowsAddict/idm-activation-script/">BitBucket</a>
repo as a fallback link.</li>
<li>IDM registry scanning and locking code is now written in
Powershell.</li>
<li>The script update checker code is added to the script.</li>
<li>The script will now disable quick edit mode temporarily because
users often click inside the script window and it pauses the
script.</li>
<li>The script will back up the CLSISD registry keys before performing
operations on them.</li>
<li>Many error checks are added to better identify the issues.</li>
</ul>
</div>
<div id="v0.8" class="section level4">
<h4>v0.8</h4>
<ul> <ul>
<li>Move the project to <a <li>Move the project to <a
href="https://github.com/WindowsAddict/IDM-Activation-Script">Github</a> href="https://github.com/WindowsAddict/IDM-Activation-Script">Github</a>
and <a and <a
href="https://massgrave.dev/idm-activation-script.html">massgrave.dev</a></li> href="https://massgrave.dev/idm-activation-script.html">massgrave.dev</a></li>
<li>Minor bug fixes</li> <li>Minor bug fixes</li>
<li>Add an info to inform users that empty registry keys are being <li>Add info to inform users that empty registry keys are being deleted
deleted when script deletes a lot of them</li> when the script deletes a lot of them</li>
</ul> </ul>
<hr /> <hr />
</div> </div>
</div>
<div id="screenshots" class="section level2"> <div id="screenshots" class="section level2">
<h2>Screenshots</h2> <h2>Screenshots</h2>
<p><img src="IAS.png" /></p> <p><img src="IAS.png" /></p>
@ -568,8 +598,8 @@ deleted when script deletes a lot of them</li>
<h2>Credits</h2> <h2>Credits</h2>
<table> <table>
<colgroup> <colgroup>
<col width="29%" /> <col width="16%" />
<col width="70%" /> <col width="83%" />
</colgroup> </colgroup>
<tbody> <tbody>
<tr class="odd"> <tr class="odd">

View File

@ -477,7 +477,7 @@ your preferred method.</p>
<li><p><a <li><p><a
href="https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRU_v9.0.zip">YAOCTRU</a> href="https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRU_v9.0.zip">YAOCTRU</a>
(Office Downloader) &amp; <a (Office Downloader) &amp; <a
href="https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRI_v10.6.zip">YAOCTRI</a> href="https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRI_v10.7.zip">YAOCTRI</a>
(Office Installer)</p></li> (Office Installer)</p></li>
<li><p><a href="http://otp.landian.vip/">Office Tool Plus</a></p></li> <li><p><a href="http://otp.landian.vip/">Office Tool Plus</a></p></li>
</ul> </ul>

12
ias.ps1
View File

@ -1,14 +1,22 @@
# Check the instructions here on how to use it https://massgrave.dev/idm-activation-script
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients # Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
$DownloadURL = 'https://raw.githubusercontent.com/WindowsAddict/IDM-Activation-Script/main/IAS.cmd' $DownloadURL = 'https://raw.githubusercontent.com/WindowsAddict/IDM-Activation-Script/main/IAS.cmd'
$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/idm-activation-script/raw/main/IAS.cmd'
$rand = Get-Random -Maximum 1000 $rand = Get-Random -Maximum 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544') $isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')
$FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" } $FilePath = if ($isAdmin) { "$env:SystemRoot\Temp\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" }
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing try {
$response = Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing
}
catch {
$response = Invoke-WebRequest -Uri $DownloadURL2 -UseBasicParsing
}
$ScriptArgs = "$args " $ScriptArgs = "$args "
$prefix = "@REM $rand `r`n" $prefix = "@REM $rand `r`n"

View File

@ -4,7 +4,7 @@ pagetitle: IDM Activation Script
## IDM Activation Script ## IDM Activation Script
An open source tool to activate or reset trial of [Internet Download Manager](https://www.internetdownloadmanager.com/) An open-source tool to activate or reset the trial of [Internet Download Manager](https://www.internetdownloadmanager.com/)
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -14,27 +14,27 @@ An open source tool to activate or reset trial of [Internet Download Manager](ht
- Activation persists even after installing IDM updates - Activation persists even after installing IDM updates
- IDM trial reset - IDM trial reset
- Fully open source - Fully open source
- Based on transparent batch script - Based on the transparent batch script
------------------------------------------------------------------------ ------------------------------------------------------------------------
## IAS Latest Release ## IAS Latest Release
Last Release - v0.8 (10-Aug-2023)\ Last Release - v0.9 (29-Nov-2023)\
[GitHub](https://github.com/WindowsAddict/IDM-Activation-Script) [GitHub](https://github.com/WindowsAddict/IDM-Activation-Script) - [BitBucket](https://bitbucket.org/WindowsAddict/idm-activation-script/)
------------------------------------------------------------------------ ------------------------------------------------------------------------
## Download / How to use it? ## Download / How to use it?
- First, fresh install [Internet Download Manager](https://www.internetdownloadmanager.com/). Make sure previous cracks/patches are removed/uninstalled if there are any. - First, fresh install [Internet Download Manager](https://www.internetdownloadmanager.com/). Make sure previous cracks/patches are removed/uninstalled if there are any.
- After that, follow below steps to activate it. - After that, follow the below steps to activate it.
### Method 1 - PowerShell ### Method 1 - PowerShell
(Recommended) (Recommended)
- On Windows 8.1/10/11, right-click on the windows start menu and select PowerShell or Terminal (Not CMD). - On Windows 8.1/10/11, right-click on the Windows start menu and select PowerShell or Terminal (Not CMD).
- Copy-paste the below code and press enter\ - Copy-paste the below code and press enter\
`irm https://massgrave.dev/ias | iex` `irm https://massgrave.dev/ias | iex`
- You will see the activation options, follow the on-screen instructions. - You will see the activation options, follow the on-screen instructions.
@ -42,8 +42,8 @@ Last Release - v0.8 (10-Aug-2023)\
### Method 2 - Traditional ### Method 2 - Traditional
- Download the file from [here](https://github.com/WindowsAddict/IDM-Activation-Script/archive/refs/heads/main.zip) - Download the file from [GitHub](https://github.com/WindowsAddict/IDM-Activation-Script/archive/refs/heads/main.zip) or [Bitbucket](https://bitbucket.org/WindowsAddict/idm-activation-script/get/main.zip)
- Right click on the downloaded zip file and extract - Right-click on the downloaded zip file and extract
- In the extracted folder, run the file named `IAS.cmd` - In the extracted folder, run the file named `IAS.cmd`
- You will see the activation options, and follow onscreen instructions. - You will see the activation options, and follow onscreen instructions.
- That's all. - That's all.
@ -54,39 +54,38 @@ Last Release - v0.8 (10-Aug-2023)\
#### Activation #### Activation
- This script applies registry lock method to activate Internet download manager (IDM). - This script applies the registry lock method to activate the Internet download manager (IDM).
- This method requires Internet at the time of activation. - This method requires the Internet at the time of activation.
- IDM updates can be installed directly without having to activate again. - IDM updates can be installed directly without having to activate it again.
- After the activation, if in some case, IDM starts to show activation nag screen, then just run the activation option again. - After the activation, if in some cases, IDM starts to show an activation nag screen, then just run the activation option again without using the reset option.
#### Reset IDM Activation / Trial #### Reset IDM Activation / Trial
- Internet download manager provides 30 days trial period, you can use this script to reset this Activation / Trial period whenever you want. - Internet download manager provides a 30-day trial period, you can use this script to reset this Activation / Trial period whenever you want.
- This option also can be used to restore status if in case IDM reports fake serial key and other similar errors. - This option also can be used to restore status if in case IDM reports a fake serial key and other similar errors.
#### OS requirement #### OS requirement
- Project is supported for Windows 7/8/8.1/10/11 and their Server equivalent. - The project is supported for Windows 7/8/8.1/10/11 and their Server equivalent.
- PowerShell method to run IAS is supported on Windows 8 and higher. - The PowerShell method to run IAS is supported on Windows 8 and higher.
#### Advanced Info #### Advanced Info
- To add a custom name in IDM license info, edit line number 21 in the script file. - To add a custom name in IDM license info, edit line number 29 in the script file.
- For activation in unattended mode, run the script with `/act` parameter. - For activation in unattended mode, run the script with the `/act` parameter.
- For reset in unattended mode, run the script with `/res` parameter. - For reset in unattended mode, run the script with the `/res` parameter.
- To enable silent mode with above two methods, run the script with `/s` parameter.
------------------------------------------------------------------------ ------------------------------------------------------------------------
## How does it work? ## How does it work?
- IDM stores the data related to trial and activation in across various registry keys. Some of these keys are locked to protect them 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 can't edit and view. That way IDM cannot show the warning that it's activated with a fake serial key. - IDM stores the data related to trial and activation across various registry keys. Some of these keys are locked to protect them from tampering and data is stored in a pattern to track the fake serial issue and the remaining trial days. To activate it, the script here simply generates those registry keys by triggering a few downloads in IDM, identifies those registry keys, and locks them so IDM can't edit and view them. That way IDM cannot show the warning that it's activated with a fake serial key.
------------------------------------------------------------------------ ------------------------------------------------------------------------
## Troubleshoot ## Troubleshoot
- Browser Integration Fix: [Chrome](https://www.internetdownloadmanager.com/register/new_faq/bi9.html) [FireFox](https://www.internetdownloadmanager.com/register/new_faq/bi4.html) - Browser Integration Fix: [Chrome](https://www.internetdownloadmanager.com/register/new_faq/bi9.html) - [Firefox](https://www.internetdownloadmanager.com/register/new_faq/bi4.html)
- Reach out to us on [Discord](https://discord.gg/gjJEfq7ux8) (signup not required) with an error screenshot. - Reach out to us on [Discord](https://discord.gg/gjJEfq7ux8) (signup not required) with an error screenshot.
[![](https://lookimg.com/images/2023/03/21/QTvjcD.png)](https://discord.gg/gjJEfq7ux8) [![](https://lookimg.com/images/2023/03/21/QTvjcD.png)](https://discord.gg/gjJEfq7ux8)
@ -95,11 +94,23 @@ Last Release - v0.8 (10-Aug-2023)\
## Changelog ## Changelog
v0.8 #### v0.9
- Fixed an issue where the script can not activate and reset IDM in non-admin user accounts.
- Fixed an issue where the script incorrectly shows that IDM is activated.
- Fixed an issue where a fake serial pop-up may appear. The script will also show the info to run the activation option again without using the reset option.
- Fixed an issue where Powershell code to launch IAS may not work due to GitHub block in some regions. It will use the new [BitBucket](https://bitbucket.org/WindowsAddict/idm-activation-script/) repo as a fallback link.
- IDM registry scanning and locking code is now written in Powershell.
- The script update checker code is added to the script.
- The script will now disable quick edit mode temporarily because users often click inside the script window and it pauses the script.
- The script will back up the CLSISD registry keys before performing operations on them.
- Many error checks are added to better identify the issues.
#### v0.8
- Move the project to [Github](https://github.com/WindowsAddict/IDM-Activation-Script) and [massgrave.dev](https://massgrave.dev/idm-activation-script.html) - Move the project to [Github](https://github.com/WindowsAddict/IDM-Activation-Script) and [massgrave.dev](https://massgrave.dev/idm-activation-script.html)
- Minor bug fixes - Minor bug fixes
- Add an info to inform users that empty registry keys are being deleted when script deletes a lot of them - Add info to inform users that empty registry keys are being deleted when the script deletes a lot of them
------------------------------------------------------------------------ ------------------------------------------------------------------------
@ -114,7 +125,7 @@ v0.8
## Credits ## Credits
| | | | | |
|---------------------|---------------------------------------------------| |---------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Dukun Cabul | Original researcher of this IDM trial reset and activation logic, made an Autoit tool for these methods, [IDM-AIO_2020_Final](https://nsaneforums.com/topic/371047-discussion-internet-download-manager-fixes/page/8/#comment-1632062) | | Dukun Cabul | Original researcher of this IDM trial reset and activation logic, made an Autoit tool for these methods, [IDM-AIO_2020_Final](https://nsaneforums.com/topic/371047-discussion-internet-download-manager-fixes/page/8/#comment-1632062) |
| AveYo aka BAU | [reg_own lean and mean snippet](https://pastebin.com/XTPt0JSC) | | AveYo aka BAU | [reg_own lean and mean snippet](https://pastebin.com/XTPt0JSC) |
| [abbodi1406](https://github.com/abbodi1406) | Help in coding | | [abbodi1406](https://github.com/abbodi1406) | Help in coding |

View File

@ -59,7 +59,7 @@ It will now download and install Office. You can activate it with your preferred
## Alternative Methods ## Alternative Methods
- [YAOCTRU](https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRU_v9.0.zip) (Office Downloader) & [YAOCTRI](https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRI_v10.6.zip) (Office Installer) - [YAOCTRU](https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRU_v9.0.zip) (Office Downloader) & [YAOCTRI](https://github.com/abbodi1406/WHD/raw/master/scripts/YAOCTRI_v10.7.zip) (Office Installer)
- [Office Tool Plus](http://otp.landian.vip/) - [Office Tool Plus](http://otp.landian.vip/)