dcom server process launcher在哪
答案:2 悬赏:20 手机版
解决时间 2021-02-04 21:26
- 提问者网友:感性作祟
- 2021-02-03 22:53
dcom server process launcher在哪
最佳答案
- 五星知识达人网友:杯酒困英雄
- 2021-02-04 00:20
解决DCOM Server Process Launcher错误: 一.右击"我的电脑"-属性-系统属性-高级-启动和故障恢复-设置-启动和故障恢复-系统失败-取消"自动重新启动"-确定. 按正常操作步骤关机时,也会频繁自动重启,可能是由于"高级电源管理(APM)"功能引起的
全部回答
- 1楼网友:时间的尘埃
- 2021-02-04 01:28
有三种办法 如下
一
执行命令如下
c:\windows\system32\svchost -k dcomlaunch
二、
在桌面上新建一个txt文档,然后在里面写入:“
@echo off
sc config dcom launch start= auto
net start "dcom server process launcher" ”(不包括“”)
最后另存为dspl.bat,然后确定,你就会在桌面上看到一个dspl。bat的文件双击运行下就会把dcom server process launcher服务设成自动状态并启动了。
三、复制了保存 aa.reg 导入
windows registry editor version 5.00
[hkey_local_machine\system\controlset001\enum\root\legacy_dcomlaunch]
"nextinstance"=dword:00000001
[hkey_local_machine\system\controlset001\enum\root\legacy_dcomlaunch\0000]
"service"="dcomlaunch"
"legacy"=dword:00000001
"configflags"=dword:00000020
"class"="legacydriver"
"classguid"="{8ecc055d-047f-11d1-a537-0000f8753ed1}"
"devicedesc"="dcom server process launcher"
[hkey_local_machine\system\controlset001\services\dcomlaunch]
"description"="为 dcom 服务提供加载功能。"
"displayname"="dcom server process launcher"
"errorcontrol"=dword:00000001
"group"="event log"
"imagepath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,44,00,63,00,\
6f,00,6d,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00
"objectname"="localsystem"
"start"=dword:00000002
"type"=dword:00000020
"failureactions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
00,02,00,00,00,60,ea,00,00
[hkey_local_machine\system\controlset001\services\dcomlaunch\parameters]
"servicedll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00
[hkey_local_machine\system\controlset001\services\dcomlaunch\security]
"security"=hex:01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8d,00,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,ff,01,0f,00,01,02,00,00,\
00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8f,00,02,00,01,02,00,00,00,\
00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,01,00,00,00,00,\
00,05,04,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,02,00,00,00,00,00,\
05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00
[hkey_local_machine\system\controlset002\enum\root\legacy_dcomlaunch]
"nextinstance"=dword:00000001
[hkey_local_machine\system\controlset002\enum\root\legacy_dcomlaunch\0000]
"service"="dcomlaunch"
"legacy"=dword:00000001
"configflags"=dword:00000020
"class"="legacydriver"
"classguid"="{8ecc055d-047f-11d1-a537-0000f8753ed1}"
"devicedesc"="dcom server process launcher"
[hkey_local_machine\system\controlset002\services\dcomlaunch]
"description"="为 dcom 服务提供加载功能。"
"displayname"="dcom server process launcher"
"errorcontrol"=dword:00000001
"group"="event log"
"imagepath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,44,00,63,00,\
6f,00,6d,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00
"objectname"="localsystem"
"start"=dword:00000002
"type"=dword:00000020
"failureactions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
00,02,00,00,00,60,ea,00,00
[hkey_local_machine\system\controlset002\services\dcomlaunch\parameters]
"servicedll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00
[hkey_local_machine\system\controlset002\services\dcomlaunch\security]
"security"=hex:01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8d,00,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,ff,01,0f,00,01,02,00,00,\
00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8f,00,02,00,01,02,00,00,00,\
00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,01,00,00,00,00,\
00,05,04,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,02,00,00,00,00,00,\
05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00
[hkey_local_machine\system\controlset003\enum\root\legacy_dcomlaunch]
"nextinstance"=dword:00000001
[hkey_local_machine\system\controlset003\enum\root\legacy_dcomlaunch\0000]
"service"="dcomlaunch"
"legacy"=dword:00000001
"configflags"=dword:00000020
"class"="legacydriver"
"classguid"="{8ecc055d-047f-11d1-a537-0000f8753ed1}"
"devicedesc"="dcom server process launcher"
[hkey_local_machine\system\controlset003\enum\root\legacy_dcomlaunch\0000\control]
"activeservice"="dcomlaunch"
[hkey_local_machine\system\controlset003\services\dcomlaunch]
"description"="为 dcom 服务提供加载功能。"
"displayname"="dcom server process launcher"
"errorcontrol"=dword:00000001
"group"="event log"
"imagepath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,44,00,63,00,\
6f,00,6d,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00
"objectname"="localsystem"
"start"=dword:00000002
"type"=dword:00000020
"failureactions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
00,02,00,00,00,60,ea,00,00
[hkey_local_machine\system\controlset003\services\dcomlaunch\parameters]
"servicedll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00
[hkey_local_machine\system\controlset003\services\dcomlaunch\security]
"security"=hex:01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8d,00,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,ff,01,0f,00,01,02,00,00,\
00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8f,00,02,00,01,02,00,00,00,\
00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,01,00,00,00,00,\
00,05,04,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,02,00,00,00,00,00,\
05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00
[hkey_local_machine\system\controlset003\services\dcomlaunch\enum]
"0"="root\\legacy_dcomlaunch\\0000"
"count"=dword:00000001
"nextinstance"=dword:00000001
[hkey_local_machine\system\currentcontrolset\enum\root\legacy_dcomlaunch]
"nextinstance"=dword:00000001
[hkey_local_machine\system\currentcontrolset\enum\root\legacy_dcomlaunch\0000]
"service"="dcomlaunch"
"legacy"=dword:00000001
"configflags"=dword:00000020
"class"="legacydriver"
"classguid"="{8ecc055d-047f-11d1-a537-0000f8753ed1}"
"devicedesc"="dcom server process launcher"
[hkey_local_machine\system\currentcontrolset\enum\root\legacy_dcomlaunch\0000\control]
"activeservice"="dcomlaunch"
[hkey_local_machine\system\currentcontrolset\services\dcomlaunch]
"description"="为 dcom 服务提供加载功能。"
"displayname"="dcom server process launcher"
"errorcontrol"=dword:00000001
"group"="event log"
"imagepath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,20,00,2d,00,6b,00,20,00,44,00,63,00,\
6f,00,6d,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00
"objectname"="localsystem"
"start"=dword:00000002
"type"=dword:00000020
"failureactions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
00,02,00,00,00,60,ea,00,00
[hkey_local_machine\system\currentcontrolset\services\dcomlaunch\parameters]
"servicedll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
72,00,70,00,63,00,73,00,73,00,2e,00,64,00,6c,00,6c,00,00,00
[hkey_local_machine\system\currentcontrolset\services\dcomlaunch\security]
"security"=hex:01,00,14,80,b4,00,00,00,c0,00,00,00,14,00,00,00,34,00,00,00,02,\
00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
00,00,20,02,00,00,02,00,80,00,05,00,00,00,00,03,18,00,8d,00,02,00,01,01,00,\
00,00,00,00,01,00,00,00,00,00,00,00,00,00,03,18,00,ff,01,0f,00,01,02,00,00,\
00,00,00,05,20,00,00,00,20,02,00,00,00,03,18,00,8f,00,02,00,01,02,00,00,00,\
00,00,05,20,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,01,00,00,00,00,\
00,05,04,00,00,00,23,02,00,00,00,03,18,00,9d,00,00,00,01,02,00,00,00,00,00,\
05,20,00,00,00,21,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,\
00,00,00,05,12,00,00,00
[hkey_local_machine\system\currentcontrolset\services\dcomlaunch\enum]
"0"="root\\legacy_dcomlaunch\\0000"
"count"=dword:00000001
"nextinstance"=dword:00000001
如果不行 就重装吧
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