S
superwizard
Guest
Hi all,
I would like to split BrokerInfrastructure from svchost.exe, to run as an individual process.
1) Below is the output of "tasklist /svc". Some contents are Chinese but don't matter.
C:\Windows\system32>tasklist /svc
映像名称 PID 服务
========================= ======== ============================================
......
svchost.exe 592 BrokerInfrastructure, DcomLaunch, Power,
SystemEventsBroker
2) As I ran "net stop" to stop it, it showed as below:
C:\Windows\system32>net stop BrokerInfrastructure
这项服务无法接受请求的“暂停”、“继续”或“停止”操作。
请键入 NET HELPMSG 2191 以获得更多的帮助。
The above Chinese output means "This service doesn't accept required operations of 'pause', 'resume', or 'stop'". Please execute NET HELPMSG 2191 to get more help. I ran "NET HELPMSG 2191" and got the same error.
3) I tried to configure it "type=own", but got the error which means "Access denied".
C:\Windows\system32>sc config BrokerInfrastructure type=own
[SC] OpenService 失败 5:
拒绝访问。
Is it possible to split BrokerInfrastucture from svchost?
Thanks & regards,
Jie
More...
I would like to split BrokerInfrastructure from svchost.exe, to run as an individual process.
1) Below is the output of "tasklist /svc". Some contents are Chinese but don't matter.
C:\Windows\system32>tasklist /svc
映像名称 PID 服务
========================= ======== ============================================
......
svchost.exe 592 BrokerInfrastructure, DcomLaunch, Power,
SystemEventsBroker
2) As I ran "net stop" to stop it, it showed as below:
C:\Windows\system32>net stop BrokerInfrastructure
这项服务无法接受请求的“暂停”、“继续”或“停止”操作。
请键入 NET HELPMSG 2191 以获得更多的帮助。
The above Chinese output means "This service doesn't accept required operations of 'pause', 'resume', or 'stop'". Please execute NET HELPMSG 2191 to get more help. I ran "NET HELPMSG 2191" and got the same error.
3) I tried to configure it "type=own", but got the error which means "Access denied".
C:\Windows\system32>sc config BrokerInfrastructure type=own
[SC] OpenService 失败 5:
拒绝访问。
Is it possible to split BrokerInfrastucture from svchost?
Thanks & regards,
Jie
More...