From 175ae1c2ffc346b53fe72f9c6b705e12e291141c Mon Sep 17 00:00:00 2001
From: WindowsAddict
Date: Fri, 9 Feb 2024 12:47:10 +0530
Subject: IAS update 1.1
---
_site/IAS.png | Bin 12134 -> 0 bytes
_site/IAS_Activation.png | Bin 102907 -> 0 bytes
_site/idm-activation-script.html | 67 +++++++++++++++++++++++++++++---------
_site/images/IAS.png | Bin 0 -> 12448 bytes
_site/images/IAS_Freeze_Trial.png | Bin 0 -> 69188 bytes
5 files changed, 52 insertions(+), 15 deletions(-)
delete mode 100644 _site/IAS.png
delete mode 100644 _site/IAS_Activation.png
create mode 100644 _site/images/IAS.png
create mode 100644 _site/images/IAS_Freeze_Trial.png
(limited to '_site')
diff --git a/_site/IAS.png b/_site/IAS.png
deleted file mode 100644
index cd2043b..0000000
Binary files a/_site/IAS.png and /dev/null differ
diff --git a/_site/IAS_Activation.png b/_site/IAS_Activation.png
deleted file mode 100644
index e94aac9..0000000
Binary files a/_site/IAS_Activation.png and /dev/null differ
diff --git a/_site/idm-activation-script.html b/_site/idm-activation-script.html
index 176052c..8932fbb 100644
--- a/_site/idm-activation-script.html
+++ b/_site/idm-activation-script.html
@@ -407,7 +407,7 @@ div.tocify {
IDM Activation Script
-
An open-source tool to activate or reset the trial of An open-source tool to activate and reset the trial of Internet Download
Manager
@@ -415,8 +415,8 @@ Manager
Features
-- IDM activation with registry key lock method
-- Activation persists even after installing IDM updates
+- IDM freeze trial and activation with registry key lock method
+- Activation and trial persist even after installing IDM updates
- IDM trial reset
- Fully open source
- Based on the transparent batch script
@@ -425,7 +425,7 @@ Manager
IAS Latest Release
-
Last Release - v1.0 (01-Dec-2023)
+
Last Release - v1.1 (09-Feb-2024)
GitHub
- BitBucket<
Download / How to use it?
-- First, fresh install First fresh install Internet Download
Manager. Make sure previous cracks/patches are removed/uninstalled
if there are any.
-- After that, follow the below steps to activate it.
+- After that follow the below steps to activate it.
+
+
+
+
Note
+
+- 📌 The activation option is currently not working in the script, use
+the Freeze trial option to lock 30-day trial period for the
+lifetime.
+
+
Method 1 - PowerShell
(Recommended)
-- On Windows 8.1/10/11, right-click on the Windows start menu and
-select PowerShell or Terminal (Not CMD).
+- 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, follow the on-screen
@@ -473,8 +483,21 @@ instructions.
Info
+
+
Freeze Trial
+
+- IDM provides a 30-day trial period, you can use this option in the
+script to lock this trial period for the lifetime so that you won’t have
+to reset the trial again and your trial won’t expire.
+- This method requires the Internet at the time of applying this
+option.
+- IDM updates can be installed directly without having to freeze it
+again.
+
+
Activation
+
(*Currently not working)
- This script applies the registry lock method to activate the
Internet download manager (IDM).
@@ -508,11 +531,9 @@ higher.
Advanced Info
-- To add a custom name in IDM license info, edit line number 29 in the
-script file.
-- For activation in unattended mode, run the script with the
-
/act parameter.
-- For reset in unattended mode, run the script with the
+
- To freeze the trial in unattended mode, run the script with the
+
/frz parameter.
+- To reset in unattended mode, run the script with the
/res parameter.
@@ -549,6 +570,22 @@ src="https://lookimg.com/images/2023/03/21/QTvjcD.png" />
Changelog
+
+
v1.1
+
+- 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.
+
+
v1.0
@@ -598,8 +635,8 @@ when the script deletes a lot of them
diff --git a/_site/images/IAS.png b/_site/images/IAS.png
new file mode 100644
index 0000000..51d42e6
Binary files /dev/null and b/_site/images/IAS.png differ
diff --git a/_site/images/IAS_Freeze_Trial.png b/_site/images/IAS_Freeze_Trial.png
new file mode 100644
index 0000000..0f0086e
Binary files /dev/null and b/_site/images/IAS_Freeze_Trial.png differ
--
cgit v1.2.3