开发者

how to change the order services is loading in windows?

开发者 https://www.devze.com 2023-02-25 10:25 出处:网络
i need to change the order services is loading. I have service with system status but sometimes it loading too late.How t开发者_JAVA百科his is possible?You can\'t specify the order, but you can specif

i need to change the order services is loading. I have service with system status but sometimes it loading too late.How t开发者_JAVA百科his is possible?


You can't specify the order, but you can specify what dependency has a service, and with this you shoul achieve the same result. Just open the service control manager ( here showing Messaging Service):

how to change the order services is loading in windows?

If you intend to do the same from API, try to start from here.

0

精彩评论

暂无评论...
验证码 换一张
取 消