tags:

views:

33

answers:

0

I have a batch file with the net use command to map a share. I converted the batch script into an exe and called it by creating a service.

The EXE works fine when I run it and maps the drive. When I invoke it through a service, it returns an error, "System did not respond within 3000 milliseconds" and it errors out.

How do I make a share available to the services that start with the "SYSTEM" account?