This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
v1.1 Replaced Activation with Freeze Trial
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?
Method 1 - PowerShell (Recommended)
- 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.