setecastronomy <(E-Mail Removed)> wrote:
> The scripting at the startup containing a "Net use" command works
> great but I'm still wondering why there isn't a cleaner solution.
Because drive mappings are for the human using the computer, *not* for the
computer itself. Any application designed to work on a server shouldn't
require a drive mapping to function, because drive mappings work when
*users* are logged in - and any server app should not require that a user be
logged in.
> A user can choose to autonatically reconnect at startup a network
> drive.
See above.
> The relevant informations are stored in the registry under the
> HKCU and HKEY_USER hives. Perhaps, to obtain the same effect of the
> script, it is possible to write something under HKLM or HKEY_USER for
> .default or S-1-5-18 (System).
Again, see above. Even in using the net use command/startup script, all
you're doing is effecting a kludge, which may work, but is not ideal.
>
> Thanks again
|