Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

lstprjct/IDM-Activation-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

IDM-Activation-Reset


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 only for Windows 7/8/8.1/10/11 and their Server equivalent.

- Advanced Info:


  • To add a custom name in IDM license info, edit the line number 5 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.

Possible accepted values,

"IAS_xxxxxxxx.cmd" /act "IAS_xxxxxxxx.cmd" /res "IAS_xxxxxxxx.cmd" /act /s "IAS_xxxxxxxx.cmd" /res /s


- Troubleshooting steps:


  • If any other activator was used to activate IDM previously then make sure to properly uninstall it with that same activator (if there is an option), this is especially important if any registry / firewall block method was used.

  • Uninstall the IDM from control panel.

  • Make sure the latest original IDM setup is used for the installation, you can download it from https://www.internetdownloadmanager.com/download.html

  • Now install the IDM and use the activate option in this script and if failed then,

    • Disable windows firewall with the script option, this help in case of leftover entries of previously used activator (some file patch method also creates firewall entries).

    • Some security programs may block this script, this is false-positive, as long as you downloaded the file from original post (mentioned below in this page), temporary suspend Antivirus realtime protection, or exclude the downloaded file/extracted folder from scanning.

    • If you are still facing any issues, please contact me (mentioned below in this page).


Credits:


@Dukun Cabul - Original researcher of this IDM trial reset and activation logic, made an Autoit tool for these methods, IDM-AIO_2020_Final nsaneforums.com/topic/371047--/?do=findComment&comment=1632062

@WindowsAddict - Ported the above Autoit tool to batch script

@AveYo aka @BAU - Snippet to set registry ownership and permission recursively pastebin.com/XTPt0JSC

@abbodi1406 - Awesome batch script tricks and help

@dbenham - Set buffer height independently of window height stackoverflow.com/a/13351373

@ModByPiash (Me) - Add and fix some missing features.


IDM Activation Script