diff --git a/IAS.png b/IAS.png new file mode 100644 index 0000000..b0b7cdb Binary files /dev/null and b/IAS.png differ diff --git a/IAS_Activation.png b/IAS_Activation.png new file mode 100644 index 0000000..0876ce5 Binary files /dev/null and b/IAS_Activation.png differ diff --git a/_site/IAS.png b/_site/IAS.png new file mode 100644 index 0000000..b0b7cdb Binary files /dev/null and b/_site/IAS.png differ diff --git a/_site/IAS_Activation.png b/_site/IAS_Activation.png new file mode 100644 index 0000000..0876ce5 Binary files /dev/null and b/_site/IAS_Activation.png differ diff --git a/_site/ias.ps1 b/_site/ias.ps1 new file mode 100644 index 0000000..02d5bb3 --- /dev/null +++ b/_site/ias.ps1 @@ -0,0 +1,21 @@ +$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/WindowsAddict/IDM-Activation-Script/main/IAS.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\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" } + +$response = Invoke-WebRequest -Uri $DownloadURL -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\IAS*.cmd", "$env:SystemRoot\Temp\IAS*.cmd") +foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item } diff --git a/_site/idm-activation-script.html b/_site/idm-activation-script.html new file mode 100644 index 0000000..57513a2 --- /dev/null +++ b/_site/idm-activation-script.html @@ -0,0 +1,680 @@ + + + + + + + + + + + + + +IDM Activation Script + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ +
+ + + + + + + + + +
+

IDM Activation Script

+

An open source tool to activate and reset trial of Internet Download +Manager

+
+
+
+

Features

+
    +
  • IDM activation with registry key lock method
  • +
  • Activation persists even after installing IDM updates
  • +
  • IDM trial reset
  • +
  • Fully open source
  • +
  • Based on transparent batch script
  • +
+
+
+
+

IAS Latest Release

+

Last Release - v0.8 (10-Aug-2023)
+GitHub

+
+
+
+

Download / How to use it?

+
    +
  • First fresh install Internet Download +Manager. Make sure previous cracks/patches are removed/uninstalled +if there are any.
  • +
  • After that follow below steps to activate it.
  • +
+
+

Method 1 - PowerShell

+

(Recommended)

+
    +
  • 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
    +irm https://massgrave.dev/ias | iex
  • +
  • You will see the activation options, and follow onscreen +instructions.
  • +
  • That’s all.
  • +
+
+
+

Method 2 - Traditional

+
    +
  • Download the file from here
  • +
  • Right click on the downloaded zip file and extract
  • +
  • In the extracted folder, run the file named +IAS.cmd
  • +
  • You will see the activation options, and follow onscreen +instructions.
  • +
  • That’s all.
  • +
+
+
+
+
+

Info

+
+

Activation

+
    +
  • This script applies registry lock method to activate Internet +download manager (IDM).
  • +
  • This method requires Internet at the time of activation.
  • +
  • IDM updates can be installed directly without having to activate +again.
  • +
  • After the activation, if in some case, the IDM starts to show +activation nag screen, then just run the activation option again.
  • +
+
+
+

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.
  • +
  • This option also can be used to restore status if in case the IDM +reports fake serial key and other similar errors.
  • +
+
+
+

OS requirement

+
    +
  • 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.
  • +
+
+
+

Advanced Info

+
    +
  • To add a custom name in IDM license info, edit the line number 21 in +the script file.
  • +
  • For activation in unattended mode, run the script with +/act parameter.
  • +
  • For reset in unattended mode, run the script with /res +parameter.
  • +
  • To enable silent mode with above two methods, run the script with +/s parameter.
  • +
+
+
+
+
+

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 can not show the warning that it’s activated with a +fake serial key.
  • +
+
+
+
+

Troubleshoot

+
    +
  • Browser Integration Fix: Chrome +FireFox
  • +
  • Reach out to us on Discord (signup not required) +with an error screenshot.
  • +
+

+
+
+
+

Changelog

+

v0.8

+
    +
  • Move the project to Github +and massgrave.dev
  • +
  • Minor bug fixes
  • +
  • Add an info to inform users that empty registry keys are being +deleted when script deletes a lot of them
  • +
+
+
+
+

Screenshots

+

+

+
+
+
+

Credits

+ ++++ + + + + + + + + + + + + + + + + + + +
Dukun CabulOriginal researcher of this IDM trial reset and activation logic, +made an Autoit tool for these methods, IDM-AIO_2020_Final
AveYo aka BAUreg_own lean and mean +snippet
abbodi1406Help in coding
WindowsAddictIAS Author
+

And thanks to the IAS users for their interest, feedback, and +assistance.

+
+

Made with Love ❤️

+
+ + + + +
+
+ +
+ + + + + + + + + + + + + + + + diff --git a/_site/index.html b/_site/index.html index 8a4545b..543f64f 100644 --- a/_site/index.html +++ b/_site/index.html @@ -476,9 +476,9 @@ href="command_line_switches.html">here

