Blame
|
1 | # Windows11 安装使用 |
||||||
| 2 | ||||||||
| 3 | ## 安装硬盘 |
|||||||
| 4 | ## 安装系统 |
|||||||
| 5 | ## 系统检查更新 |
|||||||
| 6 | ||||||||
| 7 | 点击系统设置里的检查更新,缺少的设备驱动会自动下载安装 |
|||||||
| 8 | ||||||||
| 9 | ## 应用商店检查更新 |
|||||||
| 10 | ||||||||
| 11 | 系统自带的软件将自动更新 |
|||||||
| 12 | ||||||||
| 13 | ## 系统激活 |
|||||||
| 14 | ||||||||
| 15 | ## 重命名电脑名称 |
|||||||
| 16 | ||||||||
| 17 | 之前叫 `Thinking`, 这次命名为 `Thought` 以示区分 |
|||||||
| 18 | ||||||||
| 19 | ## 登录微软账户 |
|||||||
| 20 | ||||||||
| 21 | 登录 EDGE 同步书签、插件... |
|||||||
| 22 | 使用 OneDrive 同步文件 |
|||||||
| 23 | ||||||||
| 24 | ## 安装软件 |
|||||||
| 25 | ||||||||
| 26 | 安装 powershell 7 |
|||||||
| 27 | ||||||||
| 28 | 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 |
|||||||
| 29 | ||||||||
| 30 | > 如果 powershell 的配置同步到 onedrive,如果是重装了系统,powershell 执行可能会出错,需要删除配置,或将配置文件夹重命名 |
|||||||
| 31 | ||||||||
| 32 | ||||||||
|
33 | ### 安装 |
||||||
| 34 | ||||||||
| 35 | ||||||||
| 36 | ||||||||
| 37 | [Git](https://git-scm.com/downloads/win) |
|||||||
| 38 | ||||||||
| 39 | [nvm-window](https://github.com/coreybutler/nvm-windows/releases) |
|||||||
| 40 | ||||||||
| 41 | - nvm install 14 |
|||||||
| 42 | - nvm install 16 |
|||||||
| 43 | - nvm install 20 |
|||||||
| 44 | - nvm install 22 |
|||||||
| 45 | ||||||||
| 46 | [VS Code](https://code.visualstudio.com/Download) |
|||||||
| 47 | ||||||||
| 48 | [JetBrains Toolbox App](https://www.jetbrains.com/zh-cn/toolbox-app/) |
|||||||
| 49 | ||||||||
| 50 | - 安装 webstorm |
|||||||
| 51 | - 安装 CLion |
|||||||
| 52 | ||||||||
| 53 | [clash](https://github.com/clash-verge-rev/clash-verge-rev/releases) |
|||||||
| 54 | ||||||||
|
55 | |||||||
| 56 | ||||||||
| 57 | ### winget |
|||||||
| 58 | ||||||||
| 59 | Windows 11 已经自带 winget |
|||||||
| 60 | ||||||||
| 61 | ```sh |
|||||||
| 62 | winget -v |
|||||||
| 63 | ``` |
|||||||
| 64 | ||||||||
| 65 | >v1.10.390 |
|||||||
| 66 | ||||||||
| 67 | ||||||||
| 68 | ### 安装 scoop |
|||||||
| 69 | ||||||||
| 70 | ```powershell |
|||||||
| 71 | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser |
|||||||
| 72 | Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression |
|||||||
| 73 | ``` |
|||||||
| 74 | ||||||||
| 75 | https://scoop.sh/ |
|||||||
| 76 | ||||||||
|
77 | ```sh |
||||||
| 78 | scoop bucket add extras |
|||||||
| 79 | ``` |
|||||||
|
80 | |||||||
|
81 | ```sh |
||||||
| 82 | scoop install extras/sourcegit |
|||||||
| 83 | ``` |
|||||||
|
84 | |||||||
| 85 | ||||||||
|
86 | 安装 UniGetUI |
||||||
|
87 | |||||||
|
88 | [UnigetUI](https://apps.microsoft.com/detail/xpfftq032ptphf?hl=zh-CN&gl=CN) |
||||||
|
89 | |||||||
|
90 | [UnigetUI](https://github.com/marticliment/UnigetUI) |
||||||
|
91 | |||||||
|
92 | ### Syncthing GUI |
||||||
|
93 | |||||||
|
94 | 一直使用[SyncTrayzor](https://github.com/canton7/SyncTrayzor) 作者不维护了,尝试新的[syncthingtray](https://github.com/Martchus/syncthingtray),版本有点多,目前使用的是 syncthingtray-1.7.8-x86_64-w64-mingw32.exe.zip |
||||||
|
95 | |||||||
|
96 | ### Hbuilder |
||||||
| 97 | ||||||||
| 98 | [微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) |
|||||||
|
99 | |||||||
| 100 | [查找 BitLocker 恢复密钥](https://go.microsoft.com/fwlink/?linkid=2165066) |
|||||||