We can use PowerShell to find services that have the same dependencies. Just use the -RequiredServices switch and provide the service name:
Get-Service -Required Services rpcss
This would be useful if, say, we can't get a particular service to start. Are there any other services that need to be started first?
No comments:
Post a Comment