vault backup: 2025-05-31 11:10:19
This commit is contained in:
@ -24,6 +24,12 @@ winver
|
||||
|
||||
将源文件解压放入到C盘根目录下
|
||||
|
||||
可通过
|
||||
可通过 **服务器管理器** 进行安装,选择 **指定备用源路径** 安装(备用源写 `C:\sxs`)
|
||||
|
||||

|
||||
|
||||
或者使用 `Win+R` 输入 `cmd` 打开命令行窗口
|
||||
|
||||
```powershell
|
||||
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"C:\sxs"
|
||||
```
|
Reference in New Issue
Block a user