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