vault backup: 2025-04-29 14:30:10

This commit is contained in:
SeedList
2025-04-29 14:30:11 +08:00
parent e46afe18f1
commit edf20bf03a
2 changed files with 7 additions and 2 deletions

View File

@ -14,6 +14,10 @@
## 根据程序位数不同启动dcom组件设置程序
首先打开命令行窗口,通过 `Win+R` 快捷键,输入 `cmd` 进行打开
![](assets/Pasted%20image%2020250429142923.png)
如果查询出来的程序位数是 **32位** 的,则在命令行窗口中输入:
```shell
@ -24,6 +28,7 @@ mmc comexp.msc /32
如果查询出来的程序位数是 **64位** 的,则在命令行窗口中输入:
```
cd %windir%\sysWOW64
cd %windir%\system32
mmc comexp.msc /64
```
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB