vault backup: 2025-05-01 23:19:37

Affected files:
21.02. Windows/Windows 11 重灌.md
This commit is contained in:
2025-05-01 23:19:37 +08:00
parent 146f1b7964
commit d5b00a94a7

View File

@@ -7,6 +7,29 @@
- `%userprofile%/.vimrc` - `%userprofile%/.vimrc`
# 安裝工具 # 安裝工具
## 使用 [WinGet](https://learn.microsoft.com/zh-tw/windows/package-manager/winget/) 安裝工具
```
winget install -e --id \
Microsoft.PowerToys \
7zip.7zip \
MHNexus.HxD \
SublimeHQ.SublimeText.4 \
Git.Git \
dandavison.delta \
WinMerge.WinMerge \
SoftDeluxe.FreeDownloadManager \
Google.Chrome \
CodecGuide.K-LiteCodecPack.Mega \
ShareX.ShareX \
Win32diskimager.win32diskimager \
Google.GoogleDrive \
Microsoft.VisualStudioCode \
Google.AndroidStudio \
```
## 安裝 Chocolatey ## 安裝 Chocolatey
安裝[Chocolatey](https://chocolatey.org/)用Administrator身份打開powershell輸入下列指令 安裝[Chocolatey](https://chocolatey.org/)用Administrator身份打開powershell輸入下列指令
``` ```