Blame

0057c8 Qwas 2025-06-12 07:29:58
新增 Windows11 安装使用
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
安装 UniGetUI
33
34
https://apps.microsoft.com/detail/xpfftq032ptphf?hl=zh-CN&gl=CN
35
36
[Github](https://github.com/marticliment/UnigetUI)
37
38
### winget
39
40
Windows 11 已经自带 winget
41
42
```sh
43
winget -v
44
```
45
46
>v1.10.390
47
48
49
### 安装 scoop
50
51
```powershell
52
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
53
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
54
```
55
56
https://scoop.sh/
57
58
59
### 安装
60
61
[Git](https://git-scm.com/downloads/win)
62
63
[VS Code](https://code.visualstudio.com/Download)
64
65
[JetBrains Toolbox App](https://www.jetbrains.com/zh-cn/toolbox-app/)
66
67
- 安装 webstorm
68
- 安装 CLion
69
70
[查找 BitLocker 恢复密钥](https://go.microsoft.com/fwlink/?linkid=2165066)