vault backup: 2025-05-31 11:10:19

This commit is contained in:
SeedList
2025-05-31 11:10:19 +08:00
parent 8bbd0a8b58
commit ef28b0bfcd

View File

@ -24,6 +24,12 @@ winver
将源文件解压放入到C盘根目录下
可通过
可通过 **服务器管理器** 进行安装,选择 **指定备用源路径** 安装(备用源写 `C:\sxs`
![](assets/Pasted%20image%2020250531110803.png)
或者使用 `Win+R` 输入 `cmd` 打开命令行窗口
```powershell
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"C:\sxs"
```