Network drives

Hi Gents, I'm running a service on a windows NT2000 system and the program launched as a service must interact with the desktop. The program uses mounted drives on another shared resources So the service must be launched with a specific domain account and not the LocalSystem account.

Windows Networking 2246 This topic was started by ,



data/avatar/default/avatar28.webp

2 Posts
Location -
Joined 2003-09-08
Hi Gents,
 
I'm running a service on a windows NT2000 system and the program launched as a service must interact with the desktop.
The program uses mounted drives on another shared resources So the service must be launched with a specific domain account and not the LocalSystem account.
This way, it is not possible to interact with the desktop.
 
The solution is to make the mounted drives seen by NT as LocalDrives.
Do you know any softwares (freewares, sharewares or commercial tools) or any registry settings that can mystify the NT system ?
 
Many thanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar12.webp

1915 Posts
Location -
Joined 2000-03-30
The program needs to see the network drive as local, and using the Domain Credentials instead of the local login?
 
If that is correct, are you logging onto the Domain? or locally?


data/avatar/default/avatar28.webp

2 Posts
Location -
Joined 2003-09-08
OP
My program needs to use datas on shared resources of another server.
So, I connect them through the 'net use' command using a domain account and I need to use the LocalSystem account to run the program and to be able to interact with the desktop.
The program should see mounted drives as local drives and no as network drives.