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?
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 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.