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.

link|improve this question

67% accept rate
FYI - you should also increase your "accept rate" if you want to attract interest (and thus quality answers.) Phil's answer is accurate and deserves the nod. – mfinni Mar 23 at 18:34
feedback

1 Answer

if you type the command

net use \\SERVERNAME /u:DOMAIN\USER 

you will be prompted for the password of that user to be used when accessing that server

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.