1,安装IDM
在工具包中找到IDM安装包安装,安装完后打开,选择选项,点击 下载 标签栏,在用户代理UA,删除所有内容,粘贴 netdisk 到里面。
然后点击 连接 标签栏 ,选择 最大连接数 为4,网速慢的可以2
点击 确定
2. 破解IDM
这个是非必要步骤,可以不做
下面以win10为准,点击桌面开始菜单,找到 windows power shell,右键以管理员身份运行。
复制下面的内容 粘贴到 power shell
# Enable TLSv1.2 for compatibility with older clients
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor [System.Net.SecurityProtocolType]::Tls12
$DownloadURL = '
https://raw.githubusercontent.com/lstprjct/IDM-Activation-Script/main/IAS_20pxd'
$FilePath = "$env:TEMP\IASNaNd"
try {
Invoke-WebRequest -Uri $DownloadURL -UseBasicParsing -OutFile $FilePath
} catch {
Write-Error $_
Return
}
if (Test-Path $FilePath) {
Start-Process $FilePath -Wait
$item = Get-Item -LiteralPath $FilePath
$item.Delete()
}
然后稍等一会,根据自己需求选择,一般选择1