We may getting a login box while we access password protected share, Windows sometimes cache this credentials .

This will be a problem when we want to login as different user in the shame share

How to solve this is….

  • If your share is \\122.1.12.1
  • Goto Run
  • Type net use \\122.1.12.1 /del
  • This will clear the credential and solve the problem

Please let me know if someone have any questions.