Activations Summary

---+++ @@ -518,6 +518,14 @@ href="unsupported_products_activation.html">here.


+ +
+

Other Projects

+ +

Made with Love ❤️

diff --git a/ias.ps1 b/ias.ps1 new file mode 100644 index 0000000..02d5bb3 --- /dev/null +++ b/ias.ps1 @@ -0,0 +1,21 @@ +$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/WindowsAddict/IDM-Activation-Script/main/IAS.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\IAS_$rand.cmd" } else { "$env:TEMP\IAS_$rand.cmd" } + +$response = Invoke-WebRequest -Uri $DownloadURL -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\IAS*.cmd", "$env:SystemRoot\Temp\IAS*.cmd") +foreach ($FilePath in $FilePaths) { Get-Item $FilePath | Remove-Item } diff --git a/idm-activation-script.md b/idm-activation-script.md new file mode 100644 index 0000000..d9e52f4 --- /dev/null +++ b/idm-activation-script.md @@ -0,0 +1,127 @@ +--- +pagetitle: IDM Activation Script +--- + +## IDM Activation Script + +An open source tool to activate and reset trial of [Internet Download Manager](https://www.internetdownloadmanager.com/) + +------------------------------------------------------------------------ + +## Features + +- IDM activation with registry key lock method +- Activation persists even after installing IDM updates +- IDM trial reset +- Fully open source +- Based on transparent batch script + +------------------------------------------------------------------------ + +## IAS Latest Release + +Last Release - v0.8 (10-Aug-2023)\ +[GitHub](https://github.com/WindowsAddict/IDM-Activation-Script) + +------------------------------------------------------------------------ + +## 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. +- After that follow below steps to activate it. + +### Method 1 - PowerShell + +(Recommended) + +- 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\ + `irm https://massgrave.dev/ias | iex` +- You will see the activation options, and follow onscreen instructions. +- That's all. + +### Method 2 - Traditional + +- Download the file from [here](https://github.com/WindowsAddict/IDM-Activation-Script/archive/refs/heads/main.zip) +- Right click on the downloaded zip file and extract +- In the extracted folder, run the file named `IAS.cmd` +- You will see the activation options, and follow onscreen instructions. +- That's all. + +------------------------------------------------------------------------ + +## Info + +#### Activation + +- This script applies registry lock method to activate Internet download manager (IDM). +- This method requires Internet at the time of activation. +- IDM updates can be installed directly without having to activate again. +- After the activation, if in some case, the IDM starts to show activation nag screen, then just run the activation option again. + +#### 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. +- This option also can be used to restore status if in case the IDM reports fake serial key and other similar errors. + +#### OS requirement + +- 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. + +#### Advanced Info + +- To add a custom name in IDM license info, edit the line number 21 in the script file. +- For activation in unattended mode, run the script with `/act` parameter. +- For reset in unattended mode, run the script with `/res` parameter. +- To enable silent mode with above two methods, run the script with `/s` parameter. + +------------------------------------------------------------------------ + +## 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 can not show the warning that it's activated with a fake serial key. + +------------------------------------------------------------------------ + +## Troubleshoot + +- 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. + +[![](https://lookimg.com/images/2023/03/21/QTvjcD.png)](https://discord.gg/gjJEfq7ux8) + +------------------------------------------------------------------------ + +## Changelog + +v0.8 + +- 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 +- Add an info to inform users that empty registry keys are being deleted when script deletes a lot of them + +------------------------------------------------------------------------ + +## Screenshots + +![](IAS.png) + +![](IAS_Activation.png) + +------------------------------------------------------------------------ + +## 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) | +| AveYo aka BAU | [reg_own lean and mean snippet](https://pastebin.com/XTPt0JSC) | +| [abbodi1406](https://github.com/abbodi1406) | Help in coding | +| WindowsAddict | IAS Author | + +And thanks to the IAS users for their interest, feedback, and assistance. + +------------------------------------------------------------------------ + +Made with Love ❤️ diff --git a/index.md b/index.md index e8d83e8..984316f 100644 --- a/index.md +++ b/index.md @@ -61,7 +61,7 @@ To run the scripts in unattended mode, check [here](command_line_switches.html) ## Activations Summary | Activation Type | Supported Product | Activation Period | -|:----------------|:----------------|:-------------------------------------| +|:----------------|:---------------------|:------------------------------------------------| | HWID | Windows 10-11 | Permanent | | KMS38 | Windows 10-11-Server | Until the year 2038 | | Online KMS | Windows / Office | 180 Days. Lifetime Activation With Renewal Task | @@ -84,4 +84,10 @@ To activate unsupported products such as **Office on Mac**, check [here](unsuppo ------------------------------------------------------------------------ +## Other Projects + +- [IDM Activation Script (IAS)](idm-activation-script.html) + +------------------------------------------------------------------------ + Made with Love ❤️