vault backup: 2025-04-29 14:30:10
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
|
||||
## 根据程序位数不同,启动dcom组件设置程序
|
||||
|
||||
首先打开命令行窗口,通过 `Win+R` 快捷键,输入 `cmd` 进行打开
|
||||
|
||||

|
||||
|
||||
如果查询出来的程序位数是 **32位** 的,则在命令行窗口中输入:
|
||||
|
||||
```shell
|
||||
@ -24,6 +28,7 @@ mmc comexp.msc /32
|
||||
如果查询出来的程序位数是 **64位** 的,则在命令行窗口中输入:
|
||||
|
||||
```
|
||||
cd %windir%\sysWOW64
|
||||
cd %windir%\system32
|
||||
mmc comexp.msc /64
|
||||
```
|
||||
```
|
||||
|
||||
|
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250429142923.png
Normal file
BIN
SanPinPLM/相关操作/1.0-EDM/assets/Pasted image 20250429142923.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user