net-use

Error 1219. Multiple connections to a server or shared resource by the same user

I am trying to map network drive, but get error 1219 on Windows XP: net use z: \\serverA\tests password /user:serverA\alex I have tried net use * /del /yes But it has no effect, and the net use shows empty list. \\serverA\tests is a valid path, as I can open it in Explorer. What can be done? EDIT: After reboot it works. But ...

Vista UAC - Trouble Mapping Network Drives

We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues. Our application maps the drive non-elevated, so if the user browses explorer and double clicks to run an exe, it prompts for UAC. So when they approve it, it prompts for a username/password for the share... Strange sin...