service security

mpires

Member
Joined
Jan 29, 2008
Messages
17
Programming Experience
Beginner
Hi all,

I have one service that interacts with desktop, this service is similar to scheduler application, will run one application on timer.
Well this was run well until I change the application that run on timer, this application on old days make run batch files on user workstation, now I have install one freenas on my network that is very nice for storage, and I need to check if a directory exits and if not than create, but here is my problem, I’m always get this msg:

Access to the path “………” is denied.

Well this happens because my service run under local system account, and I know that this account don’t have network privileges.

Well I can’t change the service login because I need this option:

Allow service to interact with desktop.

If I run the application by double click on user workstation than it will run ok if I use the service will popup the error.

Is there any one that cold helps me on this one?

Cheers,
 
Ok i have found the solution for my problem here

What this will do is to impress the remote client with different credentials, in my case i have create in my domain one localadmin user that have access to all network recourses.

Tks,
 
Back
Top