How to trigger (re-)entry of credentials when accessing another computer in the local network?

  • Thread starter Thread starter Michael Moser
  • Start date Start date
M

Michael Moser

I have two systems, say A and B, and I used to access several shares on
A (an XP system) from the other computer B (a vista system).

Now I changed my password on computer A (the one exporting the shares)
and since then I can't access the shares any longer from B. B sees the A
on the network, but when I try to open it, I get an "not accessible"
error.

Strange enough Vista doesn't even ask me to reenter my user id and pwd,
it
immediately reports "\\A is not accessible....". How can I trigger that
I am
asked me for the credentials again, so that I get a chance to enter the
new pwd?

Michael
 
To re-cache the credentials, you may re-connect to the XP using net command
with the username. This link may help,

Cached CredentialsUse "net use * /d" command to delete all mapping drives.
Then use "net use \\servername password /u:domainname\username" to cache the
credentials. Relogon. ...
www.howtonetworking.com/credentialserrors.htm


--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
 
http://technet.microsoft.com/en-us/library/bb727037.aspx

Have a read of the above link re Vista File and Printer Sharing.

1st thing to do is make sure that the Workgroup Name of ALL the computers is
the SAME.

In Vista Network and Sharing:

Network Discovery: ON (So it can see the other computers)

Network set to Private (Public is for hotspots, airports, etc)

File Sharing: ON

Public Folder Sharing: ON (Vista’s Public Folder is the same as XP’s Shared
Docs)

Password Protected: OFF (unless you want to set up identical usernames and
passwords on ALL computers in your Network) If you have it ON, you will be
asked for a username and password when you try to access a Vista computer
from an XP computer.

Also, run the XP’s Home Network File and Printer sharing Wizard
 
Robert said:
To re-cache the credentials, you may re-connect to the XP using net
command with the username. This link may help,

Cached CredentialsUse "net use * /d" command to delete all mapping
drives. Then use "net use \\servername password
/u:domainname\username" to cache the credentials. Relogon. ...
www.howtonetworking.com/credentialserrors.htm

Thanks! Alas the mentioned website seems to have a problem. I tried with
IE7 and Firefox and both browsers immediately go into 100% CPU mode when
loading that page. Guess, some JavaScript endless loop or something of
that sort. The page partially shows up but is unusable (i.e. the
busycursor remains on, one can't scroll, can't click anything, etc.)

Michael
 
Back
Top