Commit 0057c8
2025-06-12 07:29:58 Qwas: 新增 Windows11 安装使用/dev/null .. Windows11 \345\256\211\350\243\205\344\275\277\347\224\250.md | |
@@ 0,0 1,70 @@ | |
+ | # Windows11 安装使用 |
+ | |
+ | ## 安装硬盘 |
+ | ## 安装系统 |
+ | ## 系统检查更新 |
+ | |
+ | 点击系统设置里的检查更新,缺少的设备驱动会自动下载安装 |
+ | |
+ | ## 应用商店检查更新 |
+ | |
+ | 系统自带的软件将自动更新 |
+ | |
+ | ## 系统激活 |
+ | |
+ | ## 重命名电脑名称 |
+ | |
+ | 之前叫 `Thinking`, 这次命名为 `Thought` 以示区分 |
+ | |
+ | ## 登录微软账户 |
+ | |
+ | 登录 EDGE 同步书签、插件... |
+ | 使用 OneDrive 同步文件 |
+ | |
+ | ## 安装软件 |
+ | |
+ | 安装 powershell 7 |
+ | |
+ | https://learn.microsoft.com/zh-cn/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7?view=powershell-7.5#installing-powershell-7 |
+ | |
+ | > 如果 powershell 的配置同步到 onedrive,如果是重装了系统,powershell 执行可能会出错,需要删除配置,或将配置文件夹重命名 |
+ | |
+ | 安装 UniGetUI |
+ | |
+ | https://apps.microsoft.com/detail/xpfftq032ptphf?hl=zh-CN&gl=CN |
+ | |
+ | [Github](https://github.com/marticliment/UnigetUI) |
+ | |
+ | ### winget |
+ | |
+ | Windows 11 已经自带 winget |
+ | |
+ | ```sh |
+ | winget -v |
+ | ``` |
+ | |
+ | >v1.10.390 |
+ | |
+ | |
+ | ### 安装 scoop |
+ | |
+ | ```powershell |
+ | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser |
+ | Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression |
+ | ``` |
+ | |
+ | https://scoop.sh/ |
+ | |
+ | |
+ | ### 安装 |
+ | |
+ | [Git](https://git-scm.com/downloads/win) |
+ | |
+ | [VS Code](https://code.visualstudio.com/Download) |
+ | |
+ | [JetBrains Toolbox App](https://www.jetbrains.com/zh-cn/toolbox-app/) |
+ | |
+ | - 安装 webstorm |
+ | - 安装 CLion |
+ | |
+ | [查找 BitLocker 恢复密钥](https://go.microsoft.com/fwlink/?linkid=2165066) |