As the title says, how do I delete previous SMB connections to a server under the network section. Play'a has cached some incorrect credentials and I need to delete them.TIA
If you’re on Windows, try the following steps to remove cached SMB credentials:
Open Credential Manager:
Press Win + S, type Credential Manager, and open it.
Go to Windows Credentials.
Find the SMB entries:
Look for entries that match the server you want to disconnect from.
Remove them:
Click on the entry and select Remove.
Optional – Clear persistent connections:
Open Command Prompt and run:
net use * /delete
This will remove any active network connections.
After this, try reconnecting and enter the correct credentials.