


#下载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.appx
Add-AppPackage .\DesktopAppInstaller_Dependencies\x64\Microsoft.VCLibs.140.00.UWPDesktop_14.0.33728.0_x64.appx
#安装winget
add-AppxProvisionedPackage -Online -PackagePath .\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -LicensePath .\4df037184d634a28b13051a797a25a16_License1.xml
复制
#以管理员身份运行powershell
winget source remove winget
winget source add winget https://mirrors.ustc.edu.cn/winget-source
复制
irm https://get.activated.win | iex
复制
#安装Terminal
winget install Microsoft.WindowsTerminal
#安装powershell(最新版)
winget install Microsoft.PowerShell
#安装git
winget install git.git
#安装mamba
winget install CondaForge.Miniforge3
#安装截屏工具
winget install Snipaste
#安装notepad4
winget install notepad4
#安装微信
winget install Tencent.WeChat
#安装trae
winget install ByteDance.Trae
复制
文章转载自老柴杂货铺,如果涉嫌侵权,请发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。
评论
相关阅读
周边生态|PGRX for Cloudberry 开源,pgvector for Cloudberry 升级到 0.8.0
HashData
233次阅读
2025-04-11 15:35:07
Oracle云大翻车:传6百万用户认证数据泄漏
非法加冯
50次阅读
2025-03-31 10:00:54
演讲切片 | GreptimeDB MCP 如何让大模型驾驭实时数据?
GreptimeDB
47次阅读
2025-03-31 10:03:03
知识篇 | valgrind 内存分析工具
戏说数据那点事
35次阅读
2025-04-21 10:35:17
35+ 的 DBA 别错过!10 个超绝 PostgreSQL 网站,快收藏
青年数据库学习互助会
35次阅读
2025-04-21 10:34:38
安装与配置Redis
鲁鲁
34次阅读
2025-04-11 10:26:10
图谱动态|学苑周刊 NO.218
图谱学苑
34次阅读
2025-04-01 12:26:56
GreptimeDB 可观测数据建模实战指南
GreptimeDB
32次阅读
2025-04-16 10:33:56
openEuler文档生产机制发布与体验升级啦!
OpenAtom openEuler
28次阅读
2025-04-09 11:01:21
第二期 | Apache DolphinScheduler社区答疑Star评选结果公示
海豚调度
27次阅读
2025-04-21 10:13:00