Network drives
This is a discussion about Network drives in the Windows Networking category; 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.
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
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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Responses to this topic
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?
If that is correct, are you logging onto the Domain? or locally?
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.
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.