Change password on a network access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have to change the user and password that my computer uses to log on
another computer on the network.When i first connected to the machine, asked
me for them and i clicked on "Remember...", now i have to change that user
and password but i don´t know how to reset the configuration to get the
system to ask me for the user again, if is possible ,of course.
If anyone can give any idea i´ll apprecciate.
Thanks.
Greetings
 
Claudio said:
Hello,
I have to change the user and password that my computer uses to log on
another computer on the network.When i first connected to the
machine, asked me for them and i clicked on "Remember...", now i have
to change that user and password but i don´t know how to reset the
configuration to get the system to ask me for the user again, if is
possible ,of course.
If anyone can give any idea i´ll apprecciate.
Thanks.
Greetings

What happens if you try this in a command line....

net use * /del
 
Hi, thanks for the answer
I tried the command you mention but it only clear the network units, but
when i reconnect the shared folder, it doesn´t ask me for the user , it still
uses the one that has saved.
Can i look on somewhere else?
 
Claudio said:
Hi, thanks for the answer
I tried the command you mention but it only clear the network units,
but when i reconnect the shared folder, it doesn´t ask me for the
user , it still uses the one that has saved.
Can i look on somewhere else?

Try to connect to the same resource - map a drive - using

net use x: \\otherPC\sharename /username:otherPC\username /persistent:no
 
Back
Top