![圖片[1]-一鍵激活I(lǐng)DM](http://m.oilmaxhydraulic.com.cn/wp-content/uploads/2023/08/d2b5ca33bd224450.png)
此腳本應(yīng)用注冊(cè)表鎖定方法來(lái)激活 Internet 下載管理器 (IDM)
復(fù)制 項(xiàng)目代碼
# 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()
}
到 PowerShell 并運(yùn)行,然后在彈窗輸入 1
輸入自定義用戶名再按回車,激活完畢輸入 6 退出
激活之后可以在 IDM 查看激活信息,支持檢測(cè)更新
激活后,如果在某些情況下,IDM 開始顯示激活導(dǎo)航屏幕,則只需再次運(yùn)行激活選項(xiàng)即可。
IDM更新可以直接安裝,無(wú)需再次激活。
地址:
? 版權(quán)聲明
THE END










暫無(wú)評(píng)論內(nèi)容