Problem accessing shares

  • Thread starter Thread starter Sammy
  • Start date Start date
S

Sammy

Let's say I have a machine with Windows 2003 Server, that has 2 shared
folders: SharedFolderOne$ available for SharedFolderOne Users only, and
SharedFolderTwo$ available for SharedFolderTwo Users only.

If I'm accessing the server from Windows XP, and I type the following in the
address bar:

\\MyWindows2003Server\SharedFolderOne$

I'll be prompted with a login dialog, where I enter correct credentials for
a user that belongs to SharedFolderOne Users group. Until now, perfect.

Now, I type \\MyWindows2003Server\SharedFolderTwo$

and there's no way I can get access EVEN to a login screen, where I could
enter user/password for a SharedFolderTwo group.

How can I disconnect the first session from XP so that I can reset the
previously entered login info?

I can't even map a network drive, because it says I'm already previously
connected.

Thank you
 
not sure why you want to do that, but this is my solution. create 2 batch
files called sharedone and sharedtwo. each one includes net use /d command
to delete other user's mapping and net use command to map the drive for
current user.

--
For more and other information, go to http://howtonetworking.com and
http://ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, Remote Access on
http://www.HowToNetworking.com
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.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