Problem with Login Script

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

Hello;

There is one use who repeatedly gets the message "Not all
network drives connected" when he logs in. Although all
of them are actually connected. I am trying to find the
source of that message to see what is causing it.

Thanks

Lee
 
One of the common reason of this error message is that in one of the
previous sessions, the user would have established a network drive to a
share. On each logon, the drive is tried to be re-connected and is failing
(because of authentication or share not available, etc.). You can try the
command - "Net use" at your command prompt to check if there is any
dis-connected network drive. If yes, you can use - "net use /d <drive>" to
remove it.

Hope it helps,
Thanks,
Dinesh.
 
Thank you very much
-----Original Message-----
One of the common reason of this error message is that in one of the
previous sessions, the user would have established a network drive to a
share. On each logon, the drive is tried to be re- connected and is failing
(because of authentication or share not available, etc.). You can try the
command - "Net use" at your command prompt to check if there is any
dis-connected network drive. If yes, you can use - "net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top