Windows命令行(CMD/Powershell)下载文件的命令
PowerShell
PowerShell/PowerShell: PowerShell 是由微软开发的命令行外壳程序和脚本环境,支持任务自动化和配置管理。它包含了丰富的.NET框架功能,适用于Windows和多个非Windows平台,提供了一种强大而灵活的方式来控制和自动执行系统管理任务。
项目地址:https://gitcode.com/gh_mirrors/po/PowerShell
免费下载资源
·
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 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)