How to find out what parameter was passed to a Windows Service

Posted by Sung Meister on Server Fault See other posts from Server Fault or by Sung Meister
Published on 2010-04-27T16:41:02Z Indexed on 2010/04/27 16:43 UTC
Read the original article Hit count: 272

How do you find out what parameter was passed when starting a Windows service?

I usually start a service thru net start by passing parameters as shown below

net start DocumentHashService /Recursive /Count:500

services.msc does not list what parameters a service was started with. Is there a way to view the parameters passed?

© Server Fault or respective owner

Related posts about windows-service

Related posts about parameters