I have an NT Service that spawns numerous programs as child processes. These program all require access to various files over the network. These programs are unable to access the required files. Is this because they inherit the service's characteristic of not being allowed network access? If so, how can I spawn these programs so they do have network access?

Thanks,
Matt Johnson