Re: Mapped network drives Not connecting at logon
Use a batch file on each machine with the following line for each
mapped drive letter used.
Net Use drive letter \\computername\sharename
example: Net Use F: \\server\garagekeeper
This will set the mapping each time the machine start.
|