一键激活 IDM

释放双眼,带上耳机,听听看~!

🌐脚本地址 | ⬇️官方客户端

# 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_0.8.cmd'

$FilePath = "$env:TEMP\IAS.cmd"

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️⃣复制上方代码到 PowerShell 并运行,然后在弹窗输入 1

2️⃣输入自定义用户名再按回车,激活完毕输入 6 退出

3️⃣激活之后可以在 IDM 查看激活信息,支持检测更新

给TA打赏
共{{data.count}}人
人已打赏
教程分享

cookup.ai各种用例的 AI 应用合集平台

2023-3-31 18:19:14

未分类

Blender教程-全面讲解学习粒子系统视频教程 Skillshare – Blender Particle System Masterclass (英文字幕)

2020-11-17 17:27:14

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索