Multiple user accounts from same client on network share?

2

1

My Win7 professional client has a connected network drive to the server with cached login (user/pw) data. How can I connect to the same server as a different user simultaneously?

Stefan K.

Posted 2013-04-16T19:54:50.467

Reputation: 171

Question was closed 2017-02-06T13:03:09.003

For anyone still dealing with this problem, take a look here: http://superuser.com/a/403260/321001 that worked for me.

– BertVano – 2017-02-01T18:30:33.587

Answers

0

Map network drives to the same location using different credentials.

Or

Try this: net use \fullPathToShare /u:username “password” and take a look at this KB article: support.microsoft.com/kb/938120

Dima

Posted 2013-04-16T19:54:50.467

Reputation: 231

I must map a 2nd network drive? – Stefan K. – 2013-04-16T21:22:20.343

Yes; that is one easy way to do it. – Dima – 2013-04-16T21:24:47.080

If I could, I'd like to avoid that. – Stefan K. – 2013-04-16T21:26:19.723