【笔记】激活IDM
Introduction
Activate the latest version of IDM (Internet Download Manager) using a script.
Preparation
Activation
- Open IDM -> Open PowerShell -> Enter the command
iwr -useb https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS.ps1 | iex
-> Enter1
in the CMD prompt that appears for activation -> When prompted withWhat is the name to be registered
, enter a registrant name -> Wait for the activation to complete
After registration, a test program will automatically download some files.
Completion
References
Thornbird’s Nest—
title: 【笔记】激活IDM
categories:
- null
tags:
- Github
sticky: 0
lang: en
date: 2023-09-11 10:22:59
Preface
Activate the latest version of IDM (Internet Download Manager) from the official website using a script.
Preparation
Activation
- Open IDM->Open PowerShell->Enter the command
iwr -useb https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS.ps1 | iex
->Enter1
in the CMD prompt that appears to activate->When prompted with “What is the name to be registered”, enter a registrant name->Wait for the activation to complete
After registration is completed, a test program will be launched to automatically download some files.