Update System Software with Winget (No VPN Required)

less than 1 minute read

Published:

For more help on Winget, visit Use the WinGet tool to install and manage applications.

访问使用 WinGet 工具安装和管理应用程序获取更多 winget 帮助。

Change Winget Source | 更换 winget 源

Open PowerShell in administrator mode .

使用 管理员模式 打开 Powershell

Enter the following commands to change the winget source to the USTC mirror1:

输入以下命令,更换 winget 源为中科大镜像源:

winget source remove winget
winget source add winget https://mirrors.ustc.edu.cn/winget-source

List Upgradable Software | 列出更新软件列表

winget upgrade

Upgrade All Software | 更新全部软件

winget upgrade --all
  1. The USTC mirror provides more stable access within mainland China.墙内访问较为稳定,适合境内使用。