Windows – How to change SMB user in windows 10

networkingsambasmbuser-accountswindows

I just changed my username account in my laptop, But when I tried to connect my smb client on my another device, I had to login using my old username.

How to change login username?

Best Answer

You can override stored credentials for shares in Windows via the credential manager. enter image description here

enter image description here

Under Windows Credentials:

  • If the server in question has an entry, delete it.
  • Select Add a Windows Credential.
  • Enter the server (e.g. \\IP address\Share).
  • Enter new desired credentials.

Navigating manually to \\IP address\Share, it will not use the old credentials any more.

Related Question