Hi to all!

We have a service at our company which our developers had developed. As part
of the work of the service, it connects to mapped folder at another computer
to read some files from there. We need to configure the service to run as
custom application user, which is a user from our domain with sufficient
permissions. We can't set in code of the service to connect to UNC address,
instead we have to map the UNC address to network drive and afterwards to
connect.

Now the problem is that I don't know how to "say" to the service to load
user's profile when the service starts. For instance, when I run something
with "run as" utility, I can specify /profile option, and I just don't know
what to do in order to specify something similar to the service.

Any help would be appreciated.

Regards, Simon Zeltser.