echo =============================================================================== Invoke-WebRequest -Uri "https://eternallybored.org/misc/wget/1.21.4/64/wget.exe" -OutFile "C:\Windows\wget.exe" echo =============================================================================== Invoke-WebRequest -Uri "https://qastatic.obs.cn-south-1.myhuaweicloud.com/files/wget.exe" -OutFile "C:\Windows\wget.exe" Invoke-WebRequest -Uri "https://qastatic.obs.cn-south-1.myhuaweicloud.com/files/7z/7z.exe" -OutFile "C:\Windows\7z.exe" Invoke-WebRequest -Uri "https://qastatic.obs.cn-south-1.myhuaweicloud.com/files/7z/7z.dll" -OutFile "C:\Windows\7z.dll" echo ===============================================================================
|