0%

Install Wget on Windows

Install Wget on Windows

  • 安装wget命令:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    Invoke-WebRequest -Uri "https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/wget.exe" -OutFile "C:\Windows\wget.exe"

    Invoke-WebRequest -Uri "https://eternallybored.org/misc/wget/1.21.4/64/wget.exe" -OutFile "C:\Windows\wget.exe"

    wget https://dw.oray.com/sunlogin/windows/SunloginClient_15.8.0.17603_x64.exe

    wget --no-check-certificate https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.7/npp.8.7.Installer.x64.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/Git-2.43.0-64-bit.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/SunloginClient_15.8.0.17603_x64.exe

  • 安装常用软件:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    echo ===============================================================================

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/npp.8.5.7.Installer.x64.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/7z2408-x64.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/MicrosoftEdgeSetup.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/python-3.12.4-amd64.exe

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/chromedriver-win64.zip

    wget https://qastatic.obs.cn-south-1.myhuaweicloud.com/down/chrome-win64.zip

    start 7z2408-x64.exe

    start npp.8.5.7.Installer.x64.exe

    start python-3.12.4-amd64.exe

    start MicrosoftEdgeSetup.exe
  • 设置pip源:
    1
    2
    # 清华源
    pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

欢迎关注我的其它发布渠道