Re: Assigning letters when mapping drives

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

aa
Date: 03/09/04


Date: Tue, 9 Mar 2004 20:11:25 -0000

Thanks,
I've n ever heard of login scripts - where can I read about them?

"Lanwench [MVP - Exchange]"
<lanwench@heybuddy.donotsendme.unsolicitedmail.atyahoo.com> wrote in message
news:eaTQUxeBEHA.3928@TK2MSFTNGP09.phx.gbl...
> Yes, a drive letter may have been manually mapped, or someone may have
> assigned it to a local device. Try to keep the local device mappings
> consistent across computers, as you can't overwrite them in your login
> script (nor should you want to).
>
> I usually do
> -------------------------
> net use g: /del
> net use s: /del
> net use y: /del
>
> net use g: \\server\share /persistent:no
> net use s: \\server\share /persistent:no
> net use y: \\server\share /persistent:no
> -------------------------
>
> ...to get rid of any locally mapped network drives.
>
>
> aa wrote:
> > Thanks,
> > So when I gettong a message "cannot access a drive. The letter is in
> > use, I should look to the cocal computer only to see if I have
> > duplicate latters? Someone here said that a letter can be taken by
> > some internal process - is this a case?
>
>



Relevant Pages

  • Re: no access to nearby PC (XP) ???
    ... The message "the local device name is already in use" has an entirely ... trivial cause: The drive letter, Q: in your case, is already in use. ... where I found the "permissions" dialogue, because, I suspect that is ...
    (microsoft.public.win2000.networking)
  • RE: Local Device Is Already In Use
    ... This is because the actual drive letter was already in use. ... Click Start, Run, type "cmd" and press Enter. ... Microsoft CDO for Windows 2000 ... >the error "local device is already in use" appears. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: login script
    ... That will break people accessing the network remotely from a non-Microsoft ... VPN, since they normally cannot run login scripts. ... drive letter and will call the Help Desk. ...
    (microsoft.public.windowsxp.security_admin)