IDM Activation Script Versions Save

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

1.2

3 months ago

Changelog: 1.2

Click to expand
  • Added back activation option with a randomized name, email, and key in registration details along with a warning that it's not working for some users, the recommended option is to use Freeze trial.

Download / How to use it?

  • 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 GitHub or Bitbucket
  • 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.

Check Homepage For More Details https://massgrave.dev/idm-activation-script.html

1.1

3 months ago

Changelog: 1.1

Click to expand
  • IDM update 6.42b3 has started showing fake serial popups with IAS activation, due to this we have removed the activation option and replaced it with the Freeze trial option to lock the 30-day trial period for the lifetime.
  • Now the script will disable quick-edit in CMD windows using Powershell instead of editing registry, thanks to @abbodi1406 for the code and @awuctl for the idea.
  • Code to relaunch script with conhost.exe to avoid terminal app is now merged in quick-edit disable code, thanks to @abbodi1406.

Download / How to use it?

  • 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 GitHub or Bitbucket
  • 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.

Check Homepage For More Details https://massgrave.dev/idm-activation-script.html

1.0

5 months ago

Changelog: 1.0

Click to expand
  • Added the code to relaunch the script with conhost.exe if the script is running from the terminal app.
  • Fixed an issue in getting the current user account SID.

Download / How to use it?

  • 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 GitHub or Bitbucket
  • 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.

Check Homepage For More Details https://massgrave.dev/idm-activation-script.html

0.9

5 months ago

Changelog: 0.9

Click to expand
  • 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 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.

Download / How to use it?

  • 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 GitHub or Bitbucket
  • 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.

Check Homepage For More Details https://massgrave.dev/idm-activation-script.html

0.8

9 months ago

v0.8

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

Homepage: https://massgrave.dev/idm-activation-script.html