By default when I access some computer's share ( typing \\hostname in Windows Explorer ) Windows passes credential of my current user. It prompts for credentials only when current user's credentials are incorrect.
Is there some way to force Windows not to pass current user's credentails, but prompt for them ? I thought about making use of net view
command, but it doesn't grab 'user' and 'password' parameters.
if you type the command
you will be prompted for the password of that user to be used when accessing that server
If the accepted answer gives you this error;
You'll need to first remove the existing shares. If you're in a hurry, this will nuke all of them, regardless of server;
If, you want to be a bit more precise and preserve your other shares, use the following command to list the existing shares on the server;
Then delete the conflicting share with;
Finally, using the accepted answer will succeed;
Remember that this must be typed at the command prompt (CMD) opened with administrator permission, or in Windows powershell also with administrator permission.
Once this is done you can use run (winkey + r) and enter the address you want to access (\serverName\shareName).