I need to remove the UNC\URL credentials of a share accessed via IP UNC\URL from File Explorer. For example, last week I logged into 10.10.10.20\someshare, and now, when I go to it, I do not have to put in name and password. Here are the things I have done that do not work:
net use (does not display anything)
net use * /d (returns, but no change)
Net use \\10.10.10.20\someshare /d (network connection could not be found)
net use \\10.10.10.20\ipc$ /d (network connection could not be found)
I restarted explorer.exe after those commands
I ran klist purge after those commands
I checked the Credential Manager (nothing)
*update* I checked Stored User Names and Passwords (nothing)
I looked in the registry for the IP (since this lasts through reboots) but there was nothing
Even after all those things AND restarting computers, the share comes right up, with no prompts, when typed in File Explorer. Any ideas? This makes troubleshooting very difficult. Also, you cannot log in with different credentials. Finally, I do not want this behavior, as I have a requirement to have users supply the credentials each time.