


#下载winget依赖包Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.10.340/DesktopAppInstaller_Dependencies.zip -OutFile ./DesktopAppInstaller_Dependencies.zip#解压依赖包Expand-Archive DesktopAppInstaller_Dependencies.zip#下载winget安装包Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.10.340/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -OutFile ./Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#下载winget证书Invoke-WebRequest -Uri https://github.com/microsoft/winget-cli/releases/download/v1.10.340/4df037184d634a28b13051a797a25a16_License1.xml -OutFile 4df037184d634a28b13051a797a25a16_License1.xml#安装winget依赖包Add-AppPackage .\DesktopAppInstaller_Dependencies\x64\Microsoft.UI.Xaml.2.8_8.2501.31001.0_x64.appxAdd-AppPackage .\DesktopAppInstaller_Dependencies\x64\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64.appx#安装wingetadd-AppxProvisionedPackage -Online -PackagePath .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath .\4df037184d634a28b13051a797a25a16_License1.xml
#以管理员身份运行powershellwinget source remove wingetwinget source add winget https://mirrors.ustc.edu.cn/winget-source
irm https://get.activated.win | iex
#安装Terminalwinget install Microsoft.WindowsTerminal#安装powershell(最新版)winget install Microsoft.PowerShell#安装gitwinget install git.git#安装mambawinget install CondaForge.Miniforge3#安装截屏工具winget install Snipaste#安装notepad4winget install notepad4#安装微信winget install Tencent.WeChat#安装traewinget install ByteDance.Trae
文章转载自老柴杂货铺,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




