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 | > 如安装 node 14,需要使用 nvm 1.1.12 或更早版本 |
||||||
| 47 | ||||||||
|
48 | [VS Code](https://code.visualstudio.com/Download) |
||||||
| 49 | ||||||||
| 50 | [JetBrains Toolbox App](https://www.jetbrains.com/zh-cn/toolbox-app/) |
|||||||
| 51 | ||||||||
| 52 | - 安装 webstorm |
|||||||
| 53 | - 安装 CLion |
|||||||
| 54 | ||||||||
| 55 | [clash](https://github.com/clash-verge-rev/clash-verge-rev/releases) |
|||||||
| 56 | ||||||||
|
57 | |||||||
| 58 | ||||||||
| 59 | ### winget |
|||||||
| 60 | ||||||||
| 61 | Windows 11 已经自带 winget |
|||||||
| 62 | ||||||||
| 63 | ```sh |
|||||||
| 64 | winget -v |
|||||||
| 65 | ``` |
|||||||
| 66 | ||||||||
| 67 | >v1.10.390 |
|||||||
| 68 | ||||||||
| 69 | ||||||||
| 70 | ### 安装 scoop |
|||||||
| 71 | ||||||||
| 72 | ```powershell |
|||||||
| 73 | Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser |
|||||||
| 74 | Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression |
|||||||
| 75 | ``` |
|||||||
| 76 | ||||||||
| 77 | https://scoop.sh/ |
|||||||
| 78 | ||||||||
|
79 | ```sh |
||||||
| 80 | scoop bucket add extras |
|||||||
| 81 | ``` |
|||||||
|
82 | |||||||
|
83 | ```sh |
||||||
| 84 | scoop install extras/sourcegit |
|||||||
| 85 | ``` |
|||||||
|
86 | |||||||
| 87 | ||||||||
|
88 | 安装 UniGetUI |
||||||
|
89 | |||||||
|
90 | [UnigetUI 商店地址](https://apps.microsoft.com/detail/xpfftq032ptphf?hl=zh-CN&gl=CN) |
||||||
|
91 | |||||||
|
92 | [UnigetUI Github 地址](https://github.com/marticliment/UnigetUI) |
||||||
|
93 | |||||||
|
94 | ### Syncthing GUI |
||||||
|
95 | |||||||
|
96 | 一直使用[SyncTrayzor](https://github.com/canton7/SyncTrayzor) 作者不维护了,尝试新的[syncthingtray](https://github.com/Martchus/syncthingtray),版本有点多,目前使用的是 syncthingtray-1.7.8-x86_64-w64-mingw32.exe.zip |
||||||
|
97 | |||||||
|
98 | ### Hbuilder |
||||||
| 99 | ||||||||
| 100 | [微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) |
|||||||
|
101 | |||||||
| 102 | [查找 BitLocker 恢复密钥](https://go.microsoft.com/fwlink/?linkid=2165066) |
|||||||