$Path = $env:TEMP;
$Installer = "qq_installer.exe";
Invoke-WebRequest -UseBasicParsing "https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/PCQQ2020.exe" -OutFile $Path\$Installer;
Start-Process -FilePath $Path\$Installer -Args "/s" -Verb RunAs -Wait;
Remove-Item $Path\$Installer
使用Powershell安装腾讯QQ
最新推荐文章于 2025-03-29 10:02:58 发布